I have a gridView that have both onSelect and onItemMouseDown events.
when I click a cell, and print its position it gives the past ones. If I put the position printing code inside a setTimeOut timer for lets say 100ms, the position is true.
Is there a way to postpone the events on gridView until the position is updated for the newly selected cell?
thanks..