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
40
Hiding child band columns based on parent row data
posted

I have a 2 level data model, which I would like to display in an ultragrid.

Is it achievable to hide selected columns in the subband based on the input (Selector column) on in the parent rows ?

E.g.

XXX1 YYY Selector-A

...   aa11 bb11 cc11 dd11 ee11

XXX2 YYY Selector-A

...   aa21 bb21 cc21 dd21 ee21

...   aa22 bb22 cc22 dd22 ee22

XXX3 YYY Selector-B

...   aa31 cc31

Parents
No Data
Reply
  • 69832
    Offline posted

    UltraGrid does not support different column structures on a "subband"; The column structure for the band determines the structure for each and every row at that band level.

    What you describe here is, however, supported by our UltraTree control, by way of its 'FreeForm' ViewStyle. I believe we have a sample in the SDK that demonstrates how to use that functionality.

Children
No Data