Hello All,
I have a Boolean column in grid which is in CardView, By default it displays the checkbox in the center of the cell, Is there any way i can change the alignment of this checkbox (i.e. To the left).
And how can we make a cell multiline in carview?
Thanks in advance.
Sorry forgot to write about making cell multiline
in the grid's initializelayout event
e.Layout.Bands(0).Columns("Name of Cell"/Cell Index).CellMultiLine = True
Thank you rufus for your reply but the problem is that both of your mentioned solution do not work if the gird is in CardView I've already tested these options. There is only one row exists when the grid is in Card view because we are dealing with only one record.