Grid Editing / Custom Editor

Theme

Description

This example demonstrates custom editor for a column. Each column has editor property to which you can pass function and into it to instantiate different editors. Then in order to get appropriate value from this custom editor the grid will fire getCustomEditorValue event. It is fired when the grid needs the custom editor value in order to update a field. The value of the editor needs to be assigned to the e.value argument of the event.

Was this example useful?