RadCombobox with multiple Columns and checkbox Selection

1 Answer 633 Views
ComboBox
Carlos
Top achievements
Rank 1
Iron
Carlos asked on 24 May 2021, 01:35 PM

Hello,

  • On a RadCombobox with multiple columns when I click on the checkbox all the columns are transferred to the text area, I just want to transfer the firstcolumn value. In the attached image  "Jim city title" are transferred I just want "Jim" 
  • Can the list be automatically filtered as you type on the text area?

for example in the image below if I start typing  Ji the it would just show me the row for Jim

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 27 May 2021, 09:55 AM

Hello Carlos,

You can set a DataTextField and that should be the value in the ComboBox when selecting an item:

Regarding the CheckBoxes and filtering, they are not supported out of the box, but you can make a custom implementation similar to the one suggested here:

Regards,
Peter Milchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ComboBox
Asked by
Carlos
Top achievements
Rank 1
Iron
Answers by
Peter Milchev
Telerik team
Share this question
or