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

Struggle


I bought this theme once I saw that is compatible with Blazor. My goal is to save time. We have a presentation/demo to do for investors. Now I'm losing it all.

Our solution is based on Blazor WebAssembly hosted (Server, Client and Shared projects). The strucutre is completely different than your Blazor version. I tried a lot to initiate things...in vain

The issue is that all UI elements outside index.html are not initiated so they are useless. Documentation even if it looks clean and organized it's a complete mess for the person who needs to buy a theme and run it fast. Is'nt it better to code from scratch in this case?

Now I'm already engaged in this path, so it needs to be finished.

I'm using demo1 html, I splited html code to index.html (contains scripts) and Mainlayout.razor (I wonder how I initiate all elements here).

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (6)


Exp Chart15 is not initiating, also in local hosting default HTML code is not showing flags only text. Help, thks!



For widgets initialization, you can refer to widget files in the default Blazor Starterkit.

For example, we initialize chart widget5 inside Starterkit/Shared/Partials/Widgets/Charts/_ChartsWidget5.razor.

@code{
protected override async Task OnAfterRenderAsync(bool firstRender)
{
if(firstRender){
await JS.InvokeVoidAsync("KTChartsWidget5.init");
}
}
}


Above initialization solution should work for Blazor Webassebly project too.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Hi Ania Berthelot,

Our Blazor Starterkit is a Blazor Server app and at the moment we do not provide solutions related to Blazor Webassembly if you can't use Metronic without this feature you can request a refund.

To request a refund please use this form. 100% money back is guaranteed.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Wouldn't it be easier for you to develop a startkit demo in webassembly, it would help us a lot and since you have a great knowledge it would be much easier and good for metronic



We have not too long ago started out any website, the knowledge an individual offer on this web site provides aided myself tremendously. Thank you regarding your entire moment & perform.먹튀사이트


Deleted comment

Standard sessions allow me to share the simplest way to thanks a lot for ones hard work, which in turn is the reason why I am just traveling to the web page every day, seeking brand-new, exciting information. A lot of, cheers!CNPR Scam


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(