Looking for Advance Blazor Examples

I am interested in trying to use the Blazor component library to build a new, state-of-the-art application user experience.  I develop in .NET C#.  All of the examples I have seen are nice for just read-only access to data or very simple add/update/delete functionality.  I believe that I can build a very custom user experience similar to what you can do with Windows Forms - specifically, adding event-handler code to customize the behavior, like showing/hiding fields based on actions performed by the user.  For example, the user picks an item from a dropdown list and then based on what item is selected, you have code that hides/shows fields, makes fields read-only or not, etc.

Are you able to point me to somewhere where I can see example solutions that contain functionality like this?


1 Reply

PK Priyanka Karthikeyan Syncfusion Team April 10, 2025 08:47 AM UTC

HiBill Rahe

 

Thank you for reaching out to us.

To dynamically enable or disable a component, you can make use of the Enabled property. Additionally, to disable specific items within the component, you can use the ComboBoxFieldSettings.Disabled property by setting it to true or false accordingly.

Please refer to the following documentation and demo links for more details:

ComboBox

DropDownList

If you are looking to implement cascading dropdown functionality, please refer to the resources below:

ComboBox - Cascading

DropDownList - Cascading

For your convenience, here is the link to the Syncfusion Blazor documentation overview as well.

Please let us know if you need any further assistance.

 

Regards,

Priyanka K


Loader.
Up arrow icon