Hi All,
I've an editable grid in a gallery. Each field has as OnChange: Select(Parent). And the gallery has OnSelect: Patch( and then all fields).
It works, but it is annoying that you cannot tab through the fields as after a change, it selects the gallery ofcours.
Is there a smarter way to do it?
THanks,
Pieter
Hi,
No that doesn't help! It works as long as I doesn't change something in a field. But as soon as you change something it does Select(Parent) to get it patched to the collection...
Set the tab option to -1 for all the controls in the gallery.
If my answer helps you, please mark it as solution.