Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
180 views
Hi,

Here is my situation: on a page used to match items from list A with items from list B, I repeat the "same" RadComboBox presenting the items from list B (via a load on demand webservice) for each item of list A.

<asp:Repeater ID="rptr" runat="server" OnItemDataBound="rptr_ItemDataBound"
   <HeaderTemplate> 
      <table cellpadding="0" cellspacing="0" class="hspace"
         <tr> 
            <th><asp:Literal ID="lblItemA" runat="server" Text="Item A" /></th
            <th><asp:Literal ID="lblItemB" runat="server" Text="Item B" /></th
         </tr> 
   </HeaderTemplate> 
   <ItemTemplate> 
      <tr> 
         <td><asp:Literal ID="ltrlItemA" runat="server" /><asp:HiddenField ID="hfIdItemA" runat="server" /></td
         <td> 
            <telerik:RadComboBox ID="rcmb" runat="server" Skin="Default" Width="300px" ShowMoreResultsBox="true" EnableVirtualScrolling="false"  
               EnableLoadOnDemand="true" MarkFirstMatch="true" ItemRequestTimeout="500" OpenDropDownOnLoad="false" ShowDropDownOnTextboxClick="false"
               <WebServiceSettings Path="services/RadControlsHelper.asmx" Method="SearchItemB" /> 
            </telerik:RadComboBox> 
         </td> 
      </tr> 
   </ItemTemplate> 
   <FooterTemplate></table></FooterTemplate> 
</asp:Repeater> 
 

The scenario is that for each item of list A we assign an item from list B.

With numerous items in the lists (let's say 1000), the page is horribly slow on IE8. Horribly slow in the sense that it never actually loads, IE8 crashes. Firefox seems to handle it much better.

Can you provide any insight on how I could fix my problem ? My thoughts were :
1) Use a paging control to display less items at once (but no less than 100).
    This is merely a workaround, not a real fix though...

2) Some Telerik functionality to share the same combo client-object since it's always the same items being loaded. (similar to SharedCalendarID in RadDatePicker)

3) Create one single invisible RadComboBox outside the Repeater and manually manipulate it though javascript to reuse it and save the result in an hidden field for each item.
    Effectivelly doing a manual 2)

What are your thoughts? Thanks.

Dominic.
Using 2009 Q1 SP1 (v2009.1.527.35)


dstj
Top achievements
Rank 1
 answered on 05 Jun 2009
4 answers
194 views
I have a export PDF button.  I set my EditMode="InPlace".  When I export to PDF the textbox data does not show up.  How can I get the data to show up in the PDF file?
Robert
Top achievements
Rank 1
 answered on 05 Jun 2009
8 answers
260 views
Hi,
 I used a tooltip with loadOnDemand for dynamically content.
 Inside the tooltip there is a telerik menu that generate a postback.
 After postback the content of page (outside tooltip) is not update, why?
It seem an "ajax" postback, but i need a real postback that update everything.
How can I do ?, please help me, it is urgent :(

Regards
 Alessandro.

Ignore post, because I just Opened now  a support ticket
Neil
Top achievements
Rank 1
 answered on 05 Jun 2009
2 answers
220 views
Hi,
using the DatePicker, I wanted to show the calendar clicking on its Dateinput. This is the cs code I used:
ForwardCalendar.DateInput.Attributes.Add("onclick"string.Format("$find('{0}').showPopup();", ForwardCalendar.ClientID)); 
ForwardCalendar.DateInput.Attributes.Add("onfocus"string.Format("$find('{0}').showPopup();", ForwardCalendar.ClientID)); 
ForwardCalendar.DateInput.Attributes.Add("onblur"string.Format("$find('{0}').hidePopup();", ForwardCalendar.ClientID)); 
 

In this way the calendar shows correctly, both when I click on the dateinput and when focusing it. The problem is that selecting a date on the calendar does nothing. No date is written on the dateinput.
When I click on the popup button, instead, it works perfectly.
Any idea?
Thanks.


Khanh
Top achievements
Rank 1
 answered on 05 Jun 2009
5 answers
187 views
What does anyone know about the following behaviour?

A RadEditor has been set up to only show its 'Design' edit mode, (as we don't want our users seeing HTML - they're not that technically savvy), but also had its "statistics" module enabled within the "bottom" docking zone; we have a requirement for including this information.
The module isn't displayed because it seems to hide the entire row that includes this docking zone when only one mode is set. I can verify this by adding a second "edit mode" and both the buttons and module are displayed as desired.

It's fairly important that we find a way around this limitation, (or is it a design feature?), because of our project's requirements.

Thanks,
Paul
Rumen
Telerik team
 answered on 05 Jun 2009
1 answer
144 views
Hi, in the Classic radEditor, when you go to HTML mode, you can tab lines over to indent. But in this version of radEditor, that doesn't seem to be possible. Tabbing just sets the focus on the next element within the editor. Is there something I have to do to make that work? In the Classic version, it worked by default. Thanks.
Rumen
Telerik team
 answered on 05 Jun 2009
1 answer
92 views
Can someone provide an example of using the SaveAndClose toolbar button to run some custom server-side code?
Rumen
Telerik team
 answered on 05 Jun 2009
1 answer
81 views
Hi All,

         How can we achieve the tool tip feature like  this in Rad Charts. (Tool tip, first look demo)

I want to show detailed information in custom format in a tool tip, when user hovers on the series of the rad chart.


Thanks,
Avi.

Giuseppe
Telerik team
 answered on 05 Jun 2009
4 answers
87 views
Hello,

I need to have "Minimize" command to be displayed on the left side of the Dock. Other commands should be displayed as they are right now - on the right side. What would be the best approach to solve this?

Thank you,
Andrei
virt
Top achievements
Rank 1
 answered on 05 Jun 2009
8 answers
344 views
In the Editor, the image propreties dialog has a preserve aspect ratio gadget - looks like a couple of plugs that plug together when you click on it.

It's unplugged by default - so aspect ratio is not preserved.

Is there a way to change this so that it is plugged in, by default?  So that aspect ratio is preserved, when editing images, unless the user specifically asks that it not be?

Jon
Top achievements
Rank 1
 answered on 05 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?