how to stop cell value change using tab button in datagridview
I have 3 editable "Datagridview Textboxes" in datagridview. one
"Datagridview Textbox" contains only string value and next two
"Datagridview Textboxes" contains int values. But when i am using tab
button and fill some amount on second "Datagridview Textbox" and then use
tab to switch on third textbox so second textbox value has swapped to the
third textbox automatically.
So i am finding solution , how to stop swapping of these values in
datagridview textboxes.
No comments:
Post a Comment