Hi,
I am using a telerik:RadAjaxPanel in which i have a telerik:RadGrid.
I am binding a edit event of the grid like..
And, if i remove this telerik:RadAjaxPanel no error comes but the page get postback (which i didn't want).
Please suggest me some way.
Thanks
Raju.
I am using a telerik:RadAjaxPanel in which i have a telerik:RadGrid.
I am binding a edit event of the grid like..
InHouseRadGrid.EditCommand +=
new Telerik.Web.UI.GridCommandEventHandler(RdgInHouse_EditCommand);
in a server side code.
And, if i remove this telerik:RadAjaxPanel no error comes but the page get postback (which i didn't want).
Please suggest me some way.
Thanks
Raju.