Hello,
I have a couple of issues with Advanced Grid.
- I[Update] I am trying to save changes to the current thing on the grid and it keeps changing the next thing in the grid, instead of changing the current one. Same thing happens either with ThisAdvancedGrid’s currentUniqueId or with ThisAdvancedGrid’s row Selected UniqueId.

I don’t know if it helps but, if I add a UniqueId column to the grid, if I press Edit and then Submit I suddenly get a “no” value in the UniqueId column:
Any idea what I am missing?
- Is there a way to indicate the correct type for reference fields and use a dropdown in the edit form? When using a column that has an Option Set type or a column in another data type the field simply shows text (and accepts any text). For editing, the method below does not work (it looks like it expects a boolean value):
The option set is this:
For pointer (to other data types) fields it doesn’t work either (Tournament is a Data Type and participates as a reference field in Segments):
And one idea: is it possible to use the add/edit form without necessarily showing the grid somewhere on the form? Like a popup, that is. It is very appealing to have a form-ready popup.
Thank you in advance
Nassos