group-by combo-box display value

In a databound GridGroupingControl one of the columns has a Combo-box cell type.
The combo-box has a value member (ID) and a display member (Name). At runtime when the user drags the combo-box column to the group area, the data is grouped by the (ID). What I need is to group by the combo-box display value (Name) instead of grouping by the combo-box's selected value (ID)?

1 Reply

HA haneefm Syncfusion Team September 6, 2007 11:59 PM UTC

Hi Omar,

Please refer this sample that shows how to get this working.
GGC_ForeignKeyReference.zip

Best regards,
Haneef

Loader.
Up arrow icon