PHP Classes

add an event

Recommend this page to a friend!

      DrasticTools  >  All threads  >  add an event  >  (Un) Subscribe thread alerts  
Subject:add an event
Summary:hi
Messages:2
Author:Aleksandar
Date:2010-12-06 14:58:08
Update:2010-12-06 18:12:08
 

  1. add an event   Reply   Report abuse  
Picture of Aleksandar Aleksandar - 2010-12-06 14:58:08
Hi.
I want to ask if it is possible and if so how can i add an onkeyup event while editing grid.
Thanks Alek

  2. Re: add an event   Reply   Report abuse  
Picture of dd dd - 2010-12-06 18:12:08 - In reply to message 1 from Aleksandar
Hi Alek,

DrasticGrid does not offer a keyup event out of the box but you can add one yourself. Look into the code and scan on keydown. You can simply add keyup events the same way.

Hope this helps,

regards, dd