Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
189 views

The popup send email dialog asks for a From Address.  And if the sent from address is different, the email is composed with a "on behalf of".  Unfortunately this is causing blocked emails, in particular when the From Address is from AOL and Yahoo.  

AOL and Yahoo have implemented dmarc which prevents sending on behalf of emails.
http://www.dmarc.org/

So ideally, the From address collected on the input page would be the reply to address (not on behalf of).   Is there some way to resolve this/override it?  or is an improvement in the works?

Thanks,
Todd.
Todd A
Top achievements
Rank 1
 answered on 10 Sep 2014
5 answers
239 views
Hi,

We have an issue with the Telerik RadGrid which we believe is linked to this post:
http://www.telerik.com/community/forums/aspnet-ajax/grid/horizontalalign-on-client-columns-reorder.aspx

We have a custom Command Item Template which contains buttons that are shown or hidden within the grid pre render event.

When reordering the columns and then clicking anything that forces an autopost back, the buttons within the command item template are all shown.

I have included a checkbox below our grid:
<asp:CheckBox runat="server" ID="chk_box" AutoPostBack="True"/>

Clicking this after reordering the columns causes the show/hide in our pre render not to have an effect on the visibility of the buttons.

The above post mentions "This is because, with client column reorder, RadGrid rebinds implicitly on the next postback." Is this a bug with the RadGrid and if so has it been fixed?

Please note that setting RadGrid.MasterTableView.ClientSettings.ReorderColumnsOnClient = "false" does not fix the issue for us.

This is an urgent issue for us and any help would be very much appreciated,

Thanks,
Ryan
Maria Ilieva
Telerik team
 answered on 10 Sep 2014
1 answer
111 views
Hello,

I have a progress control working ok; I would like to know how easy it would be to add another progress bar,

For example:

Task 1    - Progress bar

Task 2    - Progress bar

etc..

Many Thanks.

Vessy
Telerik team
 answered on 10 Sep 2014
18 answers
658 views
I have a grid which uses grouping. I would like to implement some functionality that calculates some group-level stats on some of the columns in the grid, however I need to use TemplateColumns, so the built-in aggregates won't work. I am able to do the calculation in the grid's ItemDataBound event, however, at this point in the grid cycle, I don't have access to know which group i am in so the calculations won't be made on a group-level, as I want. Does anyone know how to accomplish this? A simple example would be a grid with a Template column which shows an Integer (the template column is needed for a variety of treasons which aren't pertinent). I would like the group header (or footer) to show a calculation made on this column (such as the number of items in the group which are greater than some fixed value)
Phil H.
Top achievements
Rank 2
 answered on 10 Sep 2014
3 answers
114 views

I am using the latest released version of the control.  In Page_Load I have the following code:

RadFileExplorer1.TreeView.EnableDragAndDrop = true;
RadFileExplorer1.Grid.ClientSettings.AllowRowsDragDrop = true;

It fails on the second line because the .Grid property is null at that point?    If I don't have that code the program seems to run fine.


For reference, I added the above code to the bottom of Page_Load in the program "PhysicalPathFileSystemProvider_Cs.zip"

located at the bottom of the page on http://www.telerik.com/support/kb/details/use-radfileexplorer-with-physical-and-shared-folder-s-paths



Vessy
Telerik team
 answered on 10 Sep 2014
6 answers
84 views
Hello, I have a RadPanelBar that contains a RadPanelItem, similar to the configuration below. Both are assigned IDs with runat=server.

In my code-behind, I am trying to pass the RadPanelItem's clientID to the RadToolTipManager so that the Item will have a nice pretty tooltip on mouse over.

However, passing the RadPanelItem's clientID to the RadToolTipManager does not enable the tooltip -- I found out that the actual RadPanelItem's ClientID is not being assigned correctly -- it appears that the RadPanelItem's ClientID is the same as the RadPanelBar. 

I think this may be a bug, since I am able to pass literally every other control's clientID to the RadTooltipManager successfully, and have the tooltip displayed correctly.

Please advise as to how I can pass the correct RadPanelItem.ClientID to the RadTooltipManager.

ascx code:
<telerik:RadPanelBar width="100%" ID="rdpPanelBar" runat="server" ExpandMode="MultipleExpandedItems">
                <Items>
                    <telerik:RadPanelItem Text="Package" runat="server" Width=100% Value="PackageName" id="rdiPackage">
                        <ContentTemplate>
...
                        </ContentTemplate>
</Items>
                    </telerik:RadPanelItem>
</telerik:RadPanelBar>


code behind (vb net)
Dim item As RadPanelItem = rdpPanelBar.FindItemByValue("Package")
 
Dim test = rdpPanelBarClientID & "|" & rdiPackage.ClientID
 
RadToolTipManager1.TargetControls.Add(rdiPackage.ClientID, True)
 
RadToolTipManager1.Text = test
nismo
Top achievements
Rank 1
 answered on 10 Sep 2014
2 answers
198 views
Hi,

showModalDialog has been removed from Chrome few days ago, possibly from Opera too.

Firefox also warns that showModalDialog  has been deprecated and planed to be removed.

Is Rad Window using that method and will be affected?

or it just might be a possible solution...?


Thanks,
Shay


Shay
Top achievements
Rank 1
 answered on 10 Sep 2014
5 answers
1.8K+ views
So I've seen this thread answered over and over and according to what I've read, this should work no problem. But it's not. I just want to be able to select a record. I also want to enable the rowHoverStyle.

Nothing works. Not sure if it's a setting in my web.config or what. The link below shows that it isn't working and my code is below. The label is supposed to show the row data of the clicked row.

http://www.mydealbinder.com/test.aspx

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<!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">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
    <div>
       <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server">
                    <telerik:RadGrid ID="RadGrid2" runat="server" AutoGenerateColumns="False" OnPreRender="RadGrid2_PreRender"
                        CellSpacing="0" GridLines="None" Skin="Web20" ShowHeader="False" OnSelectedIndexChanged="RadGrid2_SelectedIndexChanged">
 
                        <ClientSettings Selecting-AllowRowSelect="true" EnableRowHoverStyle="true">
                            <Selecting AllowRowSelect="true" />
                            <Scrolling AllowScroll="True" UseStaticHeaders="True" />
                            <ClientEvents OnRowMouseOver="RowMouseOver" />
                        </ClientSettings>
                         
                        <MasterTableView DataKeyNames="ntsID">
                                                        
                            <Columns>
                             
                                <telerik:GridBoundColumn DataField="ntsID" DataType="System.Int32"
                                    Display="False" FilterControlAltText="Filter column column" UniqueName="column">
                                </telerik:GridBoundColumn>
                                <telerik:GridBoundColumn DataField="Expr2"
                                    FilterControlAltText="Filter column1 column" UniqueName="column1">
                                </telerik:GridBoundColumn>
                            </Columns>
                             
                        </MasterTableView>
                         
 
                    </telerik:RadGrid>
                 
                
                    <br />
                    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
                 
                
    </telerik:RadAjaxPanel>
    </div>
    </form>
</body>
</html>
Angel Petrov
Telerik team
 answered on 10 Sep 2014
2 answers
56 views
Hi Support,

The RadEditor's HTML mode doesn't editable in Chrome version 37.0.2062.103 m.

The bug occurs when adding a flash player via Flash Manager into the content and switching into HTML edit mode.

Same issue reproduces in the example page: http://demos.telerik.com/aspnet-ajax/editor/examples/filemanagers/defaultcs.aspx

What could be the issue?

Thanks,
shimiz
Top achievements
Rank 1
 answered on 10 Sep 2014
2 answers
248 views
I'm having a bit of difficulty with the XAxis Labels and YAxis Labels overlaying each other on horizontal bar charts with negative amounts.  I'm still very new to the Telerik controls, so I might be missing something very obvious.  Sorry for the noob question.

When all of the amounts are positive, everything looks great.  However, when I add in a negative amount, the YAxis adjusts to accommodate the values, but the labels get screwed up.

Please see my screen shots for what I mean.

TIA!
Danail Vasilev
Telerik team
 answered on 10 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?