Hello.
I am filtering my dataset in db, not in the IIS (RadGrid), because it contains millions of rows. During the RadGrid_NeedDataSource event, I am clearing the FilterExpression property and thus RadGrid is not resorting the dataset again. (Is it right?)
The problem is if the user does some sorting, next time the FilterExpression is empty although there are some values in filter row and also the option NO FILTER is NOT selected (another filter function IS selected).
Why?
Thank you very much.
Tom
I am filtering my dataset in db, not in the IIS (RadGrid), because it contains millions of rows. During the RadGrid_NeedDataSource event, I am clearing the FilterExpression property and thus RadGrid is not resorting the dataset again. (Is it right?)
The problem is if the user does some sorting, next time the FilterExpression is empty although there are some values in filter row and also the option NO FILTER is NOT selected (another filter function IS selected).
Why?
Thank you very much.
Tom