Looking for Tree Grid control for Silverlight [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionQuick 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 http://www.divelements.com/net/controls/sandgrid/home1.gif
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.
On Codeplex you can find a treelist/treegrid control. Unfortunately it is under the GPL2 Licence. http://multicolumntreelist.codeplex.com/
You can find a TreeMap and a TreeView for free in the Silverlight Toolkit. The Silverlight 4 DataGrid will have Grouping Support as well.
The Telerik suite has just what you need, the TreeListView:
- http://demos.telerik.com/silverlight/#TreeListView/FirstLook
- http://www.liquidjelly.co.uk/supersearch/?q=telerik%20silverlight%20treelistview&lang=en-GB
Note: this control is currently in CTP, and unfortunately it's not that cheap.
精彩评论