D
DLI
I have a datagrid that displays related child rows from a master table.
I have set the datagrids datasource to the relation I set up in the main
dataset
I created a dataview in order to keep all the form's controls in sync
This all works great EXCEPT
I would like to set the datagrid so the user may not delete a record or add
a record, just click a checkbox within the record.
I cannot set the datagrid's readonly property as this would not allow them
to change the checkbox.
I try to set the two related tables defaultview to not allowInserts but that
didn't have any affect.
I also tried setting the Relation's defaultview but that didn't work.
Any suggestions?
TIA
I have set the datagrids datasource to the relation I set up in the main
dataset
I created a dataview in order to keep all the form's controls in sync
This all works great EXCEPT
I would like to set the datagrid so the user may not delete a record or add
a record, just click a checkbox within the record.
I cannot set the datagrid's readonly property as this would not allow them
to change the checkbox.
I try to set the two related tables defaultview to not allowInserts but that
didn't have any affect.
I also tried setting the Relation's defaultview but that didn't work.
Any suggestions?
TIA