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
1775
"0" in RowNumberingColumn while merging cells
posted

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?

 

Parents
No Data
Reply
  • 138253
    Verified Answer
    Offline posted

    Hello Sergey,

     

    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.

    XamGridRowNumbering.zip
Children