How can I trap a cell onchange in grid with IE?
Hi all-
I'm using DOM and prototype to bind events so that I can catch updates in my grid - like so:
var c = this.dataGrid.getCellTemplate(col, row); c.setEvent("onchange", this.cellChanged.bindAsEventListener(this, col, row));
(cellChanged is a js function)
works great in firefox but not IE - onclick, keypress etc. fire after a single character change so aren't helpful.
any ideas?
thanks
Max
I'm using DOM and prototype to bind events so that I can catch updates in my grid - like so:
var c = this.dataGrid.getCellTemplate(col, row); c.setEvent("onchange", this.cellChanged.bindAsEventListener(this, col, row));
(cellChanged is a js function)
works great in firefox but not IE - onclick, keypress etc. fire after a single character change so aren't helpful.
any ideas?
thanks
Max
Max Tomlinson
August 24,