Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Manually set record count key in MVC wrapper
posted

Hey all, we're having an issue with the grid loading a little slow as our data grew more and more. The linq query that's being generated to pull the total record count is taking 6 seconds to pull while the query for the grid itself is only taking 1 second since it's a select top 50. Is there a way to manually set the query for total record count?

edit: Forgot to mention, we're using the older NetAdvantage jQuery 2012.1 build, haven't had time to redo the code for ignite ui.

Thanks,

Slin

Parents Reply Children
No Data