How do I align a checkbox to middlecenter?
fGrid.Cols.Add(key:="LF", "LF").CellStyle.Type = iGCellType.Check
Then I populate my grid
After grid is populated I tried this:-
fGrid.Cols("LF").CellStyle.TextAlign = iGContentAlignment.MiddleCenter
The checkbox is still aligned to the left.
Thnak you for your help.