This question is locked. New answers and comments are not allowed.
Hi,
I have implemented the validation in the textbox in the propertygrid
When user types 2 digits(say 11) in the textbox, i append the text with "-"(11-), and in the same way i appned the text lenght is 8
The problem here is
when user types 2 digits(say 11) in the textbox the cursor focus is moving to the start position
but the cusror focus should remain at "-" .
I have implemented this validation in keyup event in the propertygrid.
Please help me,Pls.
I have implemented the validation in the textbox in the propertygrid
When user types 2 digits(say 11) in the textbox, i append the text with "-"(11-), and in the same way i appned the text lenght is 8
The problem here is
when user types 2 digits(say 11) in the textbox the cursor focus is moving to the start position
but the cusror focus should remain at "-" .
I have implemented this validation in keyup event in the propertygrid.
Please help me,Pls.