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
1500
8.2 -> 9.1 RowLayout mode is broken
posted

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 

Parents
  • 70
    Verified Answer
    posted

    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.

Reply Children
No Data