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

grouping with an angular drop down

2 Answers 96 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
steve
Top achievements
Rank 1
steve asked on 01 Oct 2015, 10:26 PM

I am trying group with the angular example here

http://dojo.telerik.com/@ggkrustev/ihUci

 

my datasource is set up the same schema but I am binding like this.  

<select id="ddl"
               kendo-drop-down-list style="width:300px"
               k-filter="'contains'"
               k-data-source="Controller.Data"
               k-options="Controller.options"></select>

 

Is there a way to group by if I am not grouping in the datasource like in the link?

2 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 05 Oct 2015, 09:37 AM
Hi Steve,

At present grouping can be defined only at DataSource level. That said in order to use the grouping feature you will have to bind the widget to a DataSource instance with pre-defined group like in the Dojo example that you referenced.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
steve
Top achievements
Rank 1
answered on 05 Oct 2015, 01:23 PM
Ok, thanks Alexander
Tags
DropDownList
Asked by
steve
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
steve
Top achievements
Rank 1
Share this question
or