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?
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.
Hi Mike,
Thanks for your reply.
Yeah thats done the trick. Thanks.