Detecting Data grid changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I detect a change in a data grid using VB.net
I do not want to cycle through all the controls (text boxes ) in the grid unless change has been made

The Grid has a textbox control to display data. If there is no change then I do not want to update the grid or the database. If there is a change (even a click inside the textbox) then I would like to update the database and refresh the grid

ANy hlep or suggestion are welcom
Jawahar
 
Single click on your grid

Press F1

Jawahar Rajan said:
How can I detect a change in a data grid using VB.net .
I do not want to cycle through all the controls (text boxes ) in the grid unless change has been made.

The Grid has a textbox control to display data. If there is no change then
I do not want to update the grid or the database. If there is a change (even
a click inside the textbox) then I would like to update the database and
refresh the grid.
 
Check here...

http://www.syncfusion.com/FAQ/WinForms/default.asp#44


Jawahar Rajan said:
How can I detect a change in a data grid using VB.net .
I do not want to cycle through all the controls (text boxes ) in the grid unless change has been made.

The Grid has a textbox control to display data. If there is no change then
I do not want to update the grid or the database. If there is a change (even
a click inside the textbox) then I would like to update the database and
refresh the grid.
 
Back
Top