| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | Is there a way to implement the Master-Detail view of the DevExpress grid via the Enhanced List? If so, what is the easiest way to go about this and is there documentation somewhere I can look at? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | The enhanced list was designed as an extended control using a GridView. All of the internal code actually looks at the MainView property, but I am pretty sure there are some strong-typings within the code that expect the behavior of a GridView. So the answer is "No." You can however do this with a standard DevExpress grid and use the CurrentView or CurrentDataTable property of a BO as the data source. If you do this then you will be able to use any of the views supported by a DevExpress grid. |
| |
|
|