JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Grid – { editing: { enabled, batch } } – commandColumnDelete – width grow glitch
Tagged: Grid batch edit
See: https://codepen.io/cetinsert/pen/GRKOqbG (link just edited for an absolutely minimal example)
and observe delete command column width getting miscalculated larger some of those times and correctly some other! Only happens with { editing: { enabled, batch } }.
{ editing: { enabled, batch } }
Hi cetinsert, Additional Grid settings are required:
/*1*/ 'commandColumnEdit': { visible: false }, /*2*/ 'commandColumnCancel': { visible: false }, /*3*/ 'commandColumnUpdate': { visible: false }
Best Regards, George Smart HTML Elements Team https://www.htmlelements.com/