I subclassed the WebDropDown component and I'm trying to add custom events to it.
With other components (UltraWebGrid for example) I implemented the IPostBackEventHandler interface, and I wrote the sub RaisePostBackEvent where I verified the name of the event and fire the proper custom event or call the component's RaisePostBackEvent method.
The problem is that the WebDropDown class doesn't seem to have the RaisePostBackEvent method. So I need a way to fire the proper native class event in case the PostBack didn't apply to one of the custom events.
Does anyone know a method to do it?
Thanks in advance.
Pier Alberto Guidotti
Hello Pier,
Thank you for posting in Infragistics community !
Infragistics Developer Support does not provide support for custom controls. All functionalities that are implemented by inheriting Infragistics classes should be maintained by the customer himself.
At the same time, cases involving custom development, support for Infragistics source code and troubleshooting or debugging modified versions of our source code are exactly what our D3 Consulting Services Team can help you with. (D3.Infragistics.com) If you need such custom-tailored extended services, please check out how our D3 Consulting Services Team can help you.
Please let me know if you need more information on the matter.