Hello,
I have displayed in datagridview with data in self-reference hierarchy. For example, I have data in the gridview ad the below:
Node1
Node 1.1
Node 1.2
Node 1.2.1
Node 1.2.2
Node 1.2.2.1
.....
When I click filtering icon in the header column. The filtering dialog
doesn't display the same structure in the datagridview. It just displays
as the below in filtering dialog.
All
Node1
Node 1.1
Node 1.2
I expect the filtering dialog should display as same as the
datagridview. Please show me how to do. I also attach the screenshot for
more detail
Thannks
I have displayed in datagridview with data in self-reference hierarchy. For example, I have data in the gridview ad the below:
Node1
Node 1.1
Node 1.2
Node 1.2.1
Node 1.2.2
Node 1.2.2.1
.....
When I click filtering icon in the header column. The filtering dialog
doesn't display the same structure in the datagridview. It just displays
as the below in filtering dialog.
All
Node1
Node 1.1
Node 1.2
I expect the filtering dialog should display as same as the
datagridview. Please show me how to do. I also attach the screenshot for
more detail
Thannks