dmarciano

Results 6 issues of dmarciano

I am trying to use this library as part of a server-side Blazor project. However I am having an issue because when a button is clicked (for example the next)...

In regards to Issue #71: - Added IsPositive, IsNegative, IsNotNegative, IsApproximately methods and extensions - Added 16 new unit tests to cover the new methods

When I attempt to call the SetItem method of the StorageBase class I get the following exception: **MethodAccessException: Attempt by method 'Cloudcrate.AspNetCore.Blazor.Browser.Storage.StorageBase.SetItem(System.String, System.String)' to access method 'Microsoft.JSInterop.JSRuntime.get_Current()' failed.** with the...

I installed the NuGet package and followed the code samples provided, but when I attempted to run the site I get the following error message: InvalidOperationException: Error while validating the...

investigation

If I try to access the database from the **OnAfterRenderAsync** lifecycle method, or binding to a method that accesses the database, the following exception is thrown: **One or more errors...

investigation

### Steps to reproduce Link to live example: https://mui.com/x/react-data-grid/clipboard/ Steps: 1. Go to the **Clipboard paste** section 2. Copy several columns of data from a spreadsheet (e.g., Excel) 3. Enable...

bug 🐛
component: data grid
feature: Clipboard paste