From decompilation by Visual Studio:
public HtmlEditorWrapper AddClientEvent(string eventName, string eventHandler) { base.Model.AddClientEvent(eventHandler, eventHandler); return this; }
eventName is not passed
Assembly Infragistics.Web.Mvc, Version=5.21.1.7
Hello Ben,
This is an initial update to let you know that we have received your support request and I am currently looking into this matter for you. I will keep you posted on my progress and I will get back to you soon with more information or questions for you.
Please feel free to continue sending updates to this case at any time.
Regards, Monika Kirkova, Infragistics
I have prepared small sample demonstrating igHtmlEditor with AddClientEvent. Client events are added by specifying the eventName and eventHandler as follows:
htmlEditor.AddClientEvent("rendered", "htmlEditorRendered");
Could you please specify the context, where ‘public HtmlEditorWrapper AddClientEvent’ method is called and modify the shared sample, in order to demonstrate the described behavior.
Alternatively, if the behavior cannot be replicated please feel free to provide your own sample. Remove any external dependencies and code that is not directly related to the issue, zip your application and attach it in this case.
Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior.
Thank you for your cooperation.
Looking forward to hearing from you.
igHtmlEditorAddClientEvent.zip