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
415
CardView Display Problem
posted

On the Ultragrid with a cardview using group and level arrangement, i get the field names vertically down the left hand side and the data horizontally. e.g

                     x               x 

Firstname     Joe           Bob

Surname     Jones        Smith

This is great and just what i want, however i get a blue box just where the x's are. I get one for each record in the table.  How do i hide these boxes?

Parents
  • 469350
    Verified Answer
    Offline posted

    Sounds like the CardHeaderCaption.  You can turn this off by setting band.CardSettings.ShowCaption to false. Or you could set the CaptionField to make one of the fields display as the header for each card. 

Reply Children
No Data