This question is locked. New answers and comments are not allowed.
I'm showing the number of rows in the grid and have the filtered event hooked.
Example:i have 10 records in all, now filter on Owner="Jingying"
Example:i have 10 records in all, now filter on Owner="Jingying"
RadGridView.Records.Count returns 1
Now, when i click "Clear Filter",
Expected result: RadGridView.Records.Count returns 10
Actual result: RadGridView.Records.Count still returns 1
Let me know if there's an alternative to this that i can use.
thanks.