Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
TemplatedColumns Edit mode
posted

I am trying to use templated columns on a text column. However, the  column appears to be read-only (nothing happens when double clicking). Setting an EditorControlID didn't help. Do templated columns support edit mode?

Thanks,

Ari

Parents
  • 45049
    posted

    If you have any controls in the cell template of a templated column, then those cells shouldn't be able to go into edit mode.  If  you want such cells to be editable, you should put a control inside the cell template that allows editing, such as a text box or WebTextEdit.

    I recall that, in the past, it was possible to put these cells into edit mode, but if the user did, the result was that the controls in the cell template were lost.  The solution for this issue was to handle the client-side events of the grid to prevent cells in the column from going into edit mode in the first place.

    You mention that this is a "text" column.  Is there a particular reason you've set this to a templated column?  What controls are you putting in the cell template?

Reply Children
No Data