How to disable the down menu and "delete" action button?I only need inline edit and edit in action button
6 Answers
It doesn't work.With set_actions(array("add"=>false,"edit"=>true,"delete"=>false));
disappears all the actions in the right side!I also want to disappear the down menu with the buttons.Any idea?
I have phpgrid-v1.4.6 and when i set delete=false,edit disappears!I also want to disable Columns button and search button on the bottom of the grid.
Your Answer