Hi
I have a problem with a column that is formatted with this:
ultraGrid.DisplayLayout.Bands[bandIndex].Columns[column].Format = "CHF #,##0.00";
The column is displayed and printed correctly (ex. CHF 120.00), but with the Excel Exporter in the excel file I only see: 120
Do I have format the column especially for excel?
best regards
Clay
it works, thank you very much
In your exporter's InitializeColumn event, set e.ExcelFormatStr = e.Column.Format;
I use NetAdvantage .NET 2007 Vol. 3 CLR 2.0