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

RadComboBox AutomaticLoadOnDemand is not working well with RadScheduler

3 Answers 72 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Lior S
Top achievements
Rank 1
Lior S asked on 18 Mar 2010, 11:45 AM
Hi

When i use the RadComboBox's new feature of AutomaticLoadOnDemand inside RadScheduler's AdvancedForm.ascx i get the entire list instead of the "ItemPerRequest" number of 10 items.
It happends when the appointment Modal Dialog first pops up. when i choose an item or change the text for the first time, the AutomaticLoadOnDemand starts working properly but it takes lots of time because the list is too long at the begining
This code works perfectly on a normal aspx page.

 

<asp:Panel runat="server" ID="AdvancedControlsPanel" CssClass="rsAdvMoreControls">  
                  
                    <telerik:RadComboBox ID="rcb_patient" runat="server" CssClass="rsAdvResourceValue" 
                        DataTextField="FullName" MarkFirstMatch="true" ShowDropDownOnTextboxClick="true" 
                        ShowWhileLoading="true" DataValueField="PatID" EnableVirtualScrolling="true" 
                        AllowCustomText="true" ShowMoreResultsBox="true" ItemsPerRequest="10" 
                        LoadingMessage="loading..." EnableAutomaticLoadOnDemand="true" DataSourceID="sds_patients">  
                    </telerik:RadComboBox> 

 

 

I'll appreciate any help.
Lior

 

 

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Mar 2010, 03:24 PM
Hi Lior S,

Thank you for reporting this issue. Actually, it is a known bug with RadComboBox which we will try to resolve this next week. Please, excuse us for any inconvenience caused.


Kind regards,
Peter
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
David
Top achievements
Rank 1
answered on 10 May 2010, 02:37 PM
Hi,

Has this been fixed?

Thanks,

David
0
Simon
Telerik team
answered on 10 May 2010, 03:32 PM
Hello David,

Yes, we fixed this with the Q1 2010 SP release.

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
Scheduler
Asked by
Lior S
Top achievements
Rank 1
Answers by
Peter
Telerik team
David
Top achievements
Rank 1
Simon
Telerik team
Share this question
or