Hi,
I have several questions regarding the management of locked columns.
1) Auto-size
Is there a way for unlocked columns to automatically calculate their size so that they fill the "free" part of the grid, as when there are no fixed columns?
The appearance of the horizontal scroller when displaying or hiding columns is simply illogical compared to the basic grid
I'm not talking about autofit, who make 'empty part' or display scroller
2) Size in pixel
In asp.net mvc, we can give the size of the columns in em, vw, %, ...
This works for basic grids, but not when there are fixed columns.
Is it normal or is there a lack?
3) All locked columns
Is there a way to have a basic grid but without the user changing the order of the columns
Regards