Page 1 of 1

Grid Edit Form Type?

PostPosted: Thu Oct 20, 2022 1:52 am
by john1598360627
For a column in a Data Grid, there's multiple edit types.

* Text field
* Date Picker
* Combo Box
* Type Ahead
* FORM
* Check box

What is the Form edit type? How does it work? Is there documentation I can see about how this works?

Re: Grid Edit Form Type?

PostPosted: Fri Oct 21, 2022 9:39 pm
by ProRM
Hi John,

With the EditType FORM you can select a separate form to do the Edit, instead of editing the content directly on the cell. You also need to create a form and select it under editForm

Image

Re: Grid Edit Form Type?

PostPosted: Sat Oct 22, 2022 2:03 am
by john1598360627
ProRM wrote:Hi John,

With the EditType FORM you can select a separate form to do the Edit, instead of editing the content directly on the cell. You also need to create a form and select it under editForm

Image

Ah okay, so in that form you make, I assume it shares the dataprovider for the grid you will connect it with right?

And the only option is that it appears as a popup window when you click it? There isn't a way to say, embed it into the grid itself?