Hello,
We are using xamGrid 2011.1
xamGrid .GroupBySettings.GroupByOperation is set to GroupByOperation.MergeCells and xamGrid .RowSelectorSettings.EnableRowNumbering is set to True.
When we have some merged cells and some information in summaryRow we get some "0" in RowNumberingColumn. Is there any way to clear that "0"'s or to change to some other text?
Hello Sergey,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thank you very much. Everything is working.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default Style for the RowSelectorCellControl and handled the ContetntPresneter’s, in its Template, Loaded event and if the content is TextBlock with “0” as Text I set it to null. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.