I have an editable datagrid. If sorting is applied by clicking on any datagrid header, it works fine. But after that, if the data values ββchange in any row of the datagrid, sorting is applied automatically. How to prevent this behavior? that is, sorting should only be applied if the user clicks on any datagrid header and sorting should not be applied when the user modifies the data in the grid.
source
share