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
  • 1500
    Offline posted

    Hello,

    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.

    Sincerely,

    Tihomir Tonev
    Associate Software Developer
    Infragistics

Reply Children