Hello, I have my FlexGrid bound to a DataTable. I am able to edit, add and remove columns without issue. But once I start sorting on any of the columns all of the functionality gets screwed up. For example, after sorting, if I try to add a new row it will append to the top of the FlexGrid if in ascending order. Also, after editing a cell my code automatically updates another column in the same row as that cell, but after sorting it updates the incorrect row.
I have read similar posts from a few years back none of them came to any conclusion.
Is this a bug or is there a fix?
Thank you,
Lindsay