I convert XML to dataset. Looking at the relations I see that relations are created _ID, etc. I want to view these added columns when I connect the dataset to a datagridview to assist in filtering the data. I am wondering if anyone knows if this is possible and how to achieve.
问问题
35 次
1 回答
0
如果您需要在 WinForm 上显示层次视图 - DataGridView 不是正确的选择 - 它不支持层次结构。
您需要寻找其他控件。Infragistics Grid是其中一种选择,还有其他多种选择。
于 2013-08-09T22:42:44.750 回答