Hi Telerik Team,
We are using Telerik AJAX UI control version "2015.3.930.45" in our project. We are using Telerik Image editor in our application and we are facing issue with the eps files to display in Telerik Image editor.
We have tried to display the eps file in Telerik Image editor but eps file was NOT visible in Telerik Image editor. We have tried to open this eps file in a freeware EPS File Viewer (http://epsfileviewer.com/) , in which the said file get displayed properly..
Here is the sample code which we are using in our project:
<telerik:RadImageEditor ID="TelerikRadImageEditor" runat="server" ImageUrl="https://<servername>/<folderName>/<fileName>.<extension>" >
</telerik:RadImageEditor>
Please help us out to resolve this problem.

protected void Page_Load(object sender, EventArgs e) { LinkButton myLinButton = myMasterTemplate.MyButton; myLinkButton.Click += myLinkButton_Click; if (Page.IsPostBack) myGrid.NeedDataSource += myGrid_NeedDataSource ...(more code) }
Overlapping labels and x-axis title.
I added margin to some value also.
For example below code.
<TitleAppearance Text="Lost To Vendor">
<TextStyle Margin="150px" />
</TitleAppearance>​
Please see the attached file.
urgent......
Thanks,
Sreekanth.

I am using the admin lte theme and i picked the bootstrap theme for my date picker but no matter how many times i click on the popup icon the date picker refuses to show.
01.<telerik:RadDatePicker ID="rdDateOfBirth" Style="vertical-align: middle;" MinDate="2006-02-01"02. runat="server" MaxDate="2099-12-16" Culture="en-US" FocusedDate="2006-02-01"03. Width="136px" AutoPostBack="True" SelectedDate="2015-11-12" Skin="Bootstrap">04. <DateInput ID="DateInput3" runat="server" DateFormat="dd-MMM-yyyy" Height="20px"05. AutoPostBack="True" DisplayText="12-Nov-2015" SelectedDate="2015-11-12" value="12-Nov-2015">06.<EmptyMessageStyle Resize="None"></EmptyMessageStyle>07. 08.<ReadOnlyStyle Resize="None"></ReadOnlyStyle>09. 10.<FocusedStyle Resize="None"></FocusedStyle>11. 12.<DisabledStyle Resize="None"></DisabledStyle>13. 14.<InvalidStyle Resize="None"></InvalidStyle>15. 16.<HoveredStyle Resize="None"></HoveredStyle>17. 18.<EnabledStyle Resize="None"></EnabledStyle>19. </DateInput>20. <Calendar ID="Calendar3" runat="server" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False"21. ViewSelectorText="x" EnableKeyboardNavigation="True" Skin="Bootstrap">22. </Calendar>23. 24.<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>25.</telerik:RadDatePicker>Problem is evident when viewing this page in IE11: http://demos.telerik.com/aspnet-ajax/calendar/examples/overview/defaultcs.aspx
Telerik RadControls for ASP.NET Ajax: 2013.3.1015.40
The RadDatePicker likes to stack below the label. It does not do this in Firefox or Chrome.
I was able to get a workaround by pasting the following in my site's CSS file.
.RadPicker { display: inline-table;}Might it be possible to add a demo or provide example code for using Client Templates with the Gantt XML provider?
I have looked at the documentation related to Custom Fields extensively but cannot relate how to use Custom Fields with the XML provider.
With many thanks in anticipation.

I'm following this demo: http://demos.telerik.com/aspnet-ajax/filter/examples/filterinradwindow/defaultcs.aspx for a project I'm working on. The difference is my grid has detail grids. The issue is when I click on anything with a menu on the filters. The selection menu shows behind the window/modal. What's up with that?
Hi,
After upgrading to Q3 SP1 (from Q3), windows can't be moved all the way to the right and bottom of a restriction zone when using ligthweight render mode!
This did work in the Q3 release.
It also works if setting to Classic mode...
It seems like the padding and border of the window isn't taken care of in this case...
Sample:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="window.aspx.vb" Inherits="TestaTredjepartWeb.window" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <asp:ScriptManager ID="s" runat="server"> </asp:ScriptManager> <div> <asp:Panel ID="pnlRestrictionZone" runat="server" Style="width: 700px; height: 500px; background-color: blue"> <telerik:RadWindowManager ID="RadWindowManager1" runat="server"> <Windows> <telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true" AutoSize="true" RenderMode="Lightweight" Title="Hello" NavigateUrl="http://www.telerik.com" VisibleStatusbar="false" RestrictionZoneID="pnlRestrictionZone"> </telerik:RadWindow> </Windows> </telerik:RadWindowManager> </asp:Panel> </div> </form></body></html>
In the sample above, try move the window all the way to the right of the restriction zone, you will notice that there will be an extra space left (same as total padding and border of the window)!
Regards
Andreas