Hi Team,
I am trying to Filter a RadGrid which gets the data from a custom class using dataBind() method. i have used Jquery and WebMethods for this.
Now when i have activated the AllowFiltering option in RadGrid and GridBoundColumns it does not automatically filter the data in the Rad Grid.
As a Workaround I am writing my own code to override the radgrid filter functions and filter the data on "OnInput" event and "OnKetPress" events.
Is this a limitation with Radgrid or am i making any mistake while trying to use the filtering option of RadGrid?
Regards
Agasthya