This question is locked. New answers and comments are not allowed.
Hi
Is there a option that I could limit result after filtering grid?
I'm using Linq2Sql and I now that I can do 'Take(n)' on result set before I send it to grid, but this is not what i'm looking for., because this limit my result before filtering (ajax filtering). My goal is to filter all results, and then limit filtered results.
Cheers, Grzesiek
Is there a option that I could limit result after filtering grid?
I'm using Linq2Sql and I now that I can do 'Take(n)' on result set before I send it to grid, but this is not what i'm looking for., because this limit my result before filtering (ajax filtering). My goal is to filter all results, and then limit filtered results.
Cheers, Grzesiek