1

我必须做这样的事情;

我有 2 个这样的 sql 表

结果:

结果

结果类型:

结果类型

我想在 GridControl 上显示结果。如果“测试”有超过 1 个参数,它将有详细网格。如果不是,它将在主网格上显示结果。像这样:

网格

当我单击“+”时,我想查看详细信息网格。我该怎么做?谢谢..

注意:我不想使用数据集。

4

2 回答 2

0

This is shown in the documentation here.

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

于 2012-03-13T12:33:17.743 回答
0

在您的 Results 对象中创建一个属性 List ResultTypes,DevExpress 将进行映射以显示详细信息

于 2012-03-13T12:50:31.940 回答