We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

HorizontalAlignment

I defined a checkbox cell. I want to put it in a center of a cell.

1 Reply

AD Administrator Syncfusion Team May 16, 2005 09:08 AM UTC

Try setting the GridHorizontalAlignment property on the style. In a GridControl, you can do it on the cell. In a GridDataBoundGrid, you need to set it on the GridBoundColumn.StyleInfo object fro the column from either the grid.GridBoundColumns collection or from the grid.Binder.InternalColumns collection depending upon whether you have explicitly added GridBoundCOlumns or not. Here is the code for a gridcontrol. this.gridControl1[2,2].CellType = "CheckBox"; this.gridControl1[2,2].HorizontalAlignment = GridHorizontalAlignment.Center;

Loader.
Live Chat Icon For mobile
Up arrow icon