Hi, I have a GridView bound to a DataTable, and I want to bind a CheckBoxColumn of my GridView to an Integer DataColumn of my DataTable. So the checked CheckBox corresponds with '2' in the Integer DataColumn, and the unchecked CheckBox corresponds with '1' in the Integer DataColumn. Is there something like parse and format events for this binding? Thanks.