I have a grid that's bound to a generic list of business objects. These business objects contain a property called "Group" which is itself another business object. This object has its ToString() method overridden.
I can display the "Group" property within the grid with no problem, but when I enable grouping and try to drag that column into the group by box I get the following error: "Field Group not found in the source table. Please check the expression syntax."
I have another property called "PrimaryPhone" which also generates the same error if I attempt to group by that.
I can successfully group by the other non-object properties. Any ideas on how I can accomplish grouping by these object properties?
Josh
I can display the "Group" property within the grid with no problem, but when I enable grouping and try to drag that column into the group by box I get the following error: "Field Group not found in the source table. Please check the expression syntax."
I have another property called "PrimaryPhone" which also generates the same error if I attempt to group by that.
I can successfully group by the other non-object properties. Any ideas on how I can accomplish grouping by these object properties?
Josh