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
235
How to style GroupByRecordPresenter as DataRecordPresenter
posted

Hi,

In out application we want to have GroupByRecords styled as ordinary records (DataRecords), See attached file. We can't use summary in GroupByRecordPresenter because we show summaries for specific fields in another level of grouping.

Could you propose any solution for this task?

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Andrey,

    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 through your post and I created a sample project for you with the functionality you want. Basically I changed the GroupByRecord Description property. In the sample it is shown how to have both the original text and add some custom or have only custom text.

    Feel free to write me if you have further questions.

    XamDataGridGroupByRecord.zip
Children