|
Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
1. If I set AllowNewItem="true" I get an error: 'pagerCurrentPage' is undefined ! 2. If I delete a row it disappears and than comes back. Can you explain that?
Thanks
UweD
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of the first problem. Please check whether you have the latest version (.63), if the problem still occurs with the latest version, please either post the page online or create a test page that demonstrates the problem. We will be happy to take a look as soon as we have that.
As for the second problem, it's most likely that you did not delete the row from your data source. When you delete a row, the Grid deletes it from the UI but does not delete it from your data source for you. You will need to check the Grid's DeletedItems collection and delete those rows from your data source.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
Hello, I have version 6.0.51.2 od EO.Web.dll
(Delete) That is clear! The row is deleted by javascript and after a postback it has to deleted from data source. But what I mean is that I delet the row and after short time (< 1sec) it comes back!
UweD
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Please try to upgrade to the latest first. Hopefully that will solve the first issue for you. We do not know what can cause the second issue. So please create a test page that reproduces the problem and we will be happy to take a look. Please make sure the test page runs independently.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
Hello. I have updated to version 63 and have the same problem with AllowNewItem="true". You can find it: http://www.eca-software.de/ECA/temp.aspx and download the sources: http://www.eca-software.de/ECA/temp.zip.I found that it depends on AllowPaging="true". If I set it to "false" I can append new records. UweD
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for the additional information. We will look into it and hopefully can get it fixed and provide you an update build soon.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build (2008.0.68) that addressed the "pagerCurrentPage" issue. Please see your private message for download location.
Thanks
|
|