davy_g
Well-known member
Hi,
On my form I have a datagridview in which I have 3 columns, Date, Shift and Hours.
When the user has to fill in this datagridview, the date is already present (id too but it is not visible in the dgv).
When the user gives in a value in the column Shift, I automatically want to assign a value in Column Hours when leaving the column Shift.
So how do I do this? Because it is a datagridview there are no textboxes on which I can set a value based on an event, or can I?
I've searched but could not find anything usefull.
On my form I have a datagridview in which I have 3 columns, Date, Shift and Hours.
When the user has to fill in this datagridview, the date is already present (id too but it is not visible in the dgv).
When the user gives in a value in the column Shift, I automatically want to assign a value in Column Hours when leaving the column Shift.
So how do I do this? Because it is a datagridview there are no textboxes on which I can set a value based on an event, or can I?
I've searched but could not find anything usefull.