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
295
I need checkbox to update datasource on click
posted

I have a data source that has a couple of boolean fields.  I want the data source to be updated when the check boxes are checked.  I have set the UpdateMode for the XamDataGrid to OnCellChangeOrLostFocus but the data source is only updated when I move off of the check box field.  Is there any way to update the data source as soon as the check box is clicked?