Hi.
I have an object with a property of type char like this:
When binding a grid to a list of this objects the values in the char property are displayed correctly in a grid column.
But when I export the grid using ExcelML the column in Excel comes up empty.
Doesn't ExcelML support exporting the char datatype?
I have an object with a property of type char like this:
public
class
DummyModel
{
public
string
Stringtest {
get
;
set
; }
public
char
Chartest {
get
;
set
; }
}
When binding a grid to a list of this objects the values in the char property are displayed correctly in a grid column.
But when I export the grid using ExcelML the column in Excel comes up empty.
Doesn't ExcelML support exporting the char datatype?