|
Rank: Advanced Member Groups: Member
Joined: 11/2/2010 Posts: 38
|
Hi Sirs:
I don't know that I should ask this question or not:
By display data in eo.Grid, when I set Allowpaging="True", everything is working fine. But when I set Allowpaging="False" , then I got this error:
Microsoft Jscript runtime error: 'aazm' is null or not an object
Please don't angry, if this is not your issue. Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This might be a bug. However we will need a test page that reproduces the problem in order to find out the root cause. Can you create such a page?
You may also want to try the latest version first and see if that still have the same problem.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 11/2/2010 Posts: 38
|
After I download the latest version, how to update to MS Visual Studio
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 11/2/2010 Posts: 38
|
never mind. thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 11/2/2010 Posts: 38
|
I update the new version, but still the same. Since this happen at run time and need data. I don't know how to create such a page and reproduce the error.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to isolate the data. The Grid can populate from a wide variety of data source. You will need to create a substitute data source (most likely with the same data) and then bind that to the Grid. The Grid only cares about the actual data, it does not care about whether the data comes from your DB or from somewhere else.
Thanks!
|
|