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
1435
XamDataGrid Focus on New Added Record
posted

Hello,

I have a XamDataGrid that binds to an object that have only a private constructor. So I had to create my own add new record button. Since I over wrote the add button already implemented in grid, I'm not getting focus on the new record.

1) How can I put the focus on the new added record. Please note that I'm using MVVM pattern.

2) I have set AddNewRecordLocation="OnTop" but the record is getting added on the button.

Thank you
Parents Reply Children