This is a migrated thread and some comments may be shown as answers.

[Solved] RadCombobox Navigation Issuse

3 Answers 131 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Chanda
Top achievements
Rank 1
Chanda asked on 03 Mar 2010, 10:30 AM
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.

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 04 Mar 2010, 05:05 PM
Hello Chanda,

Can you please confirm that you are able to navigate through the Items that were inserted in the ItemsRequested event handler and not through the ones added after data binding?

If so, can you please provide here the RadComboBox definition and any relevant code so that I inspect it?

Greetings,
Simon
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Chanda
Top achievements
Rank 1
answered on 08 Mar 2010, 09:27 AM
Hello,

Actually we have created  custom custrol inheriting RadCombobox. In Custom control we have added footer template having feature of previous and next button for paginated dropdown. We have Itemrequest event which will set pageindex and used delegate to bind\insert default data item.
In telerik demos we have seen that in Itemrequest event it is filling dropdown using Inser method and not using Databind event. Can you please check if we can use Databind method in Itemrequest event or not.

Posting the code will be bit difficult.

Thanks and Regards,
Chanda Malukani.
0
Simon
Telerik team
answered on 10 Mar 2010, 07:00 PM
Hi Chanda,

You can add Items to RadComboBox in the ItemsRequested event handler in every possible way, including data binding.

Please see the attached page - it illustrates calling DataBind in the ItemsRequested event handler.

Best wishes,
Simon
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Chanda
Top achievements
Rank 1
Answers by
Simon
Telerik team
Chanda
Top achievements
Rank 1
Share this question
or