I try to load same partial view into multiple tabs, using click -> Ajax calls to controller to return the view and then loading <div> with returned html.
partial view loads on all tab on click.
I found some info re partial view having same id on all tabs in this case.
How to bind same PT (with Syncfusion grid) to multiple Syncfusion tabs correctly ?
or I have to come up with a way to produce dynamic id for pt on each pt use?
Thank you