Author Topic: Reuse in-cell editor for custom popup editor  (Read 2562 times)

rizariza

  • Newbie
  • *
  • Posts: 1
    • View Profile
Reuse in-cell editor for custom popup editor
« on: November 19, 2019, 11:29:07 am »
Hi,

I am implementing a grid with both inline and popup editing.  I am trying to reuse the editing/validation framework used in the inline editing so I don't have to reinvent the wheel for the popup editing.

If I have my own popup editor (much like https://paramquery.com/demos/crud ), how can I make a field have the same editing/validation experience as the inline editor?  (i.e. can I get the field in my popup to be replaced with the same special "editor" that the inline grid uses?)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Re: Reuse in-cell editor for custom popup editor
« Reply #1 on: November 19, 2019, 08:19:27 pm »
That's a good idea but sorry, inline editing features can't be carried over to popup editing.