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

How to test kendo-multi-select using telerik testing framwork

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ken Hinh
Top achievements
Rank 1
Ken Hinh asked on 11 Apr 2016, 06:58 PM

I have a control that looks like this and I could not test this using telerik testing framework. 

 <select id="xxx" multiple="multiple" kendo-multi-select="vm.xxx" style="width: 100%;"
                            k-data-source="vm.xxxDS"
                            k-data-text-field="::'Text'"
                            k-data-value-field="::'xxxID'"
                            k-highlight-first="::false"
                            k-ng-model="vm.xxxId"
                            k-on-change="vm.xxxChange(kendoEvent)"
                            k-value-primitive="::true"></select>

AFAIK there is no translator for Kendo UI multi select. Any example you have will be appreciated.

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 13 Apr 2016, 02:22 PM
Hi Ken,

This is a duplicate of your support ticket. Let's continue the discussion there.

Thank you!

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Ken Hinh
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or