0
votes

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.

1

1 Answers

0
votes

If you need to display hierarchical view on a WinForm - DataGridView is not a right choice - it does not support hierarchy.

You need to look for other controls. Infragistics Grid is one of the choices, there're multiple other ones as well.