I am getting an Object is not set to the instance of an Object error when my page does an async postback in Infragistics.Web.UI.GridControls.ContainerGrid.DataBind().
This is REALLLY frustrating me and I am begingging to REALLLLY HATE Infragistics controls, but until our contract is up and we can switch to Telerik (which is MUCH easier to work with), I am stuck with it.
That being said, I need to know how to stop this stupid error from happening. I can't contact IG because you have to pay mega extra to get help from them (yet another thing I hate).
My WHDG is source via WHDS which is sourced by an Object DataSource and and Entity DataSource.
HI RBonser,
I'm sorry to hear you're getting frustrated with our controls. We try to help our customers here, with our Developer Support, and samples.
Now, from your description, it sounds like something is wrong, but I cannot begin to know what without a sample. What version and build number are you using? If you don't have the latest Service Release, I'd suggest upgrading to the latest one. When you are doing an async postback, is it initiated by the grid or something else? What behavior? If you can get a working sample here, that would be much appreciated.
regards,
David Young
I just got done upgrading to the service pack that was just released today.
I'm not sure how I can get you a sample since my project is very intense and you will not have my data.
This is happening on two different partical postbacks, one caused by an Ajax Toolki Asyc Upload control and the other by the WebDataMenu Async postback. The grid has AJAX turned off (turning it on does not help) and is inside of an update panel
I upgraded to the latest service pack to fix the problem with WebDataMenu async postback causing the javascript error and it seems like every time I upgrade to fix one problem, it causes another.