Hi,
We currently have a SP2010 farm and I have installed a new SP2013 test farm. Is there any documentation on specific Telerik Web Parts For SharePoint upgrade for this scenario, do I simply run the 2010 installer on the new farm or should I download the 2013 version instead? Some guidance would be appreciated
We have premium support but thought I would try here first
Thanks in advance
Hi,
I am trying to send Slider value to a textbox using AjaxManager. I want the value to be displayed in the textbox OnValueChanged. I do not want to use OnClientValueChanged as I want to use a codebehind method.
The issue is that the slider value is not updated consistently in the textbox every time I drag the slider handle. Sometimes it responds after two clicks or more and sometimes it starts working fine.
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <telerik:RadAjaxManager ID="RadSlider1" runat="server" EnableAJAX="True" > <AjaxSettings> <telerik:AjaxSetting AjaxControlID="DbgSlider1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="Slider1Text" UpdatePanelRenderMode="Inline"></telerik:AjaxUpdatedControl > </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager><telerik:RadSlider runat="server" ID="DbgSlider1" Width="400px" IsSelectionRangeEnabled="false" MinimumValue="0" MaximumValue="50000" Step="5000" OnValueChanged="SetValue" AutoPostBack="true" ShowDecreaseHandle="false" ShowIncreaseHandle="false" EnableDragRange="true" EnableServerSideRendering="true" > </telerik:RadSlider> <dbg:DbgTextBox ID="Slider1Text" runat="server"> </dbg:DbgTextBox>Hello,
My problem is that an appointment that covers multiple days is not displayed correctly in Week View (see WeekView.PNG) while it is displayed correctly in the Monthly View (see MonthView.PNG).
As you can see the appointment does not cover the entire box, does not cover all days for his duration and more is moved to the right. The code in both cases is the same.
For more information I have inspected the item and there is a margin-left which, I believe, has no reason to be there. Also witdh calculated element is obviously wrong (see InspectElement.PNG).
I tried everything, but nothing.
Many thanks for the support.
Andrea
Hi all,
I have a Rad grid with a column template like the following:
<telerik:GridTemplateColumn HeaderText="Actions" UniqueName="Actions"> <ItemTemplate> <div class="sfBasicLangs"> <asp:ImageButton runat="server" CommandName="delete" OnCommand="Delete" /> </div> </ItemTemplate> </telerik:GridTemplateColumn>ClientScript.RegisterStartupScript(this.GetType(), "mailto", "<script type = 'text/javascript'>parent.location='mailto:" + emailToBuffer.ToString() + "'</script>") ;<script type = 'text/javascript'>parent.location='mailto:dana@here.com; '</script>
This is my code:
<telerik:RadFileExplorer ID="attachmentFileExplorer" runat="server" Width="100%" Height="300px" PageSize="10" EnableOpenFile="True">
<Configuration EnableAsyncUpload="true"
ViewPaths="/FOLDER 1/"
UploadPaths="/FOLDER 1/"
DeletePaths="/FOLDER 1/" />
</telerik:RadFileExplorer>

Dear Telerik,
We have problem with selecting value from combo box and drop down list when there are more then 50 values. After selecting one value the focus on next input is slow. We saw that new Kendo version 2015.1.318 (core) have new property called data-index, we are on professional 2014.2.716 version. So can you please tell us how to speed up our project ?
If there is any question please ask.
Thank you in advanced.
