AxpDataGrid

AxpDataGrid.GridCellWidths Property

Control the width of columns in the datagrid

[Visual Basic]
Public Property GridCellWidths As String
[C#]
public string GridCellWidths {get; set;}

Property Value

A comma separated list containing the width of each column,

Remarks

Empty entries in the list is allowed. Since the grid is rendered as an Html Table, the Browser will then adopt its own rules for how the table is displayed.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace