Completed
Last Updated: 21 Sep 2016 02:59 by John
Maulik
Created on: 08 Jan 2013 13:45
Category: Kendo UI for jQuery
Type: Feature Request
319
Grid in ComboBox
I think as we try to create more RIA with HTML5, having multi column dropdown is very intuitive 

Similar example:
http://demos.devexpress.com/aspxeditorsdemos/ASPxComboBox/LargeDataSource.aspx
8 comments
John
Posted on: 21 Sep 2016 02:59
I reopened this idea.
http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/16282399-grid-in-combobox-reopen
ADMIN
Petyo
Posted on: 19 Sep 2016 05:25
Implemented as a treelist example - http://demos.telerik.com/kendo-ui/dialog/treelist-integration. 

Notice that the dialog may host any kind of data bound component, including a listview with checkboxes or grid - the various possibilities suggested implementing the scenario as a demo instead of a built-in feature.
蔡武憲
Posted on: 21 Apr 2016 21:45
The function is very important for me
Jim
Posted on: 15 Mar 2016 15:14
The need for a multiple column combo box is very common in LOB applications
Kien
Posted on: 08 Nov 2015 10:35
A Grid in ComboBox would be helpful for advandced filtering. In many cases we need filtering with other conditions which not only filtering with [Name] or [Title]. It's mostly used in accounting applications.
James
Posted on: 03 Dec 2014 13:53
Or even like your own ajax combobox with the ability to access all columns upon selection. 
Jim
Posted on: 23 Oct 2013 03:00
Hey Telerik, how about it? That combo box is sweet. This is something that would really add some value to your product.
Thomas Sonnenschein
Posted on: 19 Jul 2013 09:39
Multi column combobox is possible via .Template property, but to insert a Header row some wired constructs like jquerys prependTo is needed, which also is not working correct (Open a partial view a second time, the prependTo fails, list area grows not, so that the last entry is outside the combobox area ...)

Also there is a wired hoover behaviour on the columns.