Can I use suite 5 grid method and Event in suite 6 grid? There are fewer methods and events in Suite 6 than Suite 5, so I can’t use in suite 5 method and event. (ex. setSizes)
Please let me know if there is a way to use Suite 5’s methods and events.
Unfortunately it is not available to use the dhtmlxGrid 5 API in the dhtmlxGrid 6.
For the setSizes - pleas,e tr yto use the grid.paint() method: https://docs.dhtmlx.com/suite/grid__api__grid_paint_method.html
I try to use the grid.paint() method. but that method is not working The grid is not fit the div size.
$(window).resize(function(){ grid.paint(); }
Please, rty to place the the grid into the layout cell, so it will resize dynamically: https://snippet.dhtmlx.com/ie9tuks2
That is working! Thanks your comment