G
Guest
I have a datagrid that allows users to eidt/update detail records. The grid
shows detail records for a master record. Once the status of the master
record changes to "closed", I need to ensure that the users can't update the
detail records. The easiest way to do this may be to disable the edit button
on the detail grid.
How can I dynamically disable the edit mode for the entire datagrid based on
status of the master record or is there a better alternative?
Thank you
shows detail records for a master record. Once the status of the master
record changes to "closed", I need to ensure that the users can't update the
detail records. The easiest way to do this may be to disable the edit button
on the detail grid.
How can I dynamically disable the edit mode for the entire datagrid based on
status of the master record or is there a better alternative?
Thank you