views:

732

answers:

4

Quick question:

Is it somewhere available - preferably free / opensource or at reasonable price?

EDIT

To be more precise, there's an example of winforms control (SandGrid from Divelements) what I'm looking for. Forming a tree is important, grouping by isn't necessary.

alt text

A: 

You can find a TreeMap and a TreeView for free in the Silverlight Toolkit. The Silverlight 4 DataGrid will have Grouping Support as well.

Michael S. Scherotter
OK but I need a single control which looks exactly like a Datagrid but allows me to nest rows like in a tree. I can't see this behaviour in SL Toolkit
tomo
The Silverlight 4 DataGrid will have Grouping Support.
Michael S. Scherotter
I'm not looking for grouping support.
tomo
A: 

The Telerik suite has just what you need, the TreeListView:

Note: this control is currently in CTP, and unfortunately it's not that cheap.

HTH,
Mark

Mark Cooper
+1  A: 

Vectorlight has a nice set of opensource Silveright controls (TreeView included ) they also have some silverlight tutorials. To download the dlls you must be registered (for free).

If you need the source code, use Reflector.

MarioEspinoza
+1  A: 

On Codeplex you can find a treelist/treegrid control. Unfortunately it is under the GPL2 Licence. http://multicolumntreelist.codeplex.com/

uhu