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
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