Is it possible to do use a dynamic editor on a column with C# wrappers, like the example below does for jquery?
https://docs.telerik.com/kendo-ui/knowledge-base/grid-use-dynamic-editor
How can I achieve similar functionality?
I have a simple Preference object that can have different types of values. (Boolean, String, Number, etc).
The preference object has a DataType that tells it what type for each row. I would like to use this value to determine what editortemplate to use.
Thank you very much for your help.