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

dropdown onchange not working

1 Answer 82 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kiran
Top achievements
Rank 1
Kiran asked on 12 Jul 2016, 12:19 PM
Hi,

Dropdown on change is not working for me.I have tried to copy the angular code for onchange which is also not working for me now.The code :

XML:

  <dd:DropDown id="dd"  items="{{ items }}" hint="{{ hint }}" selectedIndex="{{ selectedIndex }}" selectedIndexChange="onchange(dd.selectedIndex)" />

 

JS:

exports.onchange = function(selectedi){
        console.log("selected index");
    }

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsonev
Telerik team
answered on 12 Jul 2016, 01:10 PM
Hello,


We have answered the same question on this thread and you could the answer on this link - https://admin.telerik.com/?Context=Support&Control=~/UserControls/Support/ThreadReply.ascx&ST=1039910&SM=0

I hope this help

Regards,
nikolay.tsonev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Kiran
Top achievements
Rank 1
Answers by
Nikolay Tsonev
Telerik team
Share this question
or