subGrid without #list1_toppager, #list1_pager {display:none;}

QuestionssubGrid without #list1_toppager, #list1_pager {display:none;}
Cristian Engelmann asked 11 months ago

Hi Abu,

I want the full grids without the toolbar.

How can I do it?

Using “#list1_toppager, #list1_pager {display:none;}” on the main grid works, but I want the same on SubGrid or MultiGrid.

Help me!!

Thank you

2 Answers
Abu Ghufran Staff answered 11 months ago

This CSS code will hide all elements with id ending with pager or toppager.

    <style>
        div[id$=toppager], div[id$=pager] { display:none; }
    </style>

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cristian Engelmann answered 11 months ago

Hi Abu,

It’s working

Thank you

Your Answer

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