Please help: How to check whether user has changed data in a DataGrid?

  • Thread starter Thread starter Tee
  • Start date Start date
T

Tee

Hi,

Is there any way to check whether user has changed the data in a DataGrid?


Thanks,
Tee
 
Tee,

Tee said:
Hi,

Is there any way to check whether user has changed the data in a DataGrid?

Thanks,
Tee

You could register to the ColumnChanged or ColumnChanging event of the
DataTable, and set a boolean isChanged flag to true.

Kind regards,
Tom T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top