I have used data binding to bind a ADO recordset (connected with MS-Access) with a datagrid.
I want to display all Yes/No fields in Access as checkboxes in datagrid.
I have changed the format property of respective cells to 'Checkbox' but the data is being displayed as 1 or 0.
Can someone help me in this regard?