Support for Blazor controls

0
0

Are there any plans to support 3rd party Blazor components / controls in WiseJ ?
I think it would be a great plus if it would be possible to use them in WiseJ.

  • You must to post comments
0
0

No plan, it’s not possible. Which blazor component are you looking at? Most third party components are javascript with a blazor wrapper.

  • Tobias
    Thanks for your answer Luca. At the moment I do not have any special control in mind. I just noticed that vendors like DevExpress, SyncFusion, … are offering more and more Blazor contols over the last months and I thought the possiblity to be able to use them with WiseJ would be a great plus.
  • Luca (ITG)
    Those are mostly javascript widgets with a blazor wrapper. You can use devexpress, devextreme, syncfusion, telerik, wijmo, infragistics widgets with Wisej either using the Wisej.Web.Widget control (see blog for examples and online examples) or in 2.2 we have opened the premium integrations for all those vendors.
  • Mark Reed
    Blazor does have a way to take any component and wrap it up in such a way that you can treat it like a custom html control. I was able to get Blazor components rendering in WiseJ however the issue if a component/object passes itself from c# to javascript it doesn’t work. There is some conflict that makes the object in javascript incorrect. So a lot of custom blazor components don’t work. However anything in pure blazor or if calling javascript functions without passing a dotnetreference object do work.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.