110
Views
3
Comments
[OutSystems Data Grid Sample] Can we customize the Sorting option to Ascending and Descending only?
outsystems-data-grid-sample
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

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?



2024-08-06 11-20-33
Ronnie Verheij

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. 


2020-08-05 09-00-16
Gabriel Lundgren

Hello Anjitha, on our next release we'll have a new client action that will allow Grid to delete this third state.

UserImage.jpg
Anjitha Mohan

Thanks Gabriel!


Do you have release date for this?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.