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
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
Hello Keith
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.