I am trying to use EF to build a devexpress gridview that as multi-level display. I use the Data Sources in VS 2013 following the following steps:
- Add New Data Source
- Data Source Type: Object
- Data Bind to: SP_User
Here is my DB tables
Now the problem comes in that the data source only goes up to the second level of the data source and I need to be able to access the third level but there is no option to make it as a datagrid.
How do I get the third and fourth level as gridviews?