MVVM PanelBar with AJAX content

1 Answer 52 Views
MVVM PanelBar
Marty
Top achievements
Rank 1
Marty asked on 25 Jan 2023, 01:10 PM

Does anyone know how to correctly configure the PanelBar to work with AJAX content when instantiating via MVVM?

Dojo Example MVVM PanelBar with AJAX content

This code instantiates the PanelBar but does not load the AJAX content

  <div id="example">
    <ul 
        data-role="panelbar"
        data-content-urls="['https://demos.telerik.com/kendo-ui/content/web/panelbar/ajax/ajaxContent1.html']" >
      <li>MVVM Ajax Test
        <div></div>
      </li>
    </ul>
  </div>
  
  
  <script>
     kendo.bind($("#example"));
  </script>
  

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 30 Jan 2023, 10:15 AM

Hi Marty,

I tested the described issue and the observed behavior is due to the bug on our side. Thus, I logged a new Bug report and you will find a link to the issue below:

- https://feedback.telerik.com/kendo-jquery-ui/1595536-contenturls-can-not-be-set-in-panelbar-in-mvvm

As a token of gratitude for reporting a bug your Telerik points are now updated. 

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
MVVM PanelBar
Asked by
Marty
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or