Describe the bug
The datagrid used to automatically fit the data within the columns.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The data is displayed in the column and viewable
Version
4.20
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context

We have forms that will lazy load data into the datagrid using the loadData function

The widths are not recalculated when the data is loaded.

@marknolaninfor the issue i was trying to fix was on
http://localhost:4000/components/datagrid/test-editor-dropdown-source
Thinking maybe i can try to do that part just on page change?
Not corrected if sorted or filtered.
The multiselect, date, time filters need to skip the resize and apply it on the close of the control if you do not want it to resize when the control is open.
Failed QA. Sorting for https://master-enterprise.demo.design.infor.com/components/datagrid/test-paging-select-indeterminate-single.html is still incorrect

@janahintal the sorting is alpha numeric for that field, and the test data just happens to have a number in the field. This would be the expected alpha numeric sorting within a system.
The fix is not to do with sorting, but the column widths. The width would recalculate for the new page data and pad the column correctly.
Agree with @marknolaninfor . The sort has been like that since creation of the example as the column is not numeric. See http://4162-enterprise.demo.design.infor.com/components/datagrid/test-paging-select-indeterminate-single.html moving back to retest , feel free to move to none if no other issues