IMO it is too easy to get into "edit" mode on an editable DataGrid or AdvancedDataGrid. For instance, if I am just selecting a row that was not previously selected it would be great if it did not invoke the editor until I clicked in the editable column again. This is particularly problematic in the AdvancedDataGrid if the first column (tree column) is editable. In this case even expanding/contracting the tree node puts the user into edit mode on the data in the first column of that row.
I am guessing that I would need to extend DataGrid, AdvancedDataGrid and possibly also provide a custom itemEditor to resolve this issue. But wanted to hear if others had suggestions for the cleanest solution. Any help is appreciated. Thanks Scott -- Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com

