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?
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.