Hi i have a gridview.My requirement is when the user enters a decimal value in a field, it should allow user to enter only 2 decimal place digits.After entering 2 decimal place the focus should get to next field.
Thanks
Hi i have a gridview.My requirement is when the user enters a decimal value
Share
I got the solution Geetha, I handled the event EditingControlShowing for my DataGridView.
The code is below:
and then i handled the textbox_TextChanged event.