Datagrid Event in Windows Application
-
Hi all, I am developing a windows application in VB.Net. I am using datagrid with direct editing option. In datagrid, when editing any particular cell, the arrow pointing towards to the edited row in the left side changes to edit mode , i.e., it displays like a pen. At this time when I change, edited record is not updated. What event fires when editing a datagrid cell? Thanks in advance, Senthil
-
Hi all, I am developing a windows application in VB.Net. I am using datagrid with direct editing option. In datagrid, when editing any particular cell, the arrow pointing towards to the edited row in the left side changes to edit mode , i.e., it displays like a pen. At this time when I change, edited record is not updated. What event fires when editing a datagrid cell? Thanks in advance, Senthil
Senthil_GeoEdge wrote:
At this time when I change, edited record is not updated
What do yot mean by this? Are you saying that you can't change the data in the datagrid or you can't update the data in the database? How are you triggering the code to save the new data? What does the code look like that does the database access?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007