This sample demonstrates saving a data table and its theme and schema of information to individual XML files.
Features:
In the Initialize menu handler, a data set bound to the Grid Grouping Control is filled from an adapter.
In the Save menu handler:
Table record field styles are serialized to TableRecordFieldStylesCollection.xml.
The data set is serialized to DataSet.xml.
The appearance is serialized to LookAndFeel.xml.
The engine schema is serialized to EngineSchema.xml.
This sample shows how to handle the QueryCellStyleInfo and look up cell-specific formatting information from a separate store.
TableRecordFieldStylesCollection lets you add custom formatting to individual fields in a record that is identified by using the primary key of the record and the field name