| <telerik:RadSlider runat="server" ID="rsArrivalTime" Length="130" IsSelectionRangeEnabled="true" Skin="Inox" SlideStep="1" ShowDecreaseHandle="false" ShowIncreaseHandle="false" |
| SelectionStart='<%#DataBinder.Eval(Container.DataItem, "ArrivalStartTime")%>' |
| SelectionEnd='<%#DataBinder.Eval(Container.DataItem, "ArrivalEndTime")%>' MinimumValue='<%#DataBinder.Eval(Container.DataItem, "ArrivalStartTime")%>' |
| MaximumValue='<%#DataBinder.Eval(Container.DataItem, "ArrivalEndTime")%>'/> |
-thanks
| protected void ListOfTickets_OnSelectedIndexChanged(object sender, EventArgs e) | |
| { | |
| { | |
| rtsLinqTicketView.SelectedIndex = 1; | |
| rmpResultsDetail.SelectedIndex = 1; | |
| } | |
| } |
protected
override void Render(HtmlTextWriter writer)
I see that all I seem to be getting in the writer argument is the HTML for the RadScheduler control and not the rest of the page. Ie no HTML tag no HEAD BODY etc, just that needed to render the control. Obviously I need the whole page!Hello and apologies for another question regarding the toolsfile. I've trawled the forum but still haven’t found any specific answers.
In our previous installation of RadEditor we had ToolsFile and a ConfigFile. In the Config file we specified many properties but more importantly:
height, width, newlinebr, image/document paths and skin.
So using this config file we were able to control all the RadEditors in our application.
Looking at the new version, it seems it doesn’t have support for ConfigFile, so where can we assign these properties without having to declare them for each RadEditor. Is it possible to do it in the Toolsfile?
I see that ImageManager and DocumentManagers are used, but in the ToolsFile is it possible to specify the paths, as we don’t want to declare them for each individual instance of RadEditor in our app.
All help would be greatly appreciated. Thanks.
