Responsive Panel (Core)

1 Answer 214 Views
ResponsivePanel
Matthew
Top achievements
Rank 1
Matthew asked on 02 Sep 2021, 08:02 PM

I'm new to telerik and MVC.  I come from a webforms background.

I wanted to start out with a website that has a sidebar on the left and a menu across the top.  The Responsive Panel seems to fit the bill.  I'm accustomed to creating a master page in webforms.  How do I create something similar to a master page in a core/MVC website where when I make a selection from the item list in the left side bar, it updates the content on the right (iframe?) 


1 Answer, 1 is accepted

Sort by
0
Tsvetomir
Telerik team
answered on 07 Sep 2021, 07:27 AM

Hi, Matthew,

It really depends on what should be updated and how should it be updated. For instance, all of the Telerik UI widgets are JavaScript-based and are accessible on the client-side via JavaScript. Therefore, there is no need for adding an iframe. You could directly modify the values from JavaScript. 

The widgets have corresponding client-side API that you could use to access and modify their settings:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid

We do have an example where an iframe is used to update a chart. It simulates another browser client:

https://demos.telerik.com/aspnet-core/grid/signalr

If you have more details on what exactly will be inside the panel bar items and what should be updated, I could follow up with additional suggestions. 

 

Regards,
Tsvetomir
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ResponsivePanel
Asked by
Matthew
Top achievements
Rank 1
Answers by
Tsvetomir
Telerik team
Share this question
or