PDA

View Full Version : ASP.NET ~ VB.NET DataGrid/Tree


A1ien51
04-12-2004, 07:13 PM
Does anyone know of a free .Net component that combines a tree structure to a datagrid.

You click on an option and it would expand the grid?

I am on a tight time schedule so I am trying to find one that is already coded.

Eric

allida77
04-12-2004, 07:48 PM
I do not know of a specific one but have you looked here : http://asp.net/Default.aspx?tabindex=2&tabid=31 ?

They also released a resource kit (http://msdn.microsoft.com/asp.net/asprk/) with some free components but I am unsure what type of "free" they are.

How many levels do you need it to expand to?

A1ien51
04-12-2004, 08:51 PM
1 just need it one 2 levels...

This is what I have:

I have the most reason record of a project with all of other versions hidden.

The data grid has a couple of columns

If I click on the box, it will expand to show all of the prior versions.

I did this with ASP and JavaScript, but the boss wants it all in .NET

I know how to code it, I was hoping I could avoid some time coding if it was already there. I do not like reinventing the wheel!

Thanks
Eric