This question is locked. New answers and comments are not allowed.
Hi,
I am working on RadRichTextBox and found few of the observation on this control while working on it, which are the following:-
1) If I type any character for example "a" and move the cursor before this character and keep on pressing tab key repeatedly
the character got disappears after moving to extreme right of the control. Behaves same for if we drop any custom item on this control.
2) If press spacebar before the "a" and then press tab key repeatedly it wont gets diappear instead it moves to the newline after reaching the extreme right and behaves as expected.
3) If we type any other character after "a" for example "b" and move the cursor before character "b" and keep pressing
tab then this character "b" insteaded of getting diappear, it moves to newline after reaching the extreme right and behaves as expected.
So the actual problem here is only with first charater at begening of the control. So kindly help me to fix this issue.
I am working on RadRichTextBox and found few of the observation on this control while working on it, which are the following:-
1) If I type any character for example "a" and move the cursor before this character and keep on pressing tab key repeatedly
the character got disappears after moving to extreme right of the control. Behaves same for if we drop any custom item on this control.
2) If press spacebar before the "a" and then press tab key repeatedly it wont gets diappear instead it moves to the newline after reaching the extreme right and behaves as expected.
3) If we type any other character after "a" for example "b" and move the cursor before character "b" and keep pressing
tab then this character "b" insteaded of getting diappear, it moves to newline after reaching the extreme right and behaves as expected.
So the actual problem here is only with first charater at begening of the control. So kindly help me to fix this issue.