Completed
Last Updated: 19 Sep 2018 13:00 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 12 Dec 2017 11:09
Category:
Type: Bug Report
4
FIX. RadDropDownList/RadMaskedEditBox - clear button is not visible in the editable part
To reproduce:

this.radDropDownList1.DropDownListElement.TextBox.ShowClearButton = true;

The clear button doesn't have image or text and it seems like it is not visible.

Note: this problem can be reproduced in other controls that use RadTextBoxElement, e.g. RadMaskedEditBox, RadSpinEditor etc.

Workaround:  this.radDropDownList1.DropDownListElement.TextBox.ClearButton.Text = "X";

NOTE: This issue is reproducible in all controls that host the text box. 
0 comments