Syncfusion Grid: Make Field Required

Required Field Add the following to the GridColumn… ValidationRules="@(new ValidationRules{ Required=true })" Note: Make sure the required field is in the form or you will not be able to proceed to Save.

Syncfusion Blazor SfUploader with Azure Storage

Windows Azure Storage SDK Need to download and install the Windows Azure Storage SDK first. Go to NuGet Package Manager and search for “WindowsAzure.Storage” Note: There is a new version of SDK “Azure.Storage.Blobs” but not all functions has been migrated over to the newer version. Example: Index.razor Note: The ID field must be “UploadFiles” to... » read more