DataGrid: Column Width is not visually changed when decreasing its value
Programmatically changing column width does not reflect on the UI when the width value is lower than the current width value.
No issues when increasing the value, the UI is updated
1 comment
ADMIN
Didi
Posted on:18 Oct 2021 09:22
the same issue occurs, but the width of the columns is auto-sized. -> when the datasource changes, the width of the datagrid columns changes according to the data in the cell. -> This works fine as long as the width grows larger.
but when the data in the cell needs smaller column width -> the width of the column never gets smaller again.