Unplanned
Last Updated: 06 Dec 2017 15:08 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 30 Nov 2017 09:52
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - caret is missing in RightToLeft mode and Persian input language
To reproduce: please refer to the attached sample screenshots and project.

Note: this issue is relevant for RadDropDownList as well.

Workaround:             
            this.radDropDownList2.DropDownListElement.TextBox.TextBoxItem.Multiline = true;
            this.radDropDownList2.DropDownListElement.TextBox.TextBoxItem.MinSize  = new Size(30, 15); 
0 comments