Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Blazor (175)

Hello,I am currently trying to Invoke the api-keys.js file and run KTAccountAPIKeys.init in my Blazor File. My Component looks like this:@inject IJSRuntime JS@inject NavigationManager NavManager@code { protected override async Task OnAfterRenderAsync(bool firstRender...
I'm getting this message, could you please help me$ npm run build> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'D:\Dev\metronicnet\blazon\blazor_demo1\Starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES modu...
HelloI Use metronic in blazor server project ( .NET 8 ) But i have a lot of problems , for example NavLink does not work , when i click on links url changed but page or component not load .I worked with metronic and .net 7 very well and i just transfer all of files to new project with .NET 8 and...
Hi,I'm customizing the UI as per my requirements. Now, I want to change the LTR to RTL at runtime. I found that themesetting.json can do that switching. But It doesn't do on runtime. How can I make it? Please give me complete instructions for this problem.It would be a great thing if you res...
I've been trying to convert Metronic demo39 HTML to a Blazor project, and it loads and renders fine on the first load, but as soon as I navigate to a different route, the data-bs-theme that Metronic adds onto the element is being removed, causing formatting from the CSS/SCSS to break.I've...
Hi, I bought Good v1.1.2 and downloaded the Starter kit but I didn't get the Blazor starter project. Where do I download the Blazor starter project? Do I need to buy a Metronic license to download it?Please let me know.Thanks,Russ FontaineFontaine dbMax Solutions, Incfontainerc@d...
I've set the onclick event for an element to @onclick="changeTheme".The event is fired, but the following code to change the theme to dark, executes, but does not change the theme to dark as expected?@code { private void changeTheme() { KTTheme.SetModeDefault("dark...
Is the Metronic template compatible with ASP.NET Core 8.0 Blazor Web App or only with the earlier Blazor Server App?To be more specific: will it work with blazor.web.js JS Interop or only with blazor.server.js JS Interop?
I see you are doing another redesign. When are you expecting that to come out? Also is it going to be hard to update from previous version. I have struggled with that in the past when I went from version 6 to 8.
How to setup blazor starter such that the active link will be highlighted for each page ? also what's a similar good pattern for setting it up with html as well as mvc ?
I appreciate that you supply a Blazor net 7 serverside version, but since November the .NET 8 RTM brought a lot a news in Blazor world (reunite the serverside rendering of the old .cshtml with the interactive modes of server-signalR and webassembly).I wonder if you have in your roadmap a .net8 w...
demo1/apps/customers/view.html sayfasında ki Payment Record kısmında ki sayfalama işlemini blazorda nasıl çalıştırabilrim. Çünkü sayfalama çalışmıyor.
Hello.I just migrated the Metronic template to Blazor Web App Server, but I have something that is bothering me and I don't know how to solve it...For example, when I refresh the page, the loader show after few seconds...This is bad for user experience because first it render sidebar wit...
Hi Team! What's the roadmap to update Metronic Theme for Blazor .NET8 and Bootstrap v5.3.2?There is only 1 demo, is there any other example coming anytime soon?Thanks
Hello ,I used metronic 8.1.5 on Blazor Server and my problem is scripts.bundle.js not worked sometimes , I implement JS Import and anything after read docs but my problem still . this problem very important to me, because my development in middle and i can't change my template .if i write deta...
Hi,Do you have any guidance on how to convert the Metronic Blazor Server app (using .NET 7) into a Blazor Web App - (interactivitytype = Server) (using .NET 8)?
HelloI am using the jet theme in blazor maui. Everything works fine but selected menu active state color not showing.Any suggestions. Thank you.
Merhaba,Starterkit/Program.csusing System.Text.Unicode;builder.Services.AddWebEncoders(o => { o.TextEncoderSettings = new System.Text.Encodings.Web.TextEncoderSettings(UnicodeRanges.All);});Program.cs dosyasına ekledim. Ancak Türkçe karakter sorunu düzelmedi.Proj...
Hi,I have downloaded the Blazor starter kit, and installed it according to the docs.I am able to bring up the default dashboard, however when I click on any other dashboards (eCommerce, Projects, etc), the urls change, https://localhost:7001/?page=dashboards/ecommercehttps://localhost:700...
Are there any of the Metronic demos that do not use jQuery at it's core? I was hoping to use one of the demos that had a horizontal layout and looked at 32 and it requires jQuery. I need one that does not require jQuery so I can create a layout file for Blazor.
Hi,With the release of .NET 8 next week, do you have any estimated date to make the Blazor theme available for this version?Thank you