AD
Administrator
Syncfusion Team
September 2, 2003 01:58 PM UTC
Try
this.grid.TableStyle.Format = "###.00";
this.grid.TableStyle.CellValueType = typeof(double);
Then all cells in the grid should use this format and cellvaluetype unless you explicitly set a GridBoundColumn.StyleInfo or handle events like PrepareViewStyleInfo or Model.QueryCellInfo to set particular styles.