Rank: Member Groups: Member
Joined: 2/3/2009 Posts: 28
|
I have a eo grid and the issue I am faced with is that after I add a few items to my grid and if the page does any post back before I save the grid, when I click on my save button the eo grid item count only reflects 1 items instead of the 3 or what ever many I had added.
Any way to fix this or to keep track of the actual total numbers of items in my grid?
I need to be able to save all items on grid regardless if i post back or not before I save.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This behavior is by design. The Grid will ONLY pass you the items added since last postback. This is needed so that it does not trigger your event twice for the same new row. In another word, the first post back is your only chance to save the changes.
Thanks
|