I have an interactive grid that displays records sorted in a specific order. This IG also has editable checkboxes which displays if a record is active or not. My issue is that when I load / update the IG, the records with checked checkboxes get moved up the sorting order of the IG, e.g. if a record which is supposed to be at row 5 but has a checked checkbox gets moved to the topmost row / row 1.
This is not the sorting I want and I am assuming that this is done by the IG.
Any idea why this happens and how can I remove this unnecessary “sorting”?