Open specific tab on redirect

What i want to achieve is when i click on on Action Link in a grid


I want to redirect to a different route and open Backlog Item Details tab by using the ID when i click the link (without query string)
I am using the BehaviorSubject to pass the ID
The issue is the redirect to the page and listening to the subscribed event is not in Sync

Can we achieve this any other way? can i have an example please
 

1 Reply 1 reply marked as answer

HB Hareesh Balasubramanian Syncfusion Team March 30, 2021 10:01 AM UTC

Hi Vin, 

Greetings from Syncfusion Support..! 

We have validated your shared query at our end and suspect that your requirement is to “dynamically change the selected item of the Tab component”. And for that, we have prepared a sample using selectedItem property of the Tab component, which can be viewed from the following link. 


  public btnClick(): void { 
    this.tabObj.selectedItem = 4; 
  } 

Kindly try the above solution and get back to us if you need any further assistance. 

We will happy to assist you..! 

Regards, 
Hareesh 


Marked as answer
Loader.
Up arrow icon