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
1890
Set Active Dataitem in Datagrid
posted

I have two datagrids with the same datasource on different pages using MVVM. I want when the user selects an active record and goes to the next page that record is selected on the next datagrid. I tried binding to ActiveRecord however I got an error when passing active record to the next grid because it's not the same grid. Is there a way I can use ActiveDataItem?