Hi, i have a grid and one of the columns has the columnstyle checkbox. When i try to export this grid with the ultragridexcelexporter i get true and false. Is it possible to localize that?
The grid just calls ToString on the value in the cell. So I would think it would automatically be localized based on the current culture. But if you want to change the text to something other than that, what you would do is handle the UltraGridExcelExporter's CellExported event. You could then write any text you want into the Excel cell.
thx for the answer, I'll try it.
The exporting of groups is not currently supported in the standard mode.
If you are using v9.1, you can export groups if you are using the new RowLayout Groups feature.
It works, but now i have another problem.
The exporter doesn't export the gridgroups. Does anyone know how that works?