How to create a form without scrollbar and listGrid toolbar?
Posted: Fri Nov 01, 2013 7:00 am
by luky
I need a listGrid page to be displayed without any scroll bars added to it and i want to remove the list grid tool bar action buttons such as add, edit and delete..how can i do that in BLC admin 3.0..
Re: How to create a form without scrollbar and listGrid toolbar?
Posted: Mon Dec 09, 2013 2:03 pm
by phillipuniverse
We are definitely missing docs on the admin. I created an issue for the types of docs that we need here:
https://github.com/BroadleafCommerce/docs/issues/8. We would love to accept some pull requests in this area!
Re: How to create a form without scrollbar and listGrid toolbar?
Posted: Wed Jan 22, 2014 10:23 am
by phillipuniverse
One way to do this would be to override the method for the controller that corresponds to the @RequestMapping. For instance, if you are trying to customize a grid on the /product URL, then override AdminProductController and make modifications to the entityForm/listGrid objects.