Hi,
i'm not sure if i should be asking this but i'll give it a try and you can feel free to say "forget it"
is there a quick way to have the Band[0] be a summery of Band[1] (parent/child)? instead of me doing it manually for each column
part of the Band[1] columns are Text data and part of them are Numbers data (represented as strings)
at the moment i am binding a dataset that has 2 tables with DataRelation between them most of the columns are the same and visually i would like the band[0] cells will be the summery of the band[1] . but i dont care about the band[0] dataset wise , i only care about the band[1]
thanks
I'm afraid I do not understand what you are asking. What exactly are you trying to do?
It sounds like maybe you want to reverse the hierarchy and show Band 1 at the top and Band 0 under that. If that's what you want, then no, you cannot do that through the grid, but you could easily adjust the Relationship in your DataSource to go the other way.
thanks for the reply Mike,
i knew i will have a problem describing what i am after
no, im dont want to reverse the hierarchy,
most , lets say all, of my data is at Band[1] (childs) and i want that Band[0] (parent) will be summery of Band[1] (childs) for visual purpes only.
for example
parent 22 <- this is band 0
child 5 <- this is band 1
child 8 <- this is band 1
child 9 <- this is band 1
as there are Summery feature for UltraGrid so what i am after is like that Summery row but as Band[0] instead of at the bottom of the band[1]
also you can think of it as Band[0] to be summery of band[1]