I am using a RadGrid to display files and folders in a given directory. To rename the files and folders, I would like to be able to first highlight a row by clicking on that row, and then upon clicking the already highlighted row again have the RadGrid go into edit mode allowing me to edit the Name cell. The behavior I am looking for is like that seen in Windows Explorer (Details View). I have tried implementing this by setting the EditMode="InPlace" and setting columns I don't need to edit to ReadOnly="true". On the clientside RowClick event I tried only putting the grid in editMode only after the row was already selected, but was not having any luck. Any help would be appreciated.
Thanks!
Thanks!