What is the name of the ajax complete event in Telerik Rad Grid? I tried what is in the documentation but I get following error
Parser Error Message: Type 'Telerik.Web.UI.GridClientEvents' does not have a public property named 'OnResponseEnd'.
Source Error:
Line 62: EditMode="EditForms" GridLines="None" Visible="true" OnNeedDataSource="ctlBenefitLimitsGrid_NeedDataSource">
Line 63: <ClientSettings>
Line 64: <ClientEvents OnResponseEnd = "ctlBenefitLimitsGrid_RequestEnd"></ClientEvents>
Line 65: </ClientSettings>
Line 66: <MasterTableView Width="100%" Summary="RadGrid table" AutoGenerateColumns="False"