I have a Kendo grid in which I need different input controls in a single column depending on data. I have three scenarios:
- If the value is
true
, checkbox should come on edit. - If the value is a
string
ornumber
, textbox should come on edit - If the value is More, hyperlink should come on edit.
Please see the screenshot above.