Expression Editor, when integrated with grid, enables using expressions on grid and perform operations such as filtering, grouping, sorting, and column calculation over its data. To integrate Expression Editor with MSDataGrid, you need to use DataSource property of MSDataGrid that takes a collection of objects to generate grid data. Once the grid is populated, data source of Expression editor can be bound to data source of MSDataGrid using the DataSource property of C1ExpressionEditor class.
The following image exhibits Expression Editor integrated with MSDataGrid control.
The following code demonstrates integrating MSDataGrid with Expression Editor.