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
230
Set Focus On New Row Added to a DataSource Bound XamDataGrid
posted

Hi All,

I have an editable XamDataGrid that is bound to a data source.  I have a button that causes a new item to be added to my data source collection programmatically.  I want the first column of this new row, which contains a XamComboEditor to grab focus so that the user can type in and have the matching item in the list selected without having to click on the cell with the mouse.  Is this possible in an MVVM style, if so, how?

Thanks in advance

Russell