Remove buttons from the bottom of the grid

QuestionsRemove buttons from the bottom of the grid
Igor Girao asked 8 months ago

hello abu,

I’m migrating development from the 2.6.3 release to the 2.8 release, I’ve noticed that I’m not able to remove the buttons from the bottom bar.
As the image is removed from both the top and bottom, in the previous release it was only removed from the bottom.

Follow the examples.
What method do I use to remove the bottom buttons?

Images Link

Thanks in advance for your attention.

1 Answers
Abu Ghufran Staff answered 8 months ago

Hi,

Please try this: Change following line

jQuery('.ui-jqgrid-pager td[id$=pager_left]').html('');

To:

setTimeout(()=>{
jQuery('.ui-jqgrid-pager td[id$=pager_left]').html('');
},200);
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Igor Girao replied 8 months ago

Hi Abu,

Everything worked.
Thanks.

Your Answer

7 + 13 =

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?