Basically I am setting the xamgrid : prdAppAllXamGrid.ItemsSource = loadOp.Entities;
This is find. when I doubleclick to add a row I would like to pre-populate 4 columns of data from one of the records below and have the cursor goto the next blank cell for users to populate.
I am trying cell doubleclick, but that doesn't seem to do it.
What' s the best way to do this?
Hello foxjazz,
I have been looking into your question and I have created a sample application(XamGridAddNewRowPopulated.zip) that shows how you can populated some cells of the ‘AddNewRow’ with data from cells of another row of the XamGrid.
If you need any further assistance on this matter, feel free to ask.