|
Rank: Advanced Member Groups: Member
Joined: 9/14/2009 Posts: 29
|
First of all, I want to let you know that your web grid control has saved us a lot development time and we appreciate the good support.
Now for the issue that we found. We are currently using your grid control from EO Web Controls 7.0.53.2 (2009) Build 2009.0.53 and are getting the following Jscript runtime error when the grid loads more than 66 records (grid rows) from our database: Line:6 Error: ‘aawp’ is null or not an object.
The grid control is in Client run mode, we are not using paging, and the grid contains 25 to 45 fields (a couple button columns and the rest edit columns); we dynamically append some of the columns). We provide the data source within server code.
By simply using paging (AllowPaging="True" PageSize="40"), the problem goes away and the grid will load 300 plus rows!
Have you heard of this problems? Is there some limitations on how many records plus number of cells that can be in the grid when NOT using paging?
At some point I will attempt to see if the problem happens in the latest version of the grid (EO.Web Controls Suite 8.0 (2010). We have not moved to the latest version of the grid in production yet until we can better evaluate it.
Thank you very much in advance,
Tom
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. We have not heard about this problem. Our sample works fine with 300 rows without paging, so it may has something to do with other things such as data or other elements in your page that is unique to your setup. I would recommend you try the latest version and see if it works fine because we did fix a number of issues for the Grid control after your version (see Build 2009.0.75 and 2010 release notes in the "Announcements" forum). Also if you can isolate the problem into a test page that can reproduce the problem, we will very happy to look into it and tell you whether it has been fixed or not.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/14/2009 Posts: 29
|
Thanks for the response. I will attempt to look into it further however, due to some current deadlines, it may be awhile before we get to it.
Have a good weekend,
Tom
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Not a problem. Please let us know once you get back to it.
Thanks!
|
|