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
183
different look for child and parent grid [heirarchial grids]
posted

hi,

just managed to create an heirarchial grid  using the wonderful guide in the knowledge base [very proud of myself for doing this :) ]

and i was wondering,

say i want each table [parent and child] to have different look, for example. i want the child to have line selector and the parent won't,

is it possible ?

 

if so, how ?

thanks, asaf.

Parents
No Data
Reply
  • 8680
    Verified Answer
    posted

    Assuming that you're working with VS 2005, CLR 2.0, and a recent version of NetAdvantage: 

    • Right-click on the grid and select 'Quick Design'
    • Expand the 'Data Structure' node and then the 'Edit Data Structure' node
    • Click on the 'Bands and Columns' node
    • Create bands as required
    • Edit band properties to achieve formatting.  (Caveat: Some properties will not be editable here as they are global to the entire grid.)
Children