AD
Administrator
Syncfusion Team
July 12, 2006 12:42 PM UTC
If you are using the support in GridGroupingControl for record selections (as opposed to using the selection support inherited from GridControlBase which has no knowlegde of the grouping architecture), then you access the selected records directly from the grid.Table.SelectRecords collection. Here is a little sample showing the 2 properties you need to set to activate the record selection support, and button handler code showing how to get at the selected records.
There is a little problem in that by default, these record selections are cleared when you click a +/- cell. If you do not want this, then you can handle a couple of events to avoid it. The sample does this.
http://www.syncfusion.com/Support/user/uploads/WindowsApplication17_25d9f93b.zip