I have a RadGrid that is bound to a DataSet. On each row I have GridTemplateColumns with a LinkButton with the CommandName "Delete".
When clicking the link, the grid posts back data with Ajax and I expect it to catch the click event.
However, when buttons are placed inside the grid, the first event on postback is not the ItemCreated-event, instead the first event is PageLoad. It doesn't look like the grid fires the event sequence described here:
http://www.telerik.com/help/aspnet-ajax/grdeventsequence.html
If I trigger a postback with controls that are positioned outside the grid, the sequence is fired as expected with the ItemCreated event executed first.
It seems that all rows in the grid are lost during postback. Any ideas about how to track this problem down?
Thanks,
Martin
When clicking the link, the grid posts back data with Ajax and I expect it to catch the click event.
However, when buttons are placed inside the grid, the first event on postback is not the ItemCreated-event, instead the first event is PageLoad. It doesn't look like the grid fires the event sequence described here:
http://www.telerik.com/help/aspnet-ajax/grdeventsequence.html
If I trigger a postback with controls that are positioned outside the grid, the sequence is fired as expected with the ItemCreated event executed first.
It seems that all rows in the grid are lost during postback. Any ideas about how to track this problem down?
Thanks,
Martin
