Big problem

Ok, this is getting serious for me, as this is putting me seriously behind schedule.

After working ALL day with this, I have found that I can not get the actual value in a cell until either the PagePreRender event or the Worksheet PreRender event, but in those events I can’t make any changes to the cell such as formatting or stringvalue unless it’s the initial page load.

On post backs, i can’t make changes to any cells after being able to tell what’s actually been entered in the cells!

Tim Trahan
Technical Lead
Operations Audit Team
Hilton Hotels Corp.

Hi Tim,
We are investigating this issue and will give an solution soon.

Hi Tim,
We have add a new event OnAfterDataUpdated to the control and will soon release a new version.
You may handle the control’s “load” event to get the cells data before the data postback process, and handle the OnAfterDataUpdated event to get the postback cells data. You may change the cells data in the OnAfterDataUpdated event handler, but don’t forget call the “RefreshControl” method.

It turns out the RefreshControl method fixed the original problem.

Learn something new every day.

Tim Trahan
Technical Lead
Operations Audit Team
Hilton Hotels Corp.