Hi
While doing a buffered edit on a DataGrid, if you drag the column header to resize the column (e.g shrink ordinal column in the below screenshot) it won’t work.
platform 6.10.5
Regards
Michael
Hi
While doing a buffered edit on a DataGrid, if you drag the column header to resize the column (e.g shrink ordinal column in the below screenshot) it won’t work.
platform 6.10.5
Regards
Michael
Hi,
That’s not a bug. Editor columns width calculated when opening, corresponding to the current DataGrid columns width.
Regard,
Gleb
Ok got it, thanks Gleb.
Is it possible to bypass this programmatically?
Hi,
Unfortunately, no.
Gleb
There are workarounds : use an editor screen, or an editable Table
. The later does quite well the job for inline editing.
If you really need DataGrid
specific feature, e.g displaying details you can switch between 2 views : one for edit (editable table) one for view (datagrid)
Regards
Michael