Hi all ,
I have a drop down and a separate button ,
is there any way when user clicks the button the drop down list open (Ps: there is no clicking on drop-down ).
please let me know if it can be done by any method or event .
happy coding 
Regards
Jap
Nop. The dropdown we use is the native browser dropdown, and as far as I understand it does not offer such functionality.
What are you trying to do? Maybe we can suggest a different approach?
Hi Yova,
I was testing this approach for one of my previous post
@ ziv shalev helped and proposed to put 3 to 4 buttons for the post in the link .
But on deeper though i came to realization other then country list this approach may not be sufficient for othe purpose eg:- Suppose if we have a list of university courses which we dynamically populate in the drop down list now suppose if we have a fix number of buttons then if number of records with similar name starting increases then our above functionality will fail to display to hold all the names in the buttons.
so to achieve this i thought if we have a text field and on its on-change event if we can open the drop-down list then we may way put our text field on the top of drop-down and as soon as someone start typing in it the drop-down list will open and we can start displaying the result on the basis of the query.
so for basic testing wanted to check if we can achieve to open this drop down using a separate button, which can be later changed to text field.