HI all,
I've got a simple HTML table that I'm turning into a Grid. I need to Group the Grid. I have all of that working...
When I define the Grouping I choose which Field to Group on. This automatically sorts the data by this Field. However, my requirement to to actually sort by a different Field.
ie: The Grouping Field is text, but the sorting is a different numeric Field.
I can Group by the numeric Field, but then what I want is to use a groupHeaderTemplate to instead display the text of the other Field.
So, my question is twofold.
- Can I Group by my text Field, but sort the Grouping by my numeric Field?
- Or, can I Group by my numeric Field, but display the text of my other Field?
Just remember...my data is sourced from an HTML table.
I hope all that makes sense.
Thanks
John