I have a scenairo where I need to bind a RadPanelBar to a SQL table similar to the below structure:
ID, Name, Category
1, Fred, Male
2, Sam, Male
3, Fred, Male
4, Sam, Female
5, Louise, Female
6, Tom, Male
I need the panelbar to be in a Category > Name structure (i.e. each name to be a child item of their gender) but can't see an easy way to do this from Telerik's examples.
Any help/suggestions would be greatly appreciated.
Thanks in advance.