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?
Hello Mikey,
I can suggest you copy the default Style of the GroupByRecordPresenter and replace the colors you want with the ones from the default Style of the DataRecordPresenter. You can find them both here by default:
C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\WPF\DefaultStyles\DataPresenter\DataPresenterGeneric_Express.xaml file
Hope this helps you.
This does not answer the question as to how to style the GroupByRecordPresenter as a DataRecordPresenter - i.e. inherit the background, foreground etc. as shown in the screenshot - which is what brought me here.
Your answer shows how to override the grouping record text - which although helpful (I also wanted to know how to do that) does not answer the question.
Can we have an answer to this please?
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.