I have a DataGrid that I connected a function to, based on the onkeypressed event. In my function I'm just alerting the charCode. For keys like delete and backspace it always returns zero, even though these are specified in the dojo.keys array.
My goal is to select a row and press delete to remove the row.
So how do I trap the delete key?
Thanks,
Jon
My goal is to select a row and press delete to remove the row.
So how do I trap the delete key?
Thanks,
Jon