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
110
Fixed Columns
posted

I used UltraDataSource to create the data structure shown below.

Band 0

   Group 0

   Level 0

       Column 1

       Column 2

       Column 3

       Column 4   

  Level 1

       Column 5

       Column 6

       Column 7

       Column 8

 

When I display the UltraWinGrid I group by column 0.

 

I would like to freeze column 1 and column 5 which are on top of each other. Setting Fixed property to true for both of these columns do not work.  Is this possible?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    It looks like you are either using CardView or Rowlayouts to get the columns to stack up vertically. Fixed Columns are not supported in either of those cases. You can only fix column in the standard mode.Columns can only be fixed to the left or the right. Fixing a column in the hierarchy you have here doesn't really make sense. I'm not sure what that would look like.

    Maybe you need to re-organize your data and fix some of the rows, rather than the columns.

     

Children