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
1440
UltraDataRow.SetCellValue(UltraDataColumn column, object value) doesn't fire up ultraGrid1_AfterCellUpdate event
posted

Hi,

I am using SetCellValue to update the data, but it doesn't fire up the ultraGrid1_AfterCellUpdate event from the grid.

Any ideas?

 

Thanks!

 

Jason Ching 

Parents
No Data
Reply
  • 2070
    posted

     Hi Jason,

     

    When you set the value through the data source, grid's Before/AfterCellUpdate aren't supposed to fire. They will only fire when the update is made via the grid.

     

    Sandip 

Children
No Data