Blazor Radzen Tab events

We used Radzen Tab control with 4 tab items. I need to fire dirty message when moving from one tab to other tab if the user not saved the data and stay in the same tab in which the user entered the data. The Change event will give the selected or active tab id. But Radzen tab doesn’t have any event which can set active tab with programming or stop moving. When we click on Tab its directly moving to other tab which we clicked. .

How to stop moving from one tab to another tab based on Condition? Your suggestions are appreciated and very helpful.

Hi @anilkumarkaranam,

The Tabs component doesn't support the requested events. You can however use the Steps component - every item has Disabled property which you can use to disable them conditionally.

Hi Korchev

Thank you very much for your prompt and quick reply.

Thanks
Anil