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
1935
UltraGrid - Band[0] to be summery of Band[1]
posted

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

Parents
  • 469350
    Offline posted

    Hi,

    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.

     

Reply Children