Hello,I need to get the column summaries associated with a list of GroupByRecords.I started with the RecordsInViewChanged event:
Infragistics.Windows.DataPresenter.Record[] gb; gb = this.xamDataGrid1.GetRecordsInView(false);
Now I have the list of GroupByrecord objects visible, but I would like to retrieve the entire row values for each group.
thanks
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I suggest you use the GroupByRecord’s DescriptionWithSummaries Property in order to get the Values as String;
Feel free to write me if you have further questions.
Any news?