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
325
Grid Summary
posted

The datasource for my Grid is a List.  If I use code to update some values for the items in my list, the grid summaries aren't being updated.  How do I force the grid summary row to recalculate?  Thanks

  • 469350
    Offline posted

     A List is not a very robust data source. It doesn't send a lot of notifications tha  amore robust data source would. I recommend using a BindingList instead.

    Of, if you want to force the grid to update manually, you can call the grid.Rows.Refresh method.