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
Hello,
Creation filters are good for replacing/removing elements from the control, but fixing a header will impact the size of the scroll area, which is a limitation to the Creation filter.
You will have to submit a feature request for fixed headers in card view on our website here for that:
https://ko.infragistics.com/community/ideas
Sincerely,
Tihomir TonevAssociate Software DeveloperInfragistics
The suggested forum thread is for fixing the column group in left but for my scenario, i have to keep the card captions "Caption 1 and caption 2" should be always top when user scroll the grid vertically.
is it possible with the creation filters? please suggest a sample.
There is no built in way to do this. The only way to achieve this is by using creating filter. Please check out the following forum thread, in which I believe the very same issue has been already discussed and you can find some sample of a creation filter to do just that.