This is a migrated thread and some comments may be shown as answers.

[Solved] Grid GridOperationMode.Client

2 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Grzegorz
Top achievements
Rank 1
Grzegorz asked on 15 Jul 2011, 08:53 AM
Hi,

I will try to descibe how my problem looks like. I have a table in wich I have over 100 000 rows. And i want to improve the speed with wich it loads into a grid and search of data in it. I thought I could use the  GridOperationMode.Client, however i can't load more than 4250 rows, when i try more nothing loads into a grid. I could do everything on the server side but when i go from one page to another in grid or try to filtr data it takes a lot time. Is there any restriction in how many data I can have on the client side or maybe its problem with web browser, however i tried Chrome,Mozilla FireFox and even Internet Explorer and result is exactly the same.


2 Answers, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
answered on 05 Sep 2011, 09:37 PM
Hi,

I'm having the exact same issue, I'm able to get 8000 rows in my grid before it fails using Client binding, so there is clearly a limit of some sort, how do we determine the limit and is there a way to extend it?

-Markus
0
Dimo
Telerik team
answered on 06 Sep 2011, 06:56 AM
Hello,

When client OperationMode is enabled, the Grid retrieves all data on initial load and then performs all paging, sorting and filtering operations on the client. For more information, please refer to:

http://demos.telerik.com/aspnet-mvc/grid/operationmode

http://tv.telerik.com/watch/aspnet-mvc/grid-client-operation-mode

In this scenario, however, you will hit some browser limits sooner or later and this is normal. The exact number of rows supported depends on the browser and the amount of data in each row. Client operation mode is not suitable for huge data.

All the best,
Dimo
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
Grzegorz
Top achievements
Rank 1
Answers by
Mark
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or