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
2730
UltraGrid Multiple Bands
posted

 

I have two bands. Band[0] and Band[1]

Can someone show me or send me a tutorial how to get the data from Band[1] on ultra grid1.

At the moment when i select the toggle +  for the Band[1], I dont see no data. Do I have to enable properties, Can someone assist me thanks

Parents
No Data
Reply
  • 53790
    posted

    Hello Keith,

     

    I am not sure if I understood the questions correctly but  you could change the ExpansionIndicator  property to CheckOnDisplay,   the expansion indicator ”+” will appear only for the rows which contains data.

    One possible approach to get a data from Band[1] via code could be:

     

    ultraGrid1.Rows[Index].ChildBands[0].Rows[“Index of the desired row in Band_1”];

      

    Please let me know if you think that I misunderstood your scenario or if you have any questions.

     

    Regards 

Children