Ok. I have a grid which is a list of tests for patients. It has two grid check columns at the end to allow selection for either male, female or both for each row.
I need to be able to allow the checkboxes to be editable immediately on load.
I have used -
e.Item.Edit = True in itemcreated and allowed multiple row edits in the mastetableview.
If I use form edit you can change the values of the checkboxes in the form. If I use inplace edit the checkboxes are disabled.
Really stuck with this. Either a bug with inline or I am doing something totally wrong.
Any ideas?
Tox
I need to be able to allow the checkboxes to be editable immediately on load.
I have used -
e.Item.Edit = True in itemcreated and allowed multiple row edits in the mastetableview.
If I use form edit you can change the values of the checkboxes in the form. If I use inplace edit the checkboxes are disabled.
Really stuck with this. Either a bug with inline or I am doing something totally wrong.
Any ideas?
Tox