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
75
How to fix the CardCaption as a fixed header
posted

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

  

Regards,

Sundaram

Parents Reply Children
No Data