why does this have to be in RowSelectionchanged? because I need to get the id of the row (which is one of the columns) and use that Id to get the link.
So how do i get id?
int id=e.CurrentSelectedRows. ????????
Hi dev_here,
If you need any further assistance with the matter please do not hesitate to ask.
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.