We are using the grid in our page. The behavior is when a row is clicked, the edit form(popup) shows. The popup shows the clicked row's details correctly. But the moment I added 'Resizable()' and 'Scrollable()' to the grid, the popup would displayed the other row's data. For the first two rows, it displayed nothing. Then for the 3rd row, it displayed the data of the 1st row. The fourth row displayed the data of the second row in the popup and so on.
If I remove the scroll event from the grid, everything would work fine again.
But then we need the scrolling in our page.