I want to create a custom column in Sharepoint 2010 using VS 2010. When user click on this hyperlink it should open in modal popup. Please guide me. How can I achive this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Declare the field as below
Set 'Type' as "URL" and 'Format' to "Hyperlink" . *Generate a GUID from VS and add it to the ID attribute. (I removed my GUID) How to generate a GUID - Click Here |
|||
|
I dont know about modal popups. According to what I read, its a javascript. So in the field definition you can add the javascript to the "NavigationUrl" attribute as below.
Not sure whether it solved your problem... |
|||
|