Open
Description
I've received a few requests from people moving from other toolkits to Dojo and dgrid for a row editing plugin.
The idea with a row editing plugin is that you can activate all of the editable fields in a row by selecting or tabbing into that row, and then typically a save button associated with that row.
Another item that was mentioned to me is that editOn is currently pretty limited (at least as documented). For example, can you specify editOn based on row or cell selection or focus, rather than just click or dblclick?