I have put a query popup (http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/) on my page where I happen to have an infragistics menu as well as an infragistics drop down. When I close the popup and then mouseover a menu item with children (popup) or the web drop down, I get a nasty javascript error.
Microsoft JScript runtime error: Sys.ArgumentTypeException: Object of type 'Infragistics.Web.UI.DataMenuItemSettings' cannot be converted to type 'Infragistics.Web.UI.ObjectBase'.Parameter name: instance
Any thoughts on how to make this wor?
Hello Irri,
Can you tell me what version and what build of our controls do you use and in which browsers this behavior is present?
A sample that can be run and verified will greatly reduce the time needed to isolate the cause for this issue.
I am looking forward to hearing from you.
Version 10.3.20103.2120
I ended up not using that popup because I just didn't have the time to mess around with it.
Thank you for your feedback.
It is possible that some of the third party popup scripts are interfering with our menu Client-Side functionality and causing this issue.
You can use our “WebDialogWindow” control to create similar appearance and functionality - http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=dialog-window
Inform me if you have further questions.