Hi,
Thank you for reading my question.
I am using Syncfusion for asp.net MVC and I was wondering if the menu component @Html.EJ().Menu("syncfusionProducts") supports ajax just like
@Ajax.ActionLink("Tasks","Index", "Item",null, new AjaxOptions { HttpMethod = "GET", InsertionMode = InsertionMode.Replace,UpdateTargetId = "mainContent"})
I have been sifting through the documentation and he community forum to no avail.
Thank you in advance.