Hide Default Button On Data Grid?

0
Hi – is there a way to use the default button trigger on the data grid but still HIDE the default button because users just want to double-click on the row to edit it? So we want the default button/click functionality but not show the button.
asked
1 answers
4

Hi SL,

  You can hide the whole control bar by opening the properties of the Data Grid and set ‘Show Control Bar Buttons’ to no. You can still have one of the buttons be a default action as well. You could put some CSS on the button as well, but hiding the control bar is the most straightforward way to do this.

answered