G
Guest
Hi
How to capture the current cell address in a datagrid on vb.net ? In which event? I just want to store the current cell address in a global variable. This global variable should get an update everytime the user changes the control in the datagrid to a different cell which becomes current cell
Note: I found that most other queries here talked of currentcell as a property. But for the datagrid name i have created, i do not find any such thing as eg. datagrid1.currentcell. In fact, for datagrid1, i dont find events such as currentcellchanged etc that all of you seem to be talking of
Since i am literally a novice, i would appreciate if you can explain in detail where i am going wrong and how to go abt it in the right way
Regards
Giri
How to capture the current cell address in a datagrid on vb.net ? In which event? I just want to store the current cell address in a global variable. This global variable should get an update everytime the user changes the control in the datagrid to a different cell which becomes current cell
Note: I found that most other queries here talked of currentcell as a property. But for the datagrid name i have created, i do not find any such thing as eg. datagrid1.currentcell. In fact, for datagrid1, i dont find events such as currentcellchanged etc that all of you seem to be talking of
Since i am literally a novice, i would appreciate if you can explain in detail where i am going wrong and how to go abt it in the right way
Regards
Giri