bill lam wrote: > I want to trap the pageup/pagedown key for jsgrid, but it appears that > it does not pass 'key' event, only 'click' 'rclick' and 'mark' events > are generated.
This is because jsgrid itself redefines key. Compare key_jsgrid_ and key_jzgrid_. You need to either create your own "jsgrid" class, or extend jsgrid with a class that defines key appropriately. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
