I am using the VS.NET designer with the grid, dropping the grid onto the designer and then making changes to it, but I don't always get the changes when I run the page. I can also see that when I change properties using either the VS.NET property window or the Infragistics Designer windows the page in VS.NET doesn't show the * symbol which means to me that changing the properties is not updating the properties of the grid as the page shows now changes. Let me know if I'm not explaining that well. Basically any changes I make are not working via the designer.
I also had the problem of making a change and having it not work so I then went and made the change at the source (aspx) level and the change finally worked but then caused my grid AddRow event to stop working. It's really a bummer to almost get the grid working the way I want then have the an Event just stop working for no apparent reason. I finally just deleted the grid and all the code and am now starting over to try and make this work.
what version of vs.net? what version of the datagrid?
I'm using VS.NET 2008 and Infragistics UltraWebGrid from the NetAdvantage for .NET 2008 Vol. 3 CLR 3.5 package.
I have sometimes found this problem...
I, actually had this issue today... with a grid using .net vol 2
TO fix it, I cleaned the project, closed it down then reopened it.
give that a try..
Hi,
What ever happened with this issue? I restart VS2008 and it still doesn't work.
Thanks, Ed
I've had this problem ever since using visual studio 2008 for any/all versions of infragistics that I currently use 2009vol1, 2008vol3, 2008vol1, 2007vol3 and can only fix it by closing the aspx file and then opening it again. It works until i build the project to debug...once i've finished debugging, i have to close the aspx files and then open again...or make the changes to the source...