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
1192
Custom Paging
posted

I am using MVVM and binded data collection having data(1000) with XamGrid.

I am enableing Paging with default page size =10. XamGrid is editable and on editing of data it updates Dirty flag true for that perticular record.
My Requirement is, On page move ( PageIndexChanging) event . I check any dirty record in page. That i able to do. But, I need to show message "Do you want to move without saving" with Ok/cancel. If Ok then moves next or on Cancel reamins same page.

I have custom dialog to show message which is not modelDialog. Can you suggest any solution.