Hi,
I have a grid with CardView and all the cards are displayed as below. I have set the CardSettings.MaxCardAreaRows = 1. The datasource has a lot of columns and I'm using the UltraGridRow.CardCaption property to identify each card.
The problem is when the user scrolls to the bottom the CardCaptions are not visible anymore.
I understand the UseFixedHeaders property forces the grid to display the column header even though the user scrolls vertically to the bottom. Is there a way to obtain an equivalent behavior using the cardview mode?
Caption1 Caption2
ColumnA Data1-A Data2-A
ColumnB Data1-B Data2-B
ColumnC Data1-C Data2-C
When user scrolls the grid vertically the caption 1 and cation 2 is disappearing. A feature for freezing it when user scrolls will be helpful.