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

Windows Explorer Like Functionality

1 Answer 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
JDT
Top achievements
Rank 1
JDT asked on 09 Feb 2009, 01:39 AM
Is there a way to get the windows explorer like functionality with a silverlight control? I am referring to the list/details/thumbnails view where you would see files.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 10 Feb 2009, 04:54 PM
Hi Jerry,

You can achieve this functionality with a combination of controls.

For the list and thumbnails view you can use an ItemsControl with custom DataTemplate and RadUniformGrid as item's panel. RadUniformGrid will allow you to specify the orientation, rows and columns count.

For deteails view you can use RadGridView which will allow you to specify columns headers and enable sorting capabilities.

Hope this will help.

Greetings,
Stefan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
JDT
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or