Navigate rows using up/down arrow keys and scroll = true not load next rows

QuestionsNavigate rows using up/down arrow keys and scroll = true not load next rows
Adrian asked 2 years ago

Hi,

It’s possible to use scroll = true and when navigate in grid with down arrow to load next rows?

e.g.:  rowNum = 20 and scroll is true; When I press down arrow on 20th row I need to automatically load next 20 rows and go to the 21th row.

Now, when I press down arrow on last displayed record, go to the first row on the top grid

Please help!

Thank you,

1 Answers
Abu Ghufran Staff answered 2 years ago

Hello,

Apologies for the delay. It might also need a JS file update which I’ll be emailing.

You can try following in set_options() function:

$opt["scroll"] = true;
$opt["scrollingRows"] = true;
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

14 + 19 =

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?