I have a Radgrid Control on my aspx page with one hyperlink column. I bind my grid with my datatable. But the hyperlink column data will point to different urls, depends on its value. I need to check the values on every rowbound and then setup the url for that row. How do I do that. Which event fires on each rowbound. how do i access my row and my hyperlink column. i have following:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
but still i am not clear. please let me know the event that will fire and how do i write code to access that event to get my row data.
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
but still i am not clear. please let me know the event that will fire and how do i write code to access that event to get my row data.