Unplanned
Last Updated: 08 Feb 2019 14:27 by ADMIN
Shawn
Created on: 07 Feb 2019 13:40
Category: DataGrid
Type: Feature Request
0
DataGrid: Provide a functionality for changing the default editor of the typed columns
Provide some API or an extension point for changing the default editor of the different types of built-in columns when edit mode is entered.
2 comments
ADMIN
Nasko
Posted on: 08 Feb 2019 14:27
Hello Shawn,

Thank you for the suggestion. We will definitely consider it when we start to work on the feature.

Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Shawn
Posted on: 07 Feb 2019 19:04
Typically, this is done by having the DataGridTemplateColumn contain CellContentTemplate for specifying the template to use in read mode, and a second property EditCellContentTemplate for specifying the template to use while in edit mode.