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
180
CheckBox in XamDataGrid
posted

I have a datagrid that I load dynamically.  I have added check boxes to the record selector area of the grid.  I want to be able to check the records in the grid based on whether the date of the record is greater than a certain value.  I am trying to set the check state in the InitializeRecord routine.  I am coding in VB.  How do I reference the checkbox state?

Thanks in advance.

Chris