Scrolling is disabled when navigating to another tab

QuestionsScrolling is disabled when navigating to another tab
Melissa asked 4 years ago

Hi. I have multiple grids set up as tabs using jQuery.tabs(). I noticed when I navigate to another tab the scrolling to fetch more data is disabled. Only when I refresh the grid will the functionality work. The tab that’s initially launched works fine. Can you take a look please? Thanks.

2 Answers
Abu Ghufran Staff answered 4 years ago

It seems to be a conflict in datagrid and jQueryui tabs library. One quick fix is to refresh grid on tab click.

For e.g. in demo – multiple-tab-grids.php, line 105:

<li><a href="#tabs-3" onclick="$('.ui-icon-refresh').click();">Another Grid</a></li>
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Melissa answered 4 years ago

We were hoping to avoid refreshing the grid as a solution. Thanks for your help!

Your Answer

6 + 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?