1
votes

I must do something like that;

I have 2 sql tables like this

Results:

Results

ResultType:

ResultTypes

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:

Grid

when I click on "+" i wanna see the detail grid. How can I do it? Thanks..

Note: I don't wanna use the DataSets.

2

2 Answers

0
votes

This is shown in the documentation here.

Just modify the information to fit the method of grid population you want to use.

0
votes

Create in your Results object a property List ResultTypes, DevExpress will do the mapping to show the details