Ingo Manthey
Ingo Manthey
Error saving file C:\Users\ingo\Documents\Zeta Resource Editor projects\TipBlazer.xlsx
### Bug type Component ### Component name MudDataGrid ### What happened? Mud DataGrid a column formed when opening cannot be displayed if a CellTemplate is present. ### Expected behavior Columns...
There are now .Net5, Angular 10. Even the support page is no longer displayed. Does anyone have any more information?
Since Identity Server is no longer freeware, it would be very interesting to use OpenIddict in your Blazor Movie project. best regards Ingo
When I have created a theme with the ThemeManager, how can I save it to? add it as a MudTheme in my project? best regards Ingo
If Readonly is true, then the content may not be deleted!!
In the previous versions I had no problems with the following code. `ImageSource.ImageSourceImpl ??= new ImageSharpImageSource(); header.AddImage(ImageSource.FromFile(Invoice.Image));` Now I get the following exception: System.MissingMethodException: Method not found: 'SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Image.Load(System.IO.Stream, SixLabors.ImageSharp.Formats.IImageFormat...
### Feature request type Enhance component ### Component name MudDataGrid ### Is your feature request related to a problem? Customers always complain that every time they reopen a page with...
I use Blazor WASM. I have installed I register services.AddScoped(); In the index.html: My test page: ``` Test @inject BlazorPro.BlazorSize.ResizeListener resizeListener Browser Resize Example Current size: @currentSize @code { private...
` @foreach (var item in _customersWithEmail) { } ` (_options as HashSet)?.AddRange(data); I load my existing data and set it to SelectedValues. The correct number is displayed in the text....