Disable header/footer-rwo

QuestionsDisable header/footer-rwo
Kevin asked 7 years ago

Hello Mr Abu,

is it possible to hide the header/footer-row with the options "Add new row, Edit selected row, …"? I can't find it anywhere.

Thanks a lot for your help.

2 Answers
Abu Ghufran answered 7 years ago

Hi,

You can remove it using css, display:none

<style>
#list1_toppager, #list1_pager {display:none;}
</style>

Where 'list1' is grid id.

Kevin answered 7 years ago

Works fine.

Thank you for your help!

Your Answer

17 + 4 =

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?