Hi,
I am trying to use the logic described in this article (http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.gridclientevents-onrequeststart.html) in my RadGrid. I have it set up as follows:
But I am getting the following error:
Validation (ASP.NET): Attribute 'OnRequestStart' is not a valid attribute of elements 'ClientEvents'.
And when I run the code, I get the following error:
Type 'Telerik.Web.UI.GridClientEvents' does not have a public property named 'OnRequestStart'.
Am I missing something?
Thanks,
Jerry
I am trying to use the logic described in this article (http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.gridclientevents-onrequeststart.html) in my RadGrid. I have it set up as follows:
<
ClientSettings
EnableRowHoverStyle
=
"true"
>
<
Selecting
AllowRowSelect
=
"True"
UseClientSelectColumnOnly
=
"True"
/>
<
Scrolling
AllowScroll
=
"True"
UseStaticHeaders
=
"True"
SaveScrollPosition
=
"False"
/>
<
ClientEvents
OnRowSelected
=
"PaymentLedgerRowSelected"
/>
<
ClientEvents
OnRequestStart
=
"ThisEvent"
/>
</
ClientSettings
>
But I am getting the following error:
Validation (ASP.NET): Attribute 'OnRequestStart' is not a valid attribute of elements 'ClientEvents'.
And when I run the code, I get the following error:
Type 'Telerik.Web.UI.GridClientEvents' does not have a public property named 'OnRequestStart'.
Am I missing something?
Thanks,
Jerry