I am trying to find a way to update the grid I am using one I post the deffered updates to the database. I have a calculated column in the grid and it doesn't update on the update postback.
Hi,
From your explanation I am not sure what you are doing on postback if anything. If you are triggering a full postback and your calculated column is dependent on databound data and you are not seeing it refresh, you can call DataBind() on the grid to force it to re-bind, if that does not fix your issue, then please post a simplified sample of the issue, so I can better under the problem.
Thank You,Olga