|
<ejs-maps id="maps" markerClick="window.markerClick">
|
|
Query |
Details |
|
It's possible use server event to open an url ? |
We do not provide support for server side events in ASP.NET Core application. We can set the client side event to the event property of the component to trigger the event function.
We have created a simple sample for your reference.
Please find the sample link for the sample reference
|
|
in the events markerClick I need to pass an argument. |
Yes, the solution you have provided is the way to get the arguments data from the event. |