Page Selection

QuestionsPage Selection
german asked 4 years ago

While selecting all option in paging it show error .

2 Answers
Abu Ghufran Staff answered 4 years ago

If your total record count is too high (e.g. 25K or so), then showing all on a page will make browser freeze. It’s not datagrid issue but a browser rendering issue. If you tell reason why you want to show 25,000 rows on page i can suggest some better solution.

You can also use lazy loading feature and it will load next page when you scroll at end of page. Set following in grid_options.

$opt[“scroll”] = true;

 

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
German answered 4 years ago

This page is loading after some time but 2000 records also not loading that\\\\\\\\\\\\\\\’s what the problem is

Your Answer

19 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?