In DataGridView, is there a way where you could control the individual cell like
events double-click for column 2 and another form would open ?
In DataGridView, is there a way where you could control the individual cell like
put in a new value for column 2, press TAB and the events After-Update is activated
for column 2; and column 3 would equal to column 1 * column 2
(column 3 = column 1 * column 2) ?
events double-click for column 2 and another form would open ?
In DataGridView, is there a way where you could control the individual cell like
put in a new value for column 2, press TAB and the events After-Update is activated
for column 2; and column 3 would equal to column 1 * column 2
(column 3 = column 1 * column 2) ?