I must do something like that;
I have 2 sql tables like this
Results:

ResultType:

I wanna show Results on GridControl. If "Test" has more than 1 parameter, it will have detail grid. If not it will show the result on master grid. Like this:

when I click on "+" i wanna see the detail grid. How can I do it? Thanks..
Note: I don't wanna use the DataSets.