Hello.
I am having issues with filter on any RadGrid on my site.
WHenever I try to filter using "Less than or equal" or "Greater than or equal" it does nothing. But it throws the following JavaScript error whenever I click the filter button:
ManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: No property or field 'rEqualTo' exists in type 'DataRowView'
It seems to be a built-in file used by Telerik for filtering.
Any help would be appreciated
Many thanks.
Hi Christian,
I've made a couple of tests but I was unable to replicate the issue. Would you mind sharing the RadGrid's markup definition as well as the code from the backend (c#/vb) so I can check how it is configured?