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

Tag: Blazor (187)

hi hi, i paid the Metronic. Do I missing something or the demo1 file for blazor dashboards razor are empty? Is it intended or there are place I can download that able to show what's in the preview? thanks.
I just bought the template and I want to use it in Blazor, I have followed the steps in the documentation and when I run the project it only shows me the main screen, it does not load any other submenu or redirect me to anything, nor does it download the other menus.Is it compatible with Blazor...
Hello, I converted that template to .net 8.0 web app, and now it normally seems working good, but whenever something change and hot reload trigger page layout gone and showing something broken CSS and JS, and that time menus are not clickable and menu come in light color and dashboard content appe...
Hello, I try to setup starterkit for Blazor Metronic 8.2.6, and I am facing an issue in that. 1. I am unable to find the switch to change the theme from light mode to dark mode.2. I am trying to include external JS, CSS files that are also not working. I am trying to add syncfusion c...
I am working on a Blazor project which will use Metronic. I'd like to use the latest and greatest, and really like what I see in the Metronic 9 Tailwind release. While it would be great to have offical Blazor support available, I understand that could take some time and am fine to adapt the html ver...
I want to add Metronic to my current dotNET 8 Blazor project but I can not find any instructions for doing this. The only guide available is for the StarterKit not for an existing project.
Hi team, I'd like to set own data for the chart as below. however, it doesn't work. please advise how can I set the chart data for Blazor. protected override async Task OnAfterRenderAsync(bool firstRender){if(firstRender){var chart1Data = "[6100, 3100, 3100, 2400,...
hi, since there are already UI frameworks for blazor that avoid adding javascript such as third-party libraries, jquery, etc.I wanted your opinion on possible scenarios:1 - Fluent UI for blazor + css only ( metronic 8.2.6.. or 9.0.0)2 - MudBlazor for blazor + css only ( metronic 8.2.6.. or 9.0...
I've purchased Metronic, but, when I try to download https://devs.keenthemes.com/metronic/blazor/demo1/download with my Item Purchase Code, I receive the error "NoSuchKey".
Hi, I cannot change the index of select2 in javascript? An example was added as a video. How do I fix this situation?https://drive.google.com/file/d/1fYAsiyZIx7ZusFrYkF0fOzfm8Im5in6K/view?usp=sharing metronic select2 test
Hi!I add manually the Identity by scafolding. Im trying to get to some pages such as Login or Register, but always get a 404 not found. The same is happening to SignIn.razor (default structure of the blazor project)It seems a configuration is
How can I use flatpickr with blazor metronic template ?
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 ?