Grid onscroll & onkeypress

Hi all

Would like an inputbox to appear if a user starts typing when a grid cell is highlighted. Is there a method of getting Grid1_onkeypress() or similar to work?

I have 2 grids which scroll together onmousemove. Is there a Grid1_onscroll type event?

Gheers

I assume you’re using the Common Grid.

Each cell in the grid has its own Id. The top left one is Grid1_0_0. You can watch for Grid1_0_0_onkeypress().

Scrolling is handled by the iScroll library, which lets you hook into its events.