ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: rizariza on November 19, 2019, 11:29:07 am

Title: Reuse in-cell editor for custom popup editor
Post by: rizariza 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?)
Title: Re: Reuse in-cell editor for custom popup editor
Post by: paramvir 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.