DataGrid Events

kishore

Member
Joined
Jan 5, 2006
Messages
7
Programming Experience
Beginner
Hi All,

I have one probelm with datagrid events.
I have one column style as textbox in my datagrid if i change the value automatically some functionalities need to be triggered.
So,Any one please help me in which event i can proceed.

I observed that there is no event for this in winforms.Please guide me.

:) Kishore
 
You have the CurrentCellChanged that tells you if user move from cell to cell, you can capture content when user enters+leaves cell and see if content changed.
(Also, there is keydown/press/up where you can capture each character written if relevant currentcell.)
 
datagrid events

Thanx John for ur reply.

Actually cellchage event is there but i want event like,when value is modified then only some functionalities should triggered.

please look into this.

kishore
 
Back
Top