Hi,
We have used RadCombobox with LoadOnDemand and ShowMoreResult feature. But we are facing issue in navigating items of with Keyboard.
We are able to Open Drop down with "Alt" + ArrowKeys but after getting data we are not able to navigate items using arrow keys.
We have bind dropdown in ItemRequest event by giving Datasource and Databind method. And then we have Added Default Item i.e. "Please Select" using "Insert" method i.e. ddl.Items.Insert(0, new RadComboboxItem("Please Select", " "); and Also one more item at index 1 which is required.
We are able to select Items which we have inserted but not able to navigate items whihc has been bind using Datasource.
Kindly suggest where we have done mistake.
Thanks and Regards,
Chanda Malukani.
We have used RadCombobox with LoadOnDemand and ShowMoreResult feature. But we are facing issue in navigating items of with Keyboard.
We are able to Open Drop down with "Alt" + ArrowKeys but after getting data we are not able to navigate items using arrow keys.
We have bind dropdown in ItemRequest event by giving Datasource and Databind method. And then we have Added Default Item i.e. "Please Select" using "Insert" method i.e. ddl.Items.Insert(0, new RadComboboxItem("Please Select", " "); and Also one more item at index 1 which is required.
We are able to select Items which we have inserted but not able to navigate items whihc has been bind using Datasource.
Kindly suggest where we have done mistake.
Thanks and Regards,
Chanda Malukani.