First off I want to say that I understand there are some limitations when it comes to master detail grid. Having said that I would like to discuss row selection check box limitation you impose.
On some of our screens we are using master detail grid but instead of displaying detail grid we are displaying user control. This user control, among other controls, contains a grid but there is no "hard" connection between master and this detail. I would like to think grid doesn't know it is displaying another grid in its details and this is perfectly fine as it was my intention in the first place.
Is there a way to turn off this limitation?
I am wondering because the check box comes with a lot of handy features:
- group check box
- removal of selected items based on the filtering
- etc.