| public static int CartLinesChangeNumItems(string strCartID, int nLineNumber, int nNumItems) { |
| ... |
this._onReadyStateChange = (function () {
if (_this._xmlHttpRequest.readyState === 4 ) {
try {
if (typeof(_this._xmlHttpRequest.status) === "undefined") {
return;
}
}
catch(ex) {
return;
}
_this._clearTimer();
_this._responseAvailable =
true;
try {
_this._webRequest.completed(Sys.EventArgs.Empty);
}
finally {
if (_this._xmlHttpRequest != null) {
_this._xmlHttpRequest.onreadystatechange = Function.emptyMethod;
_this._xmlHttpRequest =
null;
}
}
}
});
I dont know if this is related to the rotator or the RadAjax control so i am starting here. one other post mentioned cross domain posting but i am not doing that.
Thanks, Scott

<div>
<label class="gridlabel">Review Date:</label>
<telerik:RadDatePicker ID="txtReviewDate" runat="server" MinDate="2000-01-01" EnableEmbeddedSkins="False" Skin="Expert" EnableEmbeddedBaseStylesheet="False" Width="100px" SelectedDate='<%# Eval("ReviewDate") %>' >
<DateInput EnableEmbeddedSkins="False" LabelCssClass="radLabelCss_Expert" Skin="Expert" DateFormat="dd/MMM/yyyy"></DateInput>
<Calendar EnableEmbeddedSkins="False" Skin="Expert" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" ViewSelectorText="x" FastNavigationNextImage="~/App_Themes/Expert/Calendar/fastNavRight.gif" FastNavigationPrevImage="~/App_Themes/Expert/Calendar/fastNavLeft.gif" NavigationNextImage="~/App_Themes/Expert/Calendar/arrowRight.gif" NavigationPrevImage="~/App_Themes/Expert/Calendar/arrowLeft.gif"></Calendar>
<DatePopupButton CssClass="radPopupImage_Expert" HoverImageUrl="../App_Themes/Expert/Calendar/datePickerPopupHover.gif" ImageUrl="../App_Themes/Expert/Calendar/datePickerPopup.gif"/>
</telerik:RadDatePicker>
</div>
Thanks
Andy
Hi,
I am using CustomizingRadProgressAreaUI radUpload. Also I am using the UI from CustomizingRadUploadUI.
In the UI it is referring to the Removebutton Image.
aspx Code is as below:
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td>
<rad:radupload SkinsPath="~/RadControls/Upload/Skins" id="Radupload1" runat="server" initialfileinputscount="1" />
<rad:radprogressarea id="RadprogressArea1" runat="server" displaycancelbutton="True"></rad:radprogressarea>
</td>
<td>
<div style="float:right;margin-right:9px;height:132px;width:250px;" class="module">
<asp:label id="labelNoResults" runat="server" visible="True">No uploaded files yet</asp:label>
<asp:repeater id="reportResults" runat="server" visible="False">
<headertemplate>
Uploaded files:
<br /> </headertemplate>
<itemtemplate>'<%#DataBinder.Eval(Container.DataItem, "FileName")%>'
( '<%
#DataBinder.Eval(Container.DataItem, "ContentLength").ToString() + " bytes"%>'
)<br />
</itemtemplate></asp:repeater>
</div> </td></tr> </table>
<asp:button id="buttonSubmit" class="RadUploadButton" runat="server" text="Submit" />
in .cs for handling UI of the RadUpload I have written code as below:
Radupload1.ControlObjectsVisibility = ControlObjectsVisibility.None;
//Radupload1.ControlObjectsVisibility = ControlObjectsVisibility.CheckBoxes;
Radupload1.ControlObjectsVisibility |= ControlObjectsVisibility.RemoveButtons;
//Radupload1.ControlObjectsVisibility |= ControlObjectsVisibility.ClearButtons;
Radupload1.ControlObjectsVisibility |= ControlObjectsVisibility.AddButton;
//Radupload1.ControlObjectsVisibility |= ControlObjectsVisibility.DeleteSelectedButton;
BindResults();
I have following question:
1) I want to change look and feel of the UI , bychanging positioning of the of the remove button in the same line where Add button.
2) Also, I want there should not be any Add button and when user will click on browse button and select any image then , this should automatically add new row at the bottom insted of user clicking on Add button. How can I achieve this?
3)The remove button which is at the right side of the browse button, I want to change the positioning of that button and want to place it at the left side.
How can I implement all above three.
Please Reply.
<telerik:RadGrid ID="RadGridInstalled">
<
MasterTableView>
<CommandItemTemplate>
<telerik:RadToolBar ID="RadToolBarAddSoftware">
<
Items>
<telerik:RadToolBarButton>
<ItemTemplate>
<telerik:RadComboBox ID="RadComboBoxAddSoftware">
To further complicate matters, the radgrid is placed in a usercontrol which is loaded from the main aspx page.
I need the client-side java-script to read the value from the RadComboBoxAddSoftware when a toolbar-button is clicked.
I hope you are able to help me.
Kind regards,
Ronnie
| Error: uncaught exception: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://WEBSITE/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-GB%3a3bbfe379-348b-450d-86a7-bb22e53c1978%3a52817a7d%3a67c678a8%3bTelerik.Web.UI%2c+Version%3d2008.3.1016.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3ad9b95411-03e4-4c33-81c7-6dbd12cc67c3%3a393f5085%3aa9723048%3aa3f85c94%3a39249aa4%3a34f9d57d%3a9703c1f0%3a665c7bcf%3a414de951%3a6f2bcae9%3a604faffd%3a34a10845%3aa444c1be Line: 4712"] |
| Source file: http://WEBSITE/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-GB%3a3bbfe379-348b-450d-86a7-bb22e53c1978%3a52817a7d%3a67c678a8%3bTelerik.Web.UI%2c+Version%3d2008.3.1016.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3ad9b95411-03e4-4c33-81c7-6dbd12cc67c3%3a393f5085%3aa9723048%3aa3f85c94%3a39249aa4%3a34f9d57d%3a9703c1f0%3a665c7bcf%3a414de951%3a6f2bcae9%3a604faffd%3a34a10845%3aa444c1be |
| Line: 6 |
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="typesRadComboBox"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="typesRadComboBox" /> |
| <telerik:AjaxUpdatedControl ControlID="calendarRadScheduler" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| <telerik:AjaxSetting AjaxControlID="calendarRadCalendar"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="calendarRadCalendar" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| <telerik:AjaxSetting AjaxControlID="calendarRadScheduler"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="calendarRadScheduler" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
| <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Transparency="30"> |
| <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' |
| style="border: 0px;" /> |
| </telerik:RadAjaxLoadingPanel> |