Welcome Guest Search | Active Topics | Sign In | Register

Grid.ChangedItems problem Options
hgomez
Posted: Thursday, July 11, 2013 5:59:52 PM
Rank: Newbie
Groups: Member

Joined: 7/11/2013
Posts: 2
Hello everybody

Actually I'm implementing a EO.Grid in my web site, but a have a problem when I trying to get the ChangedItems list. All in my page seems to be normal, I change the cells value, but when I check ChangedItems.Length property, returns 0. (I'm setting the FullRowMode param to false).
Please, what am I doing wrong?

Thanks,
Regards
eo_support
Posted: Thursday, July 11, 2013 6:03:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

Check whether you are repopulating the Grid every time. Usually you should only populate the Grid on initial load (when Page.IsPostBack is false). If you repopulate the Grid every time, then everything is wiped out, including the ChangedItems collection, when you repopulate the Grid.

Thanks!
hgomez
Posted: Thursday, July 11, 2013 6:41:02 PM
Rank: Newbie
Groups: Member

Joined: 7/11/2013
Posts: 2
Exactly, thank you for your time.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.