Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
411
How do I refresh?
posted

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.

  • 2783
    posted

    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