Posted
on Jan 20, 2008
(permalink)
Hi Evtim,
Thanks for your reply, but I still can not get the grid to show group headers when trying to group by a nested object property.
Even if i do not add the grouping expression programatically and at run-time right click on the column and select 'group by this column', it will group the data but will not show group headers. If i do this for any other column it works fine.
The object I am binding too is structured like this:
Class: Order
Properties: Description, Date, Service
Class: Service
Properites: Id, System
The columns in the grid are:
Date, Description, Service.System
and my datasource is a List<Order>
Date and Description will group fine with group headers, but when i group with Service.System (either programitcally or at run-time) there are no group headers??
thanks,
bart