This is a migrated thread and some comments may be shown as answers.

Expandmode

1 Answer 52 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Kone
Top achievements
Rank 1
Kone asked on 26 Feb 2009, 11:44 AM
Hello,

I use one of your examples: file browser.

For nodes in the tree, the expand mode is set like this:

node.ExpandMode = ExpandMode.Serverside

But 'ExpandMode' couldn't compile. Is it still in the telerik suite?
How to resolve?

-Keen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Mar 2009, 08:08 AM
Hi Kone,

I guess you are using the RadControls ASP.NET AJAX version, not the RadControls ASP.NET version. If this is the case, try TreeNodeExpandMode instead of ExpandMode.

CS:
node.ExpandMode = TreeNodeExpandMode.ServerSide; 
Go though the demo link for RadControls for ASP.NET AJAX.

Thanks,
Princy.
Tags
TreeView
Asked by
Kone
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or