G
Guest
I wish to know which datagrid event is called when I save data the data on my datagrid by clicking the little pen. The
Mydatagrid_currentcellchanged event seems to be called just by clicking on the grid without changing anything. The grid is bound to a dataset called mydataset. The reason I wish to know this is because the I need to call 2 procedures when the datagrid details are changed each one updating the same database table and this is currently causing concurrency problems
Please hel
Rober
Mydatagrid_currentcellchanged event seems to be called just by clicking on the grid without changing anything. The grid is bound to a dataset called mydataset. The reason I wish to know this is because the I need to call 2 procedures when the datagrid details are changed each one updating the same database table and this is currently causing concurrency problems
Please hel
Rober