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
1440
Checkbox in Header Not Recognizing Siblings CheckState
posted

This is for version 9.1 Windows Forms.  I have the following structure in my UltraDataSource that contains 3 sibling children bands.  Also, the first column in all bands contains a checkbox (including headers):

 

HEADER 0

   Row 0 (Band 0)

   Row 1 (Band 0)

 

   Header 1

        Row 0 (Band 1)

        Row 1 (Band 1)

 

   Header 2

        Row 0 (Band 2)

        Row 1 (Band 2)

 

   Header 3

        Row 0 (Band 3)

        Row 1 (Band 3)

 

I have 2 questions

:

1)  How do I have the checkbox show a square in it instead of a dull checkbox for CheckState Indeterminate?

 

2) How do I get the checkbox in Row 1 (Band 0) to show the correct CheckState based on the collective settings of Header 1, Header 2, and Header 3?

      + row2 (band 0)

Parents Reply Children