Tabs / Wizard

Blazor Tabs Example - Wizard Implementation

Loading Syncfusion Blazor Server Demos…

This sample demonstrates a train reservation wizard using Tabs with sequential validation of each tab content.

Wizard implementation features:

  • Two-way binding of SelectedItem, LoadOn, and Disabled properties
  • Initially only New Booking Tab is enabled using Disabled property
  • Enable next tab after validation success
  • Control tab selection using SelectedItem property
  • Maintain tab state using LoadOn mode as Demand

For comprehensive Tabs documentation, refer to the documentation.