Unplanned
Last Updated: 18 Oct 2022 17:49 by ADMIN
n/a
Created on: 18 Oct 2022 17:31
Category: TabStrip
Type: Feature Request
2
TabStrip dynamic content-url
Hello,

Please implement a client-side method to enable changes of the content-url property of the TabStrip dynamically after the Component has been initialized.
1 comment
ADMIN
Stoyan
Posted on: 18 Oct 2022 17:49

Hi Bharat,

Thank you for your feedback, we will consider your request based on the community interest in this feature.

In the meantime, although not ideal you can use the following workarounds:

  1. Add an additional parameter to the Url.Action link. Then at the backend use a conditional statement based on the received parameter to determine which PartialView to return:
     tabstrip.Add().Text("Dimensions & Weights")
                      .LoadContentFrom(Url.Action("GetByList", "Listing", new { partialView = "2"}));
    
  2. Alternatively,  destroy the Component and reinitialize it with the new Url.Action configuration

Regards,
Stoyan
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/.