wolfgangschneider

Results 6 comments of wolfgangschneider

Hi On my IPhone Xr. Using LTE you example needs approximately 7s for 1000 records B.R

Thanks for quick replay. I have to describe the issue more in deep: 1) => load the data into the grid 2) => select a row in the grid =>...

// this could help internal async ValueTask ImportModule() { // module = await jsRuntime.InvokeAsync("import", "./_content/Append.Blazor.Printing/scripts.js"); module = await jsRuntime.InvokeAsync("import", $"{this.navigationManager.BaseUri}_content/Append.Blazor.Printing/scripts.js"); }

There was a similar system to bungle xml namespaces in Silverlight , but i forgot how.

Silverlight had a similar concept called Custom Namespaces. The keywords are XmlnsDefinition and XmlnsPrefix. https://blogs.profitbase.com/2010/05/xml-namespace-simplified-in-silverlight-4-0/ https://www.codeproject.com/Articles/111911/A-Guide-to-Cleaner-XAML-with-Custom-Namespaces-and