Good day,
I have some question here, and this is the scenario
I have a datagridview and a textboxes in my form., when I selected a row and I edit it in the textbox, there will be an action flag that this row is edited.
So if I transfer to another row, I want to hold the edited values in an array. So when I save all the edited rows all the values in my array will be save and , it will reflect to my datagridview.
My question is how to hold the values I entered in my textboxes,?
Sorry for bad english
Btw, the datagridview is bounded to a binding source., and i set my datagridview property, ALlow to edit to false.,
Thanks