I am trying to figure out how to reload the parent page of my application from inside of a RadWindow without the RadWIndow closing or reloading. In my application, users have the ability to open up a pop-up window that will list all of their current customers. When they click on the customer's name, the parent window is suppose to load up that particular customer's information.
Here is the code that I have to reload the parent page:
function RefreshParentPage(Url) {
GetRadWindow().BrowserWindow.location = Url;
}
The Url passed in the Url for the customer summary page. This serve as a starting point for drilling down into more detail on a customer.
Right when I run the application, the pop-up appears correctly. When the user clicks on the customer's name, the parent page navigates to the summary page correctly, but the pop-up window closes. I am trying to get the summary page to stay visible until the user actually closes it.
How can I do that?
Thanks,
David
<script type="text/javascript"> function AssignEventHandler() { alert("inside Assign"); var tree = $find("<%= rdTreeVwHIOptions.ClientID %>"); tree.add_nodeClicked(ClientNodeClicked); } function ClientNodeClicked(sender, args) { alert("Node clicked!"); var btn = $find("<%= btnSave.ClientID %>"); btn.disabled = true; } </script>
Pls help me find a solution for this.
Thanks,
Amirtha
<radcb:radcombobox id="EntityList2" runat="server" Skin="WindowsXP" MarkFirstMatch="true" AllowCustomText="true" DataSourceid="MyDataSource" DataTextField="MyTextField" DataValueField="MyValueField" Height="400px" Width="400px" AutoPostBack="True" EnableViewState="false"></radcb:radcombobox><telerik:RadComboBox id="EntityList" runat="server" MarkFirstMatch="true" AllowCustomText="true" DataTextField="MyTextField" DataValueField="MyValueField" DataSourceID="MyDataSource" Height="400px" Width="400px" EnableVirtualScrolling="true" AutoPostBack="True" EnableViewState="false" > </telerik:RadComboBox >Hi, I'd like to know if there is a a method to get the total working time of the day, which is the beginning of the first appointment to the end of the last appointment of the day (including possible pauses between them as work time)
On Day view, i found it easy to get this with client-side scripting, looping though scheduler.appointments, and then inserting it as dom node in the header
However, i can't find how to do this in the week view.
My client do not want to use Month and TimeLine view now but, if possible, I'd like to know how to do this for them too
Thank you very much in advance.
Regards,
Andre
radComboUseStat.Items.Clear(); radComboUseStat.Enabled = false;