Hi Abu,
I need to hide “Add Button” in my grid but I need to perform JS data post in the same grid, so I can’t set_actions add=false.
Is it possible?
Thanks!
1 Answers
Hello,
You can remove add button via CSS code.
#add_list1 { display:none; }
where list1 is your grid id.
Your Answer