All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
FileExplorer
/
Setting File Explorer VisibleControls declaratively
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 1 answers
Albert Shenker
588 posts
Member since:
Mar 2004
Posted 31 May 2009
Link to this post
How does one go about setting the VisibleControls property of the FileExplorer declaratively?
Answer
Fiko
Admin
1406 posts
Posted 01 Jun 2009
Link to this post
Hi Albert,
You can use the followings declaration :
<
telerik:RadFileExplorer
ID
=
"RadFileExplorer1"
runat
=
"server"
Height
=
"300px"
Width
=
"804px"
VisibleControls
=
"AddressBox, Grid, ToolBar"
>
............
I hope this helps.
Best wishes,
Fiko
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top
Close