KeyDown and KeyUp ?

Hi,

Is there a way to catch KeyDown and KeyUp event ?
I have a table and i want to make multi-select with CTRL and SHIFT key, like explorer on windows.
Thanks.

Hi!

You are probably looking for
this
.

HTH,
/Jonatan

Great !
Thanks !