Completed
Last Updated: 11 Jun 2012 06:01 by ADMIN
ADMIN
Ivan Petrov
Created on: 11 Jun 2012 06:01
Category: GridView
Type: Bug Report
0
RadGridView - ExportToExcelML - If a cell value is of any of the .NET unsigned integer type it is not exported.
Steps to reproduce.
1. Add a RadGridView to a form
2. Add a decimal column and set its DataType to any unsigned integer type (uint16, uint32, uint64)
3. Add some values and export the grid with ExportToExcelML
4. You will see that in the exported grid the cells in the column would have "0" as a value.
0 comments