Nested DataGrid in .NET Compact Framework 2.0?
Is this possible? I'd like to display a list of Item Types an开发者_Go百科d quantities that can then be expanded or collapsed with + and - ; when expanded they will show a number of rows of Items (and their statuses) associated with that Item Type.
It seems you need more a TreeView-Grid Hybrid, such control, union of TreeView and DataGrid, exists usually for windows forms, see here: DevExpress winforms . I am not aware of CF versions of it from any vendor.
精彩评论