Hi , i think you must set value of checkbox to True by yourself instead of depend on the value that it has now .
You will face this problem if you need to let user check this comboBox and then you take this selected checkBox index , you will find that the CheckBox is checked on Grid , and it's value in runtime is False , and this value will be True if and only if you leave the cell . so you will need to change it's value by yourself in Cell Click Event or CellConentClick event .
I hope this will helpyou .