Grouped Headers in a datagrid
(Friday, October 08, 2004)
Found the following interesting discussion in the Newsgroups:
Grouped Headers in a datagrid by:Shane Luxton via .NET 247
| Hi, I was just wondering is it possible to have grouped or nested headers in a Datagrid, I?m having problems creating it in VB.net Eg
-------------------------------------------- Header -> | Monday | Tuesday | -------------------------------------------- Header -> | Lunch | Dinner | Lunch | Dinner | -------------------------------------------- Data -> | | | | | -------------------------------------------- Data -> | | | | | --------------------------------------------
-------------------------------- From: Shane Luxton
| | | Reply: by:Ken Tucker [MVP]
| | | Hi,
In the vb.net resource kit there are free controls from component one. There datagrid supports that. Take a look at there togglegrouprows example. http://msdn.microsoft.com/vbasic/vbrkit/ Ken
|
|
0 Comments:
Post a Comment