E
_e_
I'm trying to set custom widths and headings for DataGrid columns, but
they keep displaying as defaults. I did configure the params via the
TableStyles collection -> ColumnStyles collection. MappingName
is set to the name of the DataTable.
My understanding is that the names should match or else the defaults
will be used. Though all the data is being displayed, it does look
like the column sizes and headers are set to defaults (Names = Column
names in the DataTable).
My own DataTable is actually inherited from DataTable, but I am
referring to it by its name:
public class DTX : DataTable {
...
}
I'm using DTX as the mapping name.
So...What am I overlooking?
they keep displaying as defaults. I did configure the params via the
TableStyles collection -> ColumnStyles collection. MappingName
is set to the name of the DataTable.
My understanding is that the names should match or else the defaults
will be used. Though all the data is being displayed, it does look
like the column sizes and headers are set to defaults (Names = Column
names in the DataTable).
My own DataTable is actually inherited from DataTable, but I am
referring to it by its name:
public class DTX : DataTable {
...
}
I'm using DTX as the mapping name.
So...What am I overlooking?