Hello,
@(Html.EJ().Button("ClickMe").Text("Click Me").Type(ButtonType.Button).ClientSideEvents(events => events.Click("click")))
However, Syncfusion.JavaScript namespace can't be found & following errors show up
Error CS0234 The type or namespace name 'JavaScript' does not exist in the namespace 'Syncfusion' (are you missing an assembly reference?)
Error CS1061 'IHtmlHelper<JavaScript.Models.GridProperties>' does not contain a definition for 'EJ' and no accessible extension method 'EJ' accepting a first argument of type 'IHtmlHelper<JavaScript.Models.GridProperties>' could be found (are you missing a using directive or an assembly reference?)
I would appreciate, if you can help to get this sorted. A sample project would be highly appreciated.