This question is locked. New answers and comments are not allowed.
Is there a way to make the Silverlight grid open an editor on the first click in a cell, and close the editor when focus is lost? I have used the WinForms RadGrid, and editing is very intuitive - click in a cell to start editing, click in another cell to edit that one. In the Silverlight Grid, I have to double-click to begin editing, and hit the enter key to close the editor. I'd like to make this process simpler, as much like the Winforms version as possible. Can you help me do that?
Thank you,
Rachel