JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › custom values in grid drop-down › Reply To: custom values in grid drop-down
Hi,
Thank you for the feedback!
You can read more about editor
in the docs -> grid -> API -> columns (expand the columns) -> editor: editor
In case you can’t find it:
editor: string | { template?: string, settings?: any, onInit?: any, onRender?: any, setValue?: any, getValue?: any}
Sets or gets the column's editor. The property expects 'input', 'autoComplete', 'comboBox', 'dropDownList', 'image', 'numberInput', 'checkBox', 'multiInput', 'multiComboInput', 'checkInput', 'slider', 'dateTimePicker', 'timeInput', 'dateInput', 'dateRangeInput', 'maskedTextBox', 'textArea' or a custom object with 'template' property which defines the editor type, 'settings' property which defines the custom editor's properties, 'onInit(int row, string column, object editor, object rowData): void', 'onRender(int row, string column, object editor, object rowData): void', 'setValue(object value): void' and 'getValue(object value): any' callback functions.
Here is a demo with it editor-demo
If you have any further questions, do not hesitate to contact us!
Best regards,
Svetoslav Borislavov
jQWidgets Team
https://www.jqwidgets.com/