I have a master/detail grid that I want to be able to delete from from the detail table, but not the master table. I set IsDeleteCommandEnabled to true on the DetailConfiguration, and to false on the master grid. However, the delete key doesn't work. When I set IsDeleteCommandEnabled on the master grid, it starts working, but then users can delete rows from the master as well (which I don't want).
How can I get this to work?