extjs6 - Extjs 6 Ext.grid.plugin.RowEditing Remove Update / Cancel buttons -
i trying remove update cancel buttons have not config this. have try override cant't remove this
please if have done task or know how me.
you're absolutely right there no built-in way hide update , cancel buttons row editing plugin.
you could try hide button bar via css. normal css class name x-grid-row-editor-buttons
. may cause other problems.
or, try different editor, such cellediting
plugin - lets edit 1 cell @ time, opposed showing editors entire row, , doesn't use buttons.
Comments
Post a Comment