Hi
I'm new to the Telerik Libs.
I rewriting a program to use the Telerik Libs.
The Program should show the strucure of a CAD Structure as a "TreeListView". My Problem is that NOT the complete structure is loaded on startup. So it's only the first level loaded. The other data are laoded, when the tree is collapsed.
So I'm using the GridView as a SelfReference to have the Tree View.
The Problem is how can I show the "+" Icon even if I only loaded the first level. On loading the first level I know if there a sub Items or not.
I have tried it with Me.RadGridView1.Rows(rownum).HasChildRows = True but thats readonly.
And the next thing is, how can I react on collapsing the tree, and reload the sub items
Thanks
Br Flo
PS: I'm using VB.net ad VS2010
I'm new to the Telerik Libs.
I rewriting a program to use the Telerik Libs.
The Program should show the strucure of a CAD Structure as a "TreeListView". My Problem is that NOT the complete structure is loaded on startup. So it's only the first level loaded. The other data are laoded, when the tree is collapsed.
So I'm using the GridView as a SelfReference to have the Tree View.
The Problem is how can I show the "+" Icon even if I only loaded the first level. On loading the first level I know if there a sub Items or not.
I have tried it with Me.RadGridView1.Rows(rownum).HasChildRows = True but thats readonly.
And the next thing is, how can I react on collapsing the tree, and reload the sub items
Thanks
Br Flo
PS: I'm using VB.net ad VS2010