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?
Thanks for the quick answer Mike.
That's the anwser I was expecting; I just wanted to be 100% sure that feature doesn't exist. I'll submit the feature request.
Hi Oscar,
I tested this out briefly, and I don't understand the issue. I tried every property setting and CardStyle I could think of, and I was not able to get the card labels to scroll out of view. They are always either fixed on the left or attached to each card.
Oh, sorry, I just re-read your post and realized you are talking about the card captions. Unfortunately, there is no way to have these fixed. You should Submit a feature request to Infragistics