Telerik blogs

Have you ever wondered how to create a grid with sorting, filtering, etc. however present items in similar to Windows Explorer ListView way?


image

 

With Telerik components for Silverlight and WPF this can be achieved very easily in just three steps:

 

1. Edit RadGridView style with Blend and remove GridViewScrollViewer from the template:

image

 

2. Insert RadTileView in the grid template, bind it to the RadGridView Items and define desired tile content:
    image


3. Run the application to check the result:

image

 

Enjoy!

 


About the Author

Vladimir Enchev

is Director of Engineering, Native Mobile UI & Frameworks

Comments

Comments are disabled in preview mode.