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!