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

RadComboBox ItemRequested Event is not firing

4 Answers 171 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ALAN NEMARIC
Top achievements
Rank 1
ALAN NEMARIC asked on 06 Jul 2010, 06:29 AM
Hi All,
I am using load on demand in radcombobox.
The problem is when i type first letter in the combobx then the event is not firing. and when i type second letter then the event fires.
and also when i click on the radcombobx then some time the event fires and some time it is not firing.
what could be the problem>
I am posting the code:

<telerik:RadComboBox ID="cmbFromPortfolio" EnableVirtualScrolling="true" EnableLoadOnDemand="True" ShowMoreResultsBox="false" OnClientSelectedIndexChanged="SamePortfolio" OnClientBlur="FromOperationalDisable" runat="server" EmptyMessage="Please Select" AutoPostBack="true" Height="200px" Width="92%" Enabled="false">  
 </telerik:RadComboBox> 
and the event handler is
cmbFromPortfolio.ItemsRequested += new RadComboBoxItemsRequestedEventHandler(cmbFromPortfolio_ItemsRequested);  
 
// And the Event Handler code is   
 
private void cmbFromPortfolio_ItemsRequested(object sender, RadComboBoxItemsRequestedEventArgs e)  
{  
try 
{  
//Code to fill the combobox   
}  
catch(Exception ex)  
{  
//Exception Handling code here  
}  
}  
 

Let me know where is the problem.
Thanks in advance.

4 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 06 Jul 2010, 12:54 PM
Hi ALAN NEMARIC,

This is a really annoying bug in the IE8 browser.

Fortunately in the latest version of RadComboBox we managed to work it around in 98% of the cases, so I suggest you download the latest internal build and try it out.

Sincerely yours,
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
Phil
Top achievements
Rank 1
answered on 13 Jul 2010, 06:11 PM
I've loaded the latest hot fix and the problem still exist.  Any other suggestions?

Phil
0
Phil
Top achievements
Rank 1
answered on 13 Jul 2010, 07:47 PM
Using IE8 the Telerik RadComboBox samples are failing to work properly also; http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

Is there a fix for this?

Thanks,
Phil
0
Simon
Telerik team
answered on 14 Jul 2010, 12:53 PM
Hi Phil,

I just checked the demo and it worked properly. The version there is now Q2 2010, which we released yesterday.

Could you please test it again on your side and let me know how it goes?

Regards,
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
ALAN NEMARIC
Top achievements
Rank 1
Answers by
Simon
Telerik team
Phil
Top achievements
Rank 1
Share this question
or