In the ASP.Net GridView, there was a server-side OnRowCreated that we used to make the rows clickable (links to detail pages), and to set ids on the rows. What is the alternative to this with the Telerik Asp.Net 3.5 Ajax Grid?
You can use ItemCreated event of Telerik RadGrid that fires on the server when an item in the RadGrid control is created. Then you can obtain a GridDataItem or
GridEditFormItem for the row from the event arguments e.Item.