This question is locked. New answers and comments are not allowed.
Is it possible to have a column in a grid defined as a textarea, AJAX binding, and InCell editing? I have tried a few different ways but was unable to get it working.
(1) Tried to use a ClientTemplate which defined a <textarea>. This works until you go to edit the cell. The cell then converts into a input html element and expands horizentally.
(2) Also, tried to used an "Editor Template" but my problem with that is the "Model" in the Editor Template is always null.
Thanks for the help.
(1) Tried to use a ClientTemplate which defined a <textarea>. This works until you go to edit the cell. The cell then converts into a input html element and expands horizentally.
(2) Also, tried to used an "Editor Template" but my problem with that is the "Model" in the Editor Template is always null.
Thanks for the help.