Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1080
get records in view
posted

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

  • 138253
    Offline posted

    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.

  • 1080
    Offline posted

    Any news?