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
1960
Cardview with UseFixedHeaders kind of behavior
posted

I have a grid with CardView = true, and all the cards are displayed horizontally (I set CardSettings.MaxCardAreaRows = 1).  The datasource has a lot of columns so the grid displays the vertical scrollbar all the time. Also 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?