When I click between cells on my datagrid (btw this doesn't always happen), the value of the existing cell moves to the next cell's itemEditorInstance I click on.
eg if I click on column1, row2 value='A', i then click on column4 row2 the itemeditorInstance shows 'A' but what it should show is '5' (ie the value in the dataprovider). Any ideas how I can stop this from happenning? or whats going on? TIA

