Hello Team,
I am using IgniteUI for JavaScript 2016.1 version. The requirement is that when i click on dropdown in grid, before activating the options list of dropdownlist i need to get all the values in selected dropdownlist.
I found out one event "dropDownListOpening" event, but due to no such example on this event it's a bit difficult to figure it out.
Can you please send me an example where in i can get the options(values) in dropdownlist.
Thanks,
Sameer Manjrekar
Hello Sameer,
Thank you for contacting us.
Yes, you are on the right path with this event. I created a little sample for you demonstrating what you desire - http://jsfiddle.net/sqqLdt00/6/. Here is the documentation for the event - https://www.igniteui.com/help/api/2017.2/ui.igcombo#events:dropDownOpening.
Please let me know if you need further assistance.