Hi,
When the data in the grid is refreshed or the field layout is altered, the grid seems to loose focus on the Active Cell. The behavior is not consistent. Sometimes it works as expected and other times it just sets focus on a random cell in the grid.
Any pointers, if anyone already encountered this problem??
Hello,
Thank you for your post. I have been looking into it and I can say that this behavior is expected, because when you change the DataSource or refresh the XDG, the FieldLayout is initialized again, which means it is redrawn and it is normal to lose the ActiveCell marker.
Hope this helps you.