This question is locked. New answers and comments are not allowed.
Hi Guys,
I have two tables, Employees and Suburbs. Suburbs has an ID (you can add suburbs separately). Each Employee has "Employee.Suburb". I'm using RIA Services to get the data to the client side and binding to a grid. When displaying an Employee in GridView, I want to group them by Employee.Suburb.Name, not Employee.SuburbID. I can't find a way of doing this, I assume it's similar to how a combo boxes work in this column: http://www.telerik.com/help/silverlight/radgridview-columns-column-types-combobox-column.html
If you could provide me with any information on this I would be extremely gracious.
I have two tables, Employees and Suburbs. Suburbs has an ID (you can add suburbs separately). Each Employee has "Employee.Suburb". I'm using RIA Services to get the data to the client side and binding to a grid. When displaying an Employee in GridView, I want to group them by Employee.Suburb.Name, not Employee.SuburbID. I can't find a way of doing this, I assume it's similar to how a combo boxes work in this column: http://www.telerik.com/help/silverlight/radgridview-columns-column-types-combobox-column.html
If you could provide me with any information on this I would be extremely gracious.