Hi,
I have requirement to sort the data grid column either descending/ascending on each click.
Is there a way to disable the third click for unsort column?
Sorting in Reactive is done in the OnSort method in your screen. You might have to alter the code. What you could do is to keep track of if it is the 3rd click and instead of setting the TableSort on the value SortBy just set it to the primarykey of your table.
Hello Anjitha, on our next release we'll have a new client action that will allow Grid to delete this third state.
Thanks Gabriel!
Do you have release date for this?