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
710
Card View Column headers visible
posted

Currently, I have my grid in card view and set all column heades not visible

Grid.DisplayLayout.Bands[0].ColHeadersVisible = false;

The only reason I did it because I don't want my column headers to repeat showing  up. Is there a way that I could show just the column header on the leftmost column of the card view and hide the rest.

 

Ada