This question is locked. New answers and comments are not allowed.
Hello all,
I'm experiencing a couple of issues I'm not being able to solve by myself and I'm hoping the community may help me.
The first issue I have happens in both the AutoComplete and the DropDownList control.
I need to use the open() method in the client side API but also need to place the focus on the results list, as if the client would have clicked on the AutoComplete or in the DropDownList.
This would cause that after opening if the user presses an arrow key it will navigate through those items and if the user presses enter it would select the item.
You can see it in Telerik's Combobox demo page: http://demos.telerik.com/aspnet-mvc/combobox/clientsideapi?theme=vista
If you click on the DropDownList and press the down arrow then enter, 'Chang' is selected
If you however click on the Open Button in the DropDownList client API box and then in the down arrow, the browser window scrolls down.
The second issue is only related to the AutoComplete, I need to differenciate when the value changed because the user clicked on a item in the list and when the user wrote something in the textbox
I'm using Chrome for my tests, but it also happens in I.E.
Best regards
Eduardo
I'm experiencing a couple of issues I'm not being able to solve by myself and I'm hoping the community may help me.
The first issue I have happens in both the AutoComplete and the DropDownList control.
I need to use the open() method in the client side API but also need to place the focus on the results list, as if the client would have clicked on the AutoComplete or in the DropDownList.
This would cause that after opening if the user presses an arrow key it will navigate through those items and if the user presses enter it would select the item.
You can see it in Telerik's Combobox demo page: http://demos.telerik.com/aspnet-mvc/combobox/clientsideapi?theme=vista
If you click on the DropDownList and press the down arrow then enter, 'Chang' is selected
If you however click on the Open Button in the DropDownList client API box and then in the down arrow, the browser window scrolls down.
The second issue is only related to the AutoComplete, I need to differenciate when the value changed because the user clicked on a item in the list and when the user wrote something in the textbox
I'm using Chrome for my tests, but it also happens in I.E.
Best regards
Eduardo