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

Tile View for HTML/Javascript

7 Answers 194 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Manuel Felício
Top achievements
Rank 1
Manuel Felício asked on 15 Nov 2011, 11:48 AM
Hello,

Is there any plans to release a version of the Tile View control for HTML/Javascript? Probably to be included in the ASP.NET MVC package.

Best regards,
Manuel Felício.

7 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 18 Nov 2011, 10:02 AM
Hi Manuel Felício,

At the moment we are not planning to release a RadTileView control with the RadControls for ASP.NET MVC suite. However, if there is a strong demand we will definitely consider providing such a control.

Best wishes,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Sarper
Top achievements
Rank 1
answered on 08 Jun 2012, 12:03 PM
Hello,

   I want to ask a question similar to the topic. I need the same control in JQuery/HTML5. I am using Kendo UI.

Is it possible to create some kind of control or if it exists a tile view control in jquery that is similar to this control http://demos.telerik.com/silverlight/#TileView/FirstLook , the link of example is a silverlight control.
I need to make it possible with some features of HTML5/JQuery.
0
Petur Subev
Telerik team
answered on 08 Jun 2012, 03:42 PM
Hello Sarper,

Thank you for for the feedback. Currently you can use the ListView of the KendoUI suite to achieve a similar look and apply the Draggable functionality to the containers. However the live reordering functionality will be quite complex to achieve. 

Regards,
Petur Subev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Sarper
Top achievements
Rank 2
answered on 09 Jun 2012, 01:31 AM
Hello Petur Subev,

  Thank you for your suggestion, i will work on it. But i have one more question about that ListView, is it possible to attach charts, forms to that ListView items?
0
Petur Subev
Telerik team
answered on 13 Jun 2012, 11:21 AM
Hi again Sarper,

Basically you can insert everything inside the template. If you want to put another a widget you could just insert the container and call the initialization script on the DataBound event.

Regards,
Petur Subev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Dave Navarro
Top achievements
Rank 2
answered on 13 Jun 2012, 11:08 PM
Hello,

I'm also looking for a similar GUI control that can replicate the TileView.

Are you suggesting that we setup the ListView on the right side of the page and replicate the tiles in a 'minimized' state with a large center area representing the 'maximized' tile? Then dragging / dropping as needed?

If so, then I think that's an interesting idea. However, correct me if I'm wrong,... the content of the main 'maximized' tile would simply be replaced each time you dragged and dropped a new tile. Correct?

Also, I would think we could use a click event that's wired up to the header?

Please let me know if I'm heading down the right path here and thanks!

~ Dave
0
Petur Subev
Telerik team
answered on 15 Jun 2012, 10:33 AM
Hi Dave,

Basically the idea was to replicate the look of the tile view and the dragging functionality to some point. And yes your idea also could be achieved with some extra coding.
The content of the main tile (some larger div for example which is droppable) should be replaced each time with the content of the drop node.

On a side note I would like to ask you to continue such discussions in the KendoUI forums. 

All the best,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TileView
Asked by
Manuel Felício
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Sarper
Top achievements
Rank 1
Petur Subev
Telerik team
Sarper
Top achievements
Rank 2
Dave Navarro
Top achievements
Rank 2
Share this question
or