Hi Raj Kumar,
Thank you for contacting Syncfusion Support. We suggest you to use getSelectedValue() method to get the value of the selected items in the DropDownList component. The _selectedItemsID is private variable which is cleared after some process in the source. Please refer the code block below,
|
var target = $('#bookSelect').data("ejDropDownList");
target.getSelectedValue(); |
Let us know, if there is any concern. We will be happy to assist you.
Regards
Ilakkiya B