Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
How to force a row into edit mode?
posted

I am making a user control (view) that mimics windows explorer in detail view.

I use a TreeView control for the tree navigation (on the left) and a XamDataGrid for the details view of files (on the right).

When adding files or folders I would like the row to immediatley enter edit mode. E.g. when adding a folder in windows explorer, the folder is created and the curser flashes in the Name column waiting for the user to rename the New Folder to something useful. How do I do that in the XamDataGrid - Force the XamDataGrid to enter edit mode on the new row?

Thanks in advance for your help!

Parents Reply Children
No Data