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
1055
Define band order/position
posted

Hallo,

 I have a UltraGrid with multible bands. The DataSource is a collection of objects.

One band have two different child bands. I want to define the order of these two bands. Is there a way to define the position/order of the bands? I expect a way like the VisiblePosition-property for the column position.

Example

My Infragistcs version is 6.1 and I'm using C#.

Parents
No Data
Reply
  • 469350
    Offline posted

     Hi,

        This is a common request, and I know it's been discussed, but I can't remember if it was ever actually implemented or in which version.

         VisiblePosition is exactly the property to use. A child band is really just a special kind of column on the parent band, so try accessing the columns that represent the child bands here and set the VisiblePosition on them and see if it works.

Children