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
1150
TemplatedDataField and editing
posted

Is there a possibility to edit TemplateDataField like a regular BoundDataField? Or using EditorProviders with TemplateDataField? Currently I didn't find any way how to edit TemplateDataField in grid without using custom edit template (actually haven't tried that option yet because it's not prefered way for me). 

Also I didn't find an EditItemTemplate for templated field, which would nice to have.

Parents
No Data
Reply
  • 14049
    Offline posted
    Currently editing of the templated columns is not supported. Presumably
    the application should provide a way to edit in the templates themselves
    if it is required by the application logic.
    One of the reasons why it's not supported for the moment is that if we
    start to intercept events off the templated cells then it is easy to get
    into a mess of who gets to handle what.
    I like your idea of the editor template. We could think of adding it in
    the future.
    Thanks.
Children
No Data