hide columns on inserting in data grid devextreme
问题 Is there any way to hide a column on inserting data grid? I have a grid that one cells have multi command buttons. But when I want to insert or update for those buttons it renders an empty textbox. How can I remove the textbox in inserting and updating? I have tried this but I don't know how can I hide it: columns:[... { allowHiding:true, cellTemplate: function (container, options) { $('<button type="button" class="btn btn-default"/>').addClass('dx-button btnLinkGrid') .text('Commission') .on