How to modify RadAutoCompleteBox dropdowntemplate as table with heading?

1 Answer 98 Views
AutoCompleteBox
onkar
Top achievements
Rank 1
onkar asked on 02 Aug 2021, 02:35 PM

Hi

I am using RadAutoCompleteBox. During suggestion I want to show multiple property in single row. For this I modified the data template and created 3 column grid. Now the issue is that how do I add header to it. Header should come once.

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 05 Aug 2021, 08:04 AM

Hello Onkar,

You can achieve the desired result by updating the ControlTemplate of the RadListBox element, which is inside the dropdown of the RadAutoCompleteBox. 

I am attaching a small sample project demonstrating this approach for your reference.

Hope this helps.

Regards,
Vladimir Stoyanov
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/.

onkar
Top achievements
Rank 1
commented on 05 Aug 2021, 11:40 AM

Hi Vladimir,

Thanks a lot.

This is identical to my requirement what I need

 

Tags
AutoCompleteBox
Asked by
onkar
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or