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
3555
Is this possible...
posted
To bind the grid to a table in SQL Server and if someone changes a value in
the grid a trigger is run and then the new values are displayed on the grid?
Handling the calculations in T-SQL seems easiers especially when using group
by in the grid.
Parents
  • 469350
    Offline posted

    Hi,

         It's certainly possible. But this isn't really a function of the grid. What you need is to update your data source. If the data in the data source changes, it will update the grid (assuming your data source supports this). So it depends on what kind of data source you are using.

Reply Children