0

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..

Muayad Salah
  • 701
  • 1
  • 8
  • 19
  • What event are you listening to for your print code? Can you please post some reference code? – pherris Sep 03 '14 at 14:02
  • have you tried afterrender? I'm pretty sure it gets fired every time a grid repaint occurs, which would be true when you click on a cell. beforecellclick should also have the new cell's information – Dave Bush Sep 06 '14 at 12:55

0 Answers0