Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1965
Set a row as hyperlink to open in a new window
posted
How can I set each row in a column to open as a hyperlink once it is clicked? For example if I have the orderid, Name and Address as the columns in a Grid, then for the parent band t i want each address as a hyperlink that can be clicked and a new window opens as a pop-up with some more info. can someone show me an example? To handle this in InitializeRow event, can you please show me an example?
Parents
No Data
Reply
  • 37874
    posted

    Hi dev_here,

    I am attaching a sample, implementing your scenario. I used WebDialogWindow, but you could also use Response.Redirect method in RowSelectionChanged event to navigate to a new page.

    Let me know if you have any questions regarding the matter.

    WHDGPopup.zip
Children