I have an editable checkbox on a grid that I want to set to true if another field is "Y" and false otherwise. I can't use an expression because then the checkbox is not editable. I am able to change the data source when the check box is clicked but I'm having a problem initializing the checkbox with the correct value. Which event is the proper place to do so?