Version

Editing Cell Values In-Place

You can now edit cell values in-place. In addition to the in-place cell editing support, the control has been modified to support writing the result of an edit mode session back to the corresponding data field, in the case where the control is data-bound.

Since the WinGrid™ control automatically assigns the appropriate embeddable editor to be used by a column based on its data type, the WinTree™ has been modified to do the same thing. Note that to maintain backward compatibility, editors will not be automatically selected unless the AllowCellEdit property is set to a non-default value for the column, or its associated ColumnSet (or ColumnSettings).

  • Added support to edit cells in-place via the existing embeddable editor architecture.

  • Added basic support to navigate between cells with the keyboard.

  • Added support for committing the values entered by the end user during an edit mode session to the corresponding data field.

  • Added support to automatically select the most appropriate editor based on a column’s data type.