Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
How to Get WebDropDown Value Using Javascript...
posted

Hi Team,

I am using IG v14.2. In the WebDropDown control i need to get the value and text using javascript function. When i get the Control in client side means i will only get the WebDropDown Text. I need value also.

For Ex:-

Value  Text

  1      Test-1

  2      Test-2

When i use like this means "$find("WDD_FromCustomers").get_currentValue();" i get only the text. But i need value also.

I am not using the Controls Client side events like "WebDropDown1_SelectionChanged" etc...

Please let me know your comments.