I've been working on using the Dojo grid for display and editing of values from a database. Thanks to these forums, I've gotten things working fairly well over the past several months.
Today, though, I attempted to use dojox.grid.editors.Bool as the editor for one of my columns. This works great when the grid is originally loaded unsorted. I can check and uncheck boxes on various rows just like I want to.
After the user sorts the grid, however, by clicking on one of the column headings, a very strange behavior develops: clicking checkboxes often causes TWO checkboxes to change state, the clicked checkbox and another one.
