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
725
Row of the grid and DataSource
posted

In a UltraGrid (Infragistics.Win.UltraWinGrid.UltraGrid), how can I know if the selected row has been updated in the DataSource associated of the grid?

I try to insert a row but when you update the DataSet associated with the grid (pAdapterArt.Update (pDataSet, table)) generate error for example by primary key duplicate, so the record is not inserted.

Later, How can I identify that the row selected has been updated in a DataSet of the grid or not?

Thank you

Parents Reply Children
No Data