Login Register

dijit.form.CurrencyTextBox column in the grid is editable for one and only one row in IE

I got a editable grid. I have dojox.grid.cells.ComboBox, dojox.grid.cells.DateTextBox, dojox.grid.cells.CheckBox and also dijit.form.CurrencyTextBox as in the demo http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test...

This one looks like a defect and to my surprise the test link has the same issue with IE 6.0.

Scenario:
Open IE and got the above test url above.
We are interested on the column - 'Amount'. Try changing the value of any row.
Now pick another row and try changing the value - the focus is gone and it will not edit anymore......

Did anyone try this?