Hi,
I use grid widget to edit related records. I want hide Add (+) and Reorder buttons and show only Delete one. Is there any way to do that?
Hiding add/reordering buttons in the grid widget
3 posts
• Page 1 of 1
Hiding add/reordering buttons in the grid widgetHi,
I use grid widget to edit related records. I want hide Add (+) and Reorder buttons and show only Delete one. Is there any way to do that?
Re: Hiding add/reordering buttons in the grid widgetYou can either use CSS or permissions. If the user is not granted the reorder_related_records permission for that relationship then they should disappear. Alternatively you can just look at the HTML and figure out the css to hide the buttons.
-Steve
Re: Hiding add/reordering buttons in the grid widgetThanks for the answer!
Unfortunately class HTML_QuickForm_grid does not check reorder_related_records permission ![]() So I have to replace
at line 22 grid.php and got what I need.
3 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 80 guests |