All:
Is there a way to auto expand a group through code?
Thanks.
If you want to expand all groups (group by records) you can use the ExpandAll method of the Records collection. You can also handle the InitializeRecord event of the XamDataGrid and expand the record (by setting the IsExpanded property to true) if it is a GroupByRecord.
This worked. Thanks for your help. On another subject.
Is there a way to customize the Group Expanders? Can I center the text , change the background color etc.,??
Once again, thanks