I have created a user control that contains a RadGrid inside of it.
I need to perform a postback from the client to bind the data. The following does postback but I need an event so that I know that the postback is indeed the "RefreshGrid"
I have followed:
http://www.telerik.com/help/aspnet/grid/grdmakepostbackajaxrequestfromusercontrolwebformmasterpage.html
http://www.telerik.com/help/aspnet-ajax/grdpostbackfromgridwithajaxenabled.html
and those two don't deal with posting back to the same UserControl.
I have implemented the IPostBackEventHandler but it does not fire at all.
Felipe
I need to perform a postback from the client to bind the data. The following does postback but I need an event so that I know that the postback is indeed the "RefreshGrid"
| __doPostBack("<%= gvProperties.UniqueID %>", "RefreshGrid"); |
I have followed:
http://www.telerik.com/help/aspnet/grid/grdmakepostbackajaxrequestfromusercontrolwebformmasterpage.html
http://www.telerik.com/help/aspnet-ajax/grdpostbackfromgridwithajaxenabled.html
and those two don't deal with posting back to the same UserControl.
I have implemented the IPostBackEventHandler but it does not fire at all.
Felipe