Posted 27 September 2017, 9:07 pm EST
Hello,
I have a flexgrid, wich has the AllowSorting property true. Every column of the flexgrid also have the AllowSorting property true.
When i click on a column header, the column is sorted. OK, it’s normal.
In my flexgrid, the user is allowed to update values, so my problem is that when a column is sorted, and a value is updated, the flexgrid sorts itself instantanately.
I would like to be able to remove sorting informations of the flexgrid. I tried to use _flex.AllowSorting = false in the keydown event of the flexgrid, but it doesn’t work. As soon as i leave the cell, the flexgrid sorts itself again.
Do you have an idea to solve my problem ?