Hi,
In our project we have a number of custom grids that are built upon UltraWindGrid v8.2. They work pretty good on that version. As far as we faced the bug with infragistics ribbon that looks to be fixed in 9.1 version we decided to switch to the new version. All the grids work fine but one - the one that is in the RowLayout mode. There are really complicated headers for the grid, that with the 9.1 are shown in one single line (instead of being multilayer as it is in 8.2).What are the resolution procedures in order to have the RowLayout grid working in 9.1 version?
Thanks,
Vitaly
jcharbo,
that's very good news! We didn't have enough time and motivation to switch to 9.1 when the original question was asked and stuck with 8.2 version. However we're planning to switch to 10.1 this week. So your response is just in time. I had the issue on the back of my mind all the time :)
I had the exact same issue except going to 9.2 instead of 9.1, and figured this way out:
grid.DisplayLayout.Bands(0).RowLayouts("CUSTOM").RowLayoutStyle = RowLayoutStyle.ColumnLayout
Apparently, with the new group layout stuff, custom layouts are not set to column layouts by default.
Hi Vitaly,
What exactly is the problem with the one grid using RowLayouts? Are you getting an exception? If so, what's the exception?
Does the layout just appear incorrect? Can you post a screen shot?
Is there any way you can post a small sample project demonstrating the problem?
Matt,
No luck after installing the hotfix. Any other idea? I hope I figure this out this without deep dive.
-Vitaly
Vitaly,
There were several issues with RowLayouts with the release of 9.1 that came due to the complexity of the RowLayouts with Groups functionality. I believe that many of these issues have already been resolved with the latest hotfix, so you should check to see if your issue in particular is addressed.
-Matt