how to add the checkbox to the datagridview from coding in windows form.
i have a datatable with one column as value=true;
and in another datatable i had settings for that column as value='Checkbox'
so if my value is true and checkbox is there the default datatable value cell has to be replaced with checkbox selected true. in that way
if the value is true by default it should be checked in that checkbox..
