Trapping key pressed

Hi, I'm trying to trap the TAB key being pressed to leave a datagrid editable cell. Using a customer event of OnKeyPress for the Datagrid itself doesn't seem to work?

Cheers
Reg

It will be better to use blur event of the editor declared in the column EditTemplate since there is no such term like editable cell.

Ok, thank you, I'll give that a go.