Tom Lee
Tom Lee

Reputation: 391

KendoUI: TabStrip Redirect Page in Content of Tab

I have a TabScript and in the content of that TabScript I have a button. So when I click on the button it will redirect to the other page. But is there any way to make it just redirect in the content of the TabScript, not refresh the page?

Thanks!

Upvotes: 0

Views: 648

Answers (1)

Petur Subev
Petur Subev

Reputation: 20203

When the buttons is clicked you can perform you own $.ajax request and set the result returned from the server to be the html of the contentElement.

Upvotes: 1

Related Questions