Alignment of checkbox column in GDBG

We are using GDBG 1.6.1.6 When we specify GridBoundColumn's CellType to be CheckBox, the checkboxes are left-aligned in the column. Changing what property will result on the checkboxes that are centered?

1 Reply

AD Administrator Syncfusion Team January 6, 2004 05:30 PM UTC

try GridStyleInfo style = this.gridDataBoundGrid1.Binder.InternalColumns[0].StyleInfo; style.HorizontalAlignment = GridHorizontalAlignment.Center;

Loader.
Up arrow icon