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
Hi,
You can remove it using css, display:none
<style>
#list1_toppager, #list1_pager {display:none;}
</style>
Where 'list1' is grid id.
Your Answer