Custom Sort Order on Grouped Column

Hello,

I currently have a single grouped column, however, I need it to be in a specific order rather than Ascending or Descending. I have tried using Linq in the code behind to order the grouped column elements and on the front-end in the dataBound client-side event to no avail.

Example:

I have an array of strings ["A", "C", "D", "E", "B"]. This is the order in which I want my groups to be displayed rather than A, B, C, D, E or E, D, C, B, A.

Any help would be appreciated,
Thanks!

1 Reply 1 reply marked as answer

PS Pon Selva Jeganathan Syncfusion Team March 26, 2021 11:13 AM UTC

Hi Matt,   
 
Thanks for using syncfusion products. 
 
Query: Custom Sort Order on Grouped Column 

Based on your query, you want to perform custom sorting on grouped column. It is not feasible to perform custom sorting on the EJ1 grid. 

Kindly get back to us for further assistance.

 
Regards,  
Pon selva   









Marked as answer
Loader.
Up arrow icon