Available in the Full Version

Data Grid - Handling Complex Objects

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

This sample demonstrates how to handle complex data objects via the column's mapper function.
The mapper function can be used for complex data extraction from the data record, whose return value will be used for all data operations associated with the specific column. Sorting and Filtering operations will be executed based on the values returned by the mapper function. Updating via a combo editor provider will allow updating the whole complex object with the selected combo item's record data.

Code View

Copy to Clipboard