JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Dynamic resize of a row due to complex cell editor › Reply To: Dynamic resize of a row due to complex cell editor
February 14, 2024 at 7:33 pm
#109826
Participant
Hi Catdoken,
Yes, beginUpdate and endUpdate also work with setProperties. To use them, you should call them in this order:
grid.beginUpdate();
//make updates
grid.endUpdate();
Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/