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
410
aligning child band column against matching parent band column
posted

I have a multi band grid where a child band has only a subset of the parent band's columns.

What I'd like to do is to have a child band's columns appear under matching parent band's columns.

I'd like to know what the best approach might be in accomplishing this.

My initial thinking is that I'd create kind of dummy columns for the missing columns in the child band then use DrawFilter to NOT draw those columns.  I guess then the question might be whether I create the dummy columns by creating those columns manually or create them by creating dummy properties on the business object itself.

Is there an easier way to accomplish this behavior?

Parents Reply Children
No Data