I have an incremental search using a Kendo UI DropdownList working in an ASP.NET Core application. I would like to have multiple columns in the display or at least to group the results. So that I could nicely format it showing products they are searching for grouped by category with a category image.
Sort of like :
<image> Category 1
Selection 1
Selection 2
<image> Category 2
Selection 1
Selection 2
etc.
Are there any demos demonstrating this?
Thanks