I have a grid that is either "readable" or "modifyable". This depends on the buttons a user clicks. If they click "readable", the grid should NOT display Insert, Edit, Delete buttons. If they click "modifyable", the grid SHOULD display the buttons. Is there a way to change the toolbar buttons without recreating the grid?