Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
102 views

Hi

I have ASPX page which needs to make three calls. Those calls are slow so I am trying to call them at the same time and display results when each will finish independently.

One approach was to call “Call_RadAjaxManager1(Parameters)” and create thred pool on serve. It will create three separated threads and finished independetly but results form each will not be populated on client site untill all will finished so in effect thred will finish job but results will not populate until other threads will finished.

Other approach was to create three UserControls and create those controls on my main page. JavaScript will make calls at the same time foe each UserContrall but second server side function will not be called until first one will finished even if those UserContralls have their own RadAjaxManager and each call is separate thread.

All of this is happening after page is loaded and loading icons are in place. I am using setTimeout(“FunctionName1()”, 10);
setTimeout(“FunctionName2()”, 10);
setTimeout(“FunctionName3()”, 10);

to make call to each “

“Call_RadAjaxManager1(Parameters)”
“Call_RadAjaxManager2(Parameters)”
“Call_RadAjaxManager3(Parameters)”

Fore each UserContralls.

Any idea how could I load thoes three pices of information independently at the same time and populate UI whe each will finished?

Thank you for your help.

Radek
Top achievements
Rank 1
 asked on 07 Aug 2008
1 answer
138 views
Hi all 
I have a problem in multi combo box
my selection is not reflecting some times . same thing is happening in help(telerik site) also.
1) also i want to format the string in combo.
2) i have a field which was not binding(id field).but i need that field for rurther manipulations
how to resolve these problems.
waiting for the reply

regards
Mathews Baby
Yana
Telerik team
 answered on 07 Aug 2008
1 answer
107 views
Hi,

I am trying to get the 'drag and dock' functionality working with the AJAX RadEditor.  I want to do this using the declaration method, however the Dockable="true" property doesn't seem to exist on the EditorToolGroup element?

Also I can't seem to get the Office 2007 Ribbon layout to work with the AJAX version either?

Thanks for your help,

Jeff

Rumen
Telerik team
 answered on 07 Aug 2008
3 answers
246 views
hi.
I am using the following demo as a guideline for creating records in a window and then sending the data back to the parent page
http://www.telerik.com/support/kb/article/b454K-tee-b454T-cec-b454c-cec.aspx

The demo works as it should. However an issue comes up when I have other controls on the parent page that get populated prior to calling the radwindow()

For eg, if you run the demo out of the box, but add a radDateTime picker to the parent, you will note that each time the closeAndReload() is called, it will clear the values in the parent... this is the culprit I am thinking. 
 oWnd.BrowserWindow.location.reload();  

I got around this by using an ajax manager. Now however I get the usual IE warning that the page has data and needs to be reposted.. Anyone know a way to get around this issue or understand what I mean?
Svetlina Anati
Telerik team
 answered on 07 Aug 2008
1 answer
133 views
Hi,

I have another problem,
I watched the demo scheduler -> resources -> Definining Resources
I show schedule for user, but how do to insert the appointments direct selecting user dropdownd?For example i choose user dropdown(Alex) and I insert direct appointment the user selected...
Associate user select when I insert appointment..I tried but dont' go

Sorry for the questions.
T. Tsonev
Telerik team
 answered on 07 Aug 2008
3 answers
173 views
Following the online article, I have implemented my own custom skin for radeditor. The new css been applied to editor successfully. How ever i was unable to change the style for the controls of radeditor dialogs such as Find & Replace and ImageMapeditor etc.

My requirement is to create my own styles for the editor and the controls placed in the dialogboxes of the radeditor.Please suggest me the solution
Svetlina Anati
Telerik team
 answered on 07 Aug 2008
1 answer
157 views
Hi,

With the latest version of the RadEditor I now get an error when I click the "Increase font size" toolbar button (same goes for the decrease font size button).

When I click that button I get a javascript popup box saying "The command IncreaseSize is not implemented yet." Any thoughts?
Rumen
Telerik team
 answered on 07 Aug 2008
3 answers
212 views
Hello,
I got an error message without further explanations. The code is c00ce514. I guess it has something to do with file up/downloading. The error occurs when I push a button for file download. I use RadUpload in my project.
Has anyoneexperienced similar problems?
Google found only a few results, which did not help me at all (most of the results where french pages!)
Any hint is appreciated.
Cheers Roberto
Veselin Vasilev
Telerik team
 answered on 07 Aug 2008
5 answers
241 views
Hi,

I'm using a ComboBox that when the TextChanged event is fired, it updates a datalist on the page. Works fine, when I hit the enter key, it fires the event. Then, if I click out of the combobox somewhere else on the page (because only hitting the enter key in the combobox maintains the focus), the event is fired again. You can see the DataList updates two times. I've tried to cancel a second postback using the combobox's onclientblur, however there doesn't seem to be a way to cancel postbacks through that function. If I click in the combo box and then click out again, without changing text, however -- the ajax update happens yet again and refreshes the datalist.

The weird thing is that the text_changed event still only gets fired once (when I actually changed the text) -- which is proper functionality. I'm not sure what server-wide event is getting fired when I click off of the combobox, but if I disable autopostbacks for the combobox, it doesn't do it anymore (but then of course I can't use the enter key to postback the page)...

For reference, this is the code I'm using:

<telerik:RadComboBox ID="RadComboBox1" Skin="Vista" Width="265" EmptyMessage="Search for your favorite game!" AllowCustomText="true"
                OpenDropDownOnLoad="false" ShowDropDownOnTextboxClick="false" ShowWhileLoading="false" ShowMoreResultsBox="false" ShowToggleImage="false"
                ExpandAnimation-Type="None" AutoPostBack="true" runat="server" />

And the DataList:

                <asp:DataList ID="DataList_Content" runat="server">
                    <ItemTemplate>
                       Content...
                    </ItemTemplate>
                </asp:DataList>

I have the AjaxManager on the page making sure the ComboBox can update the DataList, and there's also the default loading panel on the page.

Any help would be appreciated.
Simon
Telerik team
 answered on 07 Aug 2008
10 answers
203 views
Hi,

Is there any event on client side for OnClientTitleDoubleClick ?

I want to have a dock that behave as follow:
- When user double click on the Title of the Dock, it will Collapsed or Expand depending on its current state.

Thanks.
Tony Polad
Top achievements
Rank 1
 answered on 07 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?