This is a migrated thread and some comments may be shown as answers.

Remove X button

2 Answers 153 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
konrad
Top achievements
Rank 1
konrad asked on 18 Jan 2017, 03:03 PM

HI,

I am using RadCheckedDropDownList.

I want to disable edit possibility in EditableElement.

User can only check options by opening list (arrow button).

So i change DropDownListElement.EditableElement.Enabled to false.

But how can i remove "X" button next to each option in EditableElement?

2 Answers, 1 is accepted

Sort by
0
konrad
Top achievements
Rank 1
answered on 19 Jan 2017, 07:49 AM

Never mind. I found it:

CheckedDropDownListElement.AutoCompleteEditableAreaElement.AutoCompleteTextBox.ShowRemoveButton = false;
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 19 Jan 2017, 02:01 PM
Hello Dominik,

Thank you for writing.  

I am glad that the problem you were facing is now resolved. Note that RadCheckedDropDownList
 uses a RadAutoCompletedBox in its editable part. Hence, you can customize the tokens by using the TextBlockFormatting event as well.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
konrad
Top achievements
Rank 1
Answers by
konrad
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or