I have this really weird phenomena occurring when using an application studio event tied to DataView RowChanged. For some reason if I scroll down within the grid to load additional records and then click, eventually the event just stops firing entirely. As long as you click on a row in the grid that was immediately visible, there’s no issue. However once you start scrolling it starts to break. Anyone else experience this? Thanks.
On the grid properties, try changing the scrolling type from “virtual” to “scrollable” and see if that helps.
Thanks for responding Aaron. However that didn’t seem to work. Making it scrollable actually causes a seperate issue where rows past the initial visible set are unselectable because the grid just jumps back to the top when you try to click. However the initial issue remains.
Have you traced it with Dev Tools? Does it literally just not fire or is there something else possibly going on unseen?