1
Answer

How to fetch kendo dropdowndownlist selected text ?

i am using below code but is giving null
  1. $("#ddl").text();  
  2. but   
  3. $("#ddl").val();   //works perfectly and gives selected value  
 
 
Answers (1)