Hi,
When the user filters the grid in Boosting Performance with LINQ, the number of items in the grid is displayed incorrectly.
This error was present in the previous releases. However, as of version Q3 2008; Autopage="false" declaration in the ASPX file and the e.Arguments.TotalRowCount = 1000000 statement in C# file are not required.
Grid displays the number of items correctly when the data is bound and after the filtering without those statements. Can you please update the demo to reflect the latest changes ?
Thanks,
Oner
When the user filters the grid in Boosting Performance with LINQ, the number of items in the grid is displayed incorrectly.
This error was present in the previous releases. However, as of version Q3 2008; Autopage="false" declaration in the ASPX file and the e.Arguments.TotalRowCount = 1000000 statement in C# file are not required.
Grid displays the number of items correctly when the data is bound and after the filtering without those statements. Can you please update the demo to reflect the latest changes ?
Thanks,
Oner