Dear Syncfusion!
I want to call my EJDropDownList Change event from C# codebehind.
This event what I want to call:
protected void EJDropDownList_Change(object sender, Syncfusion.JavaScript.Web.DropdownListEventArgs e) {
...
}
EJDropDownList_Change(sender, e); not work with this error:
cannot convert from 'System.EventArgs' to 'SyncFusion.JavaScript.Web.DropDownlistEventArgs'.
Thanks,
Imre