A friend of mine was asking how to do some initial sorting in a datagrid when binding to a dataset. He was going to have master-detail records in the grid. I told him to use a default view and set that as his datasource. I am used to using either the infragistics or devexpress grids and had never created a master-detail grid so I decided to search how to do this with the default Microsoft DataGrid. I am hoping that the new grid in 2.0 will have better features.
Check out this article for a Microsoft how to do it
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskcreatingmasterdetailslistwithdatagrid.asp
Subscribe to:
Post Comments (Atom)


1 comments:
Hi here,
I used infragistics and devexpress grids too. None of them worked :(
Anyway, this works
http://www.syncfusion.com/
Post a Comment