I have succeeded in properly displaying TextFields in the editable part of my PropertyGrid.
But when some changes result in data being reloaded, the focus is lost.
I tried keeping a reference to TextFields in the grid and called focus() to try and refocus the field but it doesn’t do anything.
Am I missing something ?
Thanks!