Tom
Mon Feb 21 19:08:30 CST 2005
Hierachical Data with the provided windows forms grid control is not
possible. You may have more luck using a tree view in conjunction with a
datagrid. You will probably want to buy a third party control unless you
are up to the challenge.
btw- if you succeed, I could help you get it published. Contact me through
my blog.
--
Tom Krueger
My Blog -
http://weblogs.asp.net/tom_krueger
Smart Client DevCenter -
http://msdn.microsoft.com/smartclient/
Mobile DevCenter -
http://msdn.microsoft.com/mobility
This posting is provided "as is" with no warranties and confers no rights.
"WhiskyRomeo" <WhiskyRomeo@discussions.microsoft.com> wrote in message
news:00FCD1F9-449F-40C5-B245-6731A0F3C348@microsoft.com...
>I don't know if this is an option for you but Infragistics UltraGrid does
> this nicely with no code.
>
> WR
>
> "Lee Gillie" wrote:
>
>> I have bound datagrid to a dataset with a datarelation defined between
>> work orders and line items of those work orders.
>>
>> The default navigation style is to present the [+] at each work order.
>> You expand, and it shows the name of the datarelation in a new line,
>> that is shown as a hyperlink. You must THEN click the hyperlink and then
>> it clears the data grid display, shows the parent work order data at the
>> top, and then a grid of columns for the line item.
>>
>> I have seen grids show subordinate records on the same "page" as their
>> master records, with column headings for the expanded area appropriate
>> for the line items. How is this done?
>>