Detecting Data grid changes

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
 
C

CJ Taylor

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

Scott

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.
 

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

Top