dougconran
Technical User
I want to be able to display data from an Access table in a tabular form using a DataGrid but I also want to include a checkbox for each row which is not a part of the underlying table. Essentially, this is so that the user can multi-select (and see that he has selected) a number of rows.
My experiments so far have not been successful (a) because the datagrid is readonly (which seems to be a condition forced on me by using an SQL query in the OleDBdataAdapter) and (b) because I can't work out a way of including an additional column that is not a part of the table (and I don't want to add another field to the table).
How can I do this (or achieve the same end by other means)?
TIA
Doug
My experiments so far have not been successful (a) because the datagrid is readonly (which seems to be a condition forced on me by using an SQL query in the OleDBdataAdapter) and (b) because I can't work out a way of including an additional column that is not a part of the table (and I don't want to add another field to the table).
How can I do this (or achieve the same end by other means)?
TIA
Doug