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
895
How to refresh the current row after executing some SQL?
posted

I'm using the 11.2 ASP controls in VS2010 using the WebHierarchicalDataGrid control

I'm doing everything on the server side. I have a column with a button that is wired up to a click event. When I click the button I execute some SQL that updates a value in the current row.

How do I get the updated value to show up in the current row?

Seems like I should be able to tell the grid to do a refresh on the current row.

Thanks.

Brian.

Parents
  • 7566
    posted

    Hello Brian,

     

    Thank you for posting in our community. You need to rebind again the grid. Clear the data source of the GridView assign the updated data source.

     

    I hope this helps.

    For any further questions do not hesitate to contact me.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

Reply Children