Hi,
Here’s the problem… When I edit a cell .. say change value from A to B… and then I click on some other row… the value in the edited cell remains B…
Now if I click again somewhere completely outside the grid… the value returns to A.
In my case, there is no function to persist B. The only reason I made the grid editable is so that users can copy the selected cell value easily… however as soon as they blur the editor in the cell, I would like the cell to go back to the original value (in the case above go back to A).
Is this a bug? If not how can the above described function be achieved?
So I want users to be able to select cell contents in the editor without being able to change the value… i.e. like making a readonly textbox.
I’ve tried browserselection but.. that looks really odd with multiplerowsexteded selection mode.
Thanks
Kim