We need to migrate huge project from WebGUI to WiseJ.
In WebGui, the non-visual component has a possibility if
protected override void FireEvent(Gizmox.WebGUI.Common.Interfaces.IEvent objEvent)
Which means from javascript we can call functions, raise events, and those events are than dispatched in server-side c# code.
The question is, what is the proper way to reimplement these components to bude functional in WiseJ?
Thank you, Regards,
Pavel Weiss
Hi Pavel,
Wisej have simple process for execute Js CODE from C# Server or Raise event from js and Get that from C# Server just read these three docs.
https://docs.wisej.com/docs/controls/general/lazy-events#javascript-events
https://docs.wisej.com/docs/concepts/javascript-object-model
https://docs.wisej.com/docs/controls/content/widget
Happy Coding
Kevin(ITG)
Hi pavel
In addition to what my colleague says you
Let me tell you that we have an application modernization service.
We have a team that has worked on migrations from webgui to wisej
I invite you to contact us
Greetings
Please login first to submit.