Hello,
Since I upgraded from 14.2 to 15.2 I get an null exception error when I launch my search after having selectioned an item from a permanently opened Webdropdown. The stacktrace show this :
[NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.] Infragistics.Web.UI.ListControls.WebDropDown.SaveControlState() +265 System.Web.UI.Control.SaveControlStateInternal() +17 System.Web.UI.Page.SaveAllState() +302 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5314
Is there anything I can do beside downgrading to the 14.2?
Thansk
Thank you for using our community.
Could you please create an isolated sample that reproduces the issue, so that we can investigate what might be causing it.
Best Regards, Marina Stoyanova, Software Developer, Infragistics, Inc.
The magic of preparing an isolated sample. I couldn't replicated the problem in it so I searched some more in my code. Found out it's was a session variable problem. Don't know why the 14.2 isn't affected by it and the 15.2 caught it but everything is fine now.
Thanks !