I am unsure if this should go into the layouts section or the ultragrid section.
First off when I initially wrote this program I was using 8.3 and just a week ago we upgraded to 9.1.
I have an application that uses a multiband ultragrid. I have 3 levels (parent, child, and grandchild). My problem is that I have 3 different children that have a child of their own and the first one that I have (Services) allows me to make changes using the designer. The other two say Collections and Marcs will not save their layout changes. I have tried doing multiple changes at different levels to no avail.
I know that recent changes were done to the ultragrid now that we have groups and rowlayout together. I was wondering if there is a work around for this or a possible hot fix?
Hi,
Well, it is, of course, possible, that something was broken. But I can't imaging why it would only affect some bands and not others.
Can you duplicate this in a small sample project so we can check it out? You can either post your sample here or Submit an incident to Infragistics Developer Support
All the changes that I am trying to apply are at design time. I am using a binding source for my datasource on the grid so the band names are not changing. The datasource looks at some business objects which haven't been touched in a year or so.
I am just curious that with the recent changes done to ultragrids that something may have changed because it worked with versions 8.1 - 8.3 and with version 9.1 it is now does not work as it did before.
I'm still not clear on what you mean.
You seem to be saying that you are trying to apply different layouts to individual rows at the same level. But that is not supported and never was.
So I assume you mean you are somehow losing the layout of a particular band of the grid. But I'm not clear on when you are applying this layout. Do you mean you are setting up the layout at design-time? Or is this changes you are making at run-time?
If it's design-time, then the most common reason for this not to work is that the band names you set up at design-time are not matching the names of the bands in the data source you are applying at run-time. Of course, if this worked in a previous version, then that can't be the case - unless you have made some other changes to the name of the band at design-time or to the columns.
What I'm trying to do is format the display layout on a multiband ultragrid. I have three levels and not all of my changes are applying to all of the grandchildren.
The first grandchild will get it's changes applied correctly and save, the other two will not apply them or save them. This didn't use to be a problem with a previous version 8.1 - 8.3 but now that we've upgraded all applications to 9.1 I can no longer get it to work properly.
I'm afraid you lost me in your second paragraph - I do not understand what you are trying to do or what the problem is.