Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
150 views

 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.

Vessy
Telerik team
 answered on 17 Nov 2015
16 answers
769 views
I have a page structure like this:

-- Master Page
    -- Page
        -- User Control
            -- RadGrid

In the user control the component structure is like this:

-- <div>
    -- <ajax:ModalPopupExtender>
        -- <asp:Panel>
            -- <telerik:RadGrid>

In my user control's Page_Load method, I have something like:

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)
}

What happens is when I click on the link button the modal window will show up which contains the grid. It works fine except the user control's Page_Load event fires twice. If I comment out the line "myGrid.NeedDataSource += myGrid_NeedDataSource " then it's fine but of course I can't do that. This leads me to believe, internally, NeedDataSource is causing another postback. Is this correct? If so, is there any way to prevent this from happening?

Thanks.

Eyup
Telerik team
 answered on 17 Nov 2015
1 answer
74 views

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.

Vessy
Telerik team
 answered on 17 Nov 2015
1 answer
785 views

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>

Maria Ilieva
Telerik team
 answered on 17 Nov 2015
6 answers
240 views

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;
}


Playing with the developer tools in IE11, I found that every inline option outside of just "inline" worked, but inline-table centered the label on the box.

Maria Ilieva
Telerik team
 answered on 17 Nov 2015
3 answers
136 views

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.

 

 

 

David Sanderson
Top achievements
Rank 1
 answered on 17 Nov 2015
6 answers
155 views
I'm testing the RadDataForm control and I've noticed that it doesn't offer the intellisense for binding methods such as SelectMethod, UpdateMethod, InsertMethod, etc... yet the control does support the functionality of these.  This is confusing and am wondering if this control is fully compatible with .NET 4.5 webform binding scenarios.
Viktor Tachev
Telerik team
 answered on 17 Nov 2015
1 answer
130 views

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?

 

 

Marin Bratanov
Telerik team
 answered on 17 Nov 2015
5 answers
107 views

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">
<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

Marin Bratanov
Telerik team
 answered on 17 Nov 2015
3 answers
166 views
Hi,

in RadEditor included in DNN7 I have two problems.
With the default skin of radeditor I miss the thin border arround tables,
so If I insert a new one I can't even see it afterwards.
By changing the Skin to on other, for example the Vista Skin of the editor,
two images of the toolbar (Insert Media / Save Template) are missing.
You can see the attached screenshot.

How can I work arround?

Thanks, Tobi Langer
Tri
Top achievements
Rank 1
 answered on 17 Nov 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?