Syncfusion Blazor undefined ‘throttle’
Error: Microsoft.JSInterop.JSException: Cannot read property ‘throttle’ of undefinedTypeError: Cannot read property ‘throttle’ of undefined at https://localhost:44381/_content/Syncfusion.Blazor/scripts/sf-accumulation-chart-5f1ab0.min.js:1:1257 at Object../modules/sf-accumulation-chart.js Fix:
Syncfusion Grid CRUD Operation
Note: In order for the CRUD operation to work, you must have the following… A Primary Key column defined in the grid. The source of the grid must be a List. IEnumerable will not work. You can either use the OnActionBegin or OnActionComplete grid events to handle the CRUD operations. Example
Blazor Forms and Validation
Sources: https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-5.0
Blazor Textbox OnChange
Use input change event to get the changed value in onchange event argument. If you bind using the two-way bind to value property, it will automatically change the value into the value property. or
Synfusion Blazor Drop Down List Binding
Example 1: Two drop down list binding. First one bind to int and the second one bind to an object.
Setting up Certificate for IdentityServer4 in Azure App Service
Error: Publishing a new Blazor app with Identity to Azure App Service giving the following error: HTTP ERROR 500 Fix: Steps: Windows PowerShell (Admin mode) Manage computer certificates Certificates – Local Computer -> Personal -> Certificates Right click on certificate -> Export Enable Password and select “TripleDES-SHA1” Upload pfx file to Azure App Service Get... » read more
Syncfusion MenuItem Event
Sources: https://blazor.syncfusion.com/documentation/context-menu/how-to/open-dialog/ https://blazor.syncfusion.com/documentation/menu-bar/how-to/customize-menu-using-events/
Syncfusion Menu Item with Link
Static Dynamic