I'm using GroupByExpressions and I want to order my groups on another field.
So my tables would be something like this:
SubCategoryName
Question
SortIndex
I want to group by the SubCategoryName, but sort by the SortIndex field.
Is this possible with RadGrid? I've tried every solution I could think of and cannot find a way to accomplish this.
So my tables would be something like this:
SubCategoryName
Question
SortIndex
I want to group by the SubCategoryName, but sort by the SortIndex field.
Is this possible with RadGrid? I've tried every solution I could think of and cannot find a way to accomplish this.