We have to bind a Grid to a SQLDataSource with several columns that should be displayed and edited as a CheckBox column. We've seen in your manuals that a GridCheckBoxColumn can be binded to a datafield with 'True' or 'False', but what about the fields that contains numerics 1 or 0 ? (SQLDataSource does not have a True/False column, so, the GridCheckBoxColumn is useless) We've also seen a workarround with Templates, but when in edit mode, it is very tedious. In our opinion, it's a very common procedure to display numeric columns with Checkboxes. Do you plan to add this feature in new versions? Thank you in advance.