Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
275 views
Hi

I am exporting radGrid data to Pdf format, So while exporting I want to inject my own data ( custom data) into the pdf file.

How can  I achieve this?


Thanks,
Derrick
Top achievements
Rank 1
 answered on 20 Apr 2012
2 answers
106 views
Hi,
I've a grid with some columns that permit filtering, and everything was working fine.

After the update to Web components 2011.2, this functionality continued working well on IE, but on FF the Filter event is not fired.

Any idea?

Thank you

Cristian

Cristian
Top achievements
Rank 1
 answered on 20 Apr 2012
3 answers
113 views
Hi,

I'm having a problem where the text of the <EmptyMessageTemplate> is not centred correctly. My ListBox is inside a Window, which is not visible on the Initial load.

Markup
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="TestListBox.WebForm1" %>
 
<%@ 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">
</head>
<body>
  <form id="form1" runat="server">
  <telerik:RadScriptManager ID="scrpMngr" runat="server" AsyncPostBackTimeout="600">
  </telerik:RadScriptManager>
  <div>
    <telerik:RadWindow runat="server" ID="rdwWin" Height="320" Width="515" Behaviors="Close" Overlay="true" Modal="true" VisibleStatusbar="false" VisibleOnPageLoad="false" Visible="false">
      <ContentTemplate>
        <telerik:RadListBox runat="server" ID="lbSource" Height="200px" Width="260px" AllowTransfer="true" TransferToID="lbSelected" AllowTransferDuplicates="false" AllowTransferOnDoubleClick="true"
          TransferMode="Move" EnableDragAndDrop="true" ButtonSettings-Position="Right" TabIndex="1" AccessKey="y">
          <EmptyMessageTemplate>No items found</EmptyMessageTemplate>
        </telerik:RadListBox>
        <telerik:RadListBox runat="server" ID="lbSelected" Height="200px" Width="230px" AllowTransferOnDoubleClick="true" EnableDragAndDrop="true">
        <EmptyMessageTemplate>No items selected</EmptyMessageTemplate>
        </telerik:RadListBox>
      </ContentTemplate>
    </telerik:RadWindow>
    <asp:Button Text="Show window" runat="server" OnClick="btnShow_Click" />
  </div>
  </form>
</body>
</html>

CodeBehind
namespace TestListBox {
  public partial class WebForm1 : System.Web.UI.Page {
    protected void Page_Load(object sender, EventArgs e) {
      if (!Page.IsPostBack) {
        lbSource.Items.Add(new Telerik.Web.UI.RadListBoxItem() { Value = "1", Text = "some item" });
        lbSource.Items.Add(new Telerik.Web.UI.RadListBoxItem() { Value = "2", Text = "another item" });
      }
    }
 
    protected void btnShow_Click(object sender, EventArgs e) {
      rdwWin.Visible = true;
      rdwWin.VisibleOnPageLoad = true;
    }
  }
}

How to reproduce: Click "Show window" and you see that the 'no items selected' text is in the upperleft corner of the second ListBox. Move an item from the left to the right ListBox, and move it back to the left again. The 'no items selected' text show again, but now it's nicely centered in the ListBox.

Any idea how to solve this?

Thanks,
Danny
Dimitar Terziev
Telerik team
 answered on 20 Apr 2012
2 answers
149 views

Hi!

                While I was converting some regular ASP code to use the Telerik controls, I found a problem with some of our pages. We have a header user control with a logout button, so I want to convert the button to be a Rad Image Button. When I add in a RadButton (or Rad anything) to the header, I get an error that says “The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)“ for some of the pages. I found that it seems to be unhappy with the <%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %> line, or anything that tries to add Telerik controls to the user control. Does anyone have any idea what could be causing this and how to fix it? I’d really like to be able to the Telerik image buttons throughout all of our code. Thanks!

                                Holly

Holly
Top achievements
Rank 1
 answered on 20 Apr 2012
2 answers
111 views
Hello,

Please help me out in binding Radcombo with checkbox from client side with examples...

Code :
 <telerik:RadComboBox ID="radcmdTest" runat="server" >          
                   <ItemTemplate>
                       <div onclick="StopPropagation(event);">
                               <asp:CheckBox runat="server" Checked="false" Text='<%# Eval("Valuedesc")%>' ID="chk"      ClientIDMode="AutoID" onclick="CheckBoxClick(this);" />                                                     
                        </div>
                  </ItemTemplate>                                                        
   </telerik:RadComboBox>


Thanks 
Anand

Ivana
Telerik team
 answered on 20 Apr 2012
3 answers
102 views
Hello,

I'm trying to use RadNotification with WcfService. My WcfService is in an separeted project file. I've added an 'Service Reference' ni my current project to the Web Service. I'm trying to implement this service om my RadNotification but Im receiving to following error:

XmlHttpPanel loading error:
Exception=Method Not Allowed

My RadNotication:
<telerik:RadNotification ID="RadNotification1" runat="server" Width="320" Animation="Fade"
  EnableRoundedCorners="true" Skin="Windows7" EnableShadow="true" Style="z-index: 35000"
  LoadContentOn="TimeInterval" OffsetX="-20" OffsetY="-20" VisibleTitlebar="true"
  WcfRequestMethod="POST" WcfServicePath="~/Service References/ProcessLogServiceRef/Reference.svcmap"
  WcfServiceMethod="GetLogData" UpdateInterval="5000" OnClientUpdating="RadNotificationUpdating">
</telerik:RadNotification>

Javascript
<telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
  <script type="text/javascript">
    function RadNotificationUpdating(sender, args) {
      //alert('Hallo');
    }
  </script>
</telerik:RadScriptBlock>

WcfService:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
using System.ServiceModel.Activation;
 
namespace YBS.Services.SYS
{
  // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "ProcessLog" in both code and config file together.
  [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
  public class ProcessLog : IProcessLog
  {
    public void GetLogData(string sTimeStamp)
    {
    }
  }
}

Can someone help me???

Regards,
  Jos Meerkerk





Marin Bratanov
Telerik team
 answered on 20 Apr 2012
1 answer
166 views
I have radgrid for which I have binded data from code behind, I have two buttons next to my grid control, one moveup button and movedown button. On selecting a particular row on the grid and on click of moveup button I have to move the row up. How do I exchange the rows?
Elliott
Top achievements
Rank 2
 answered on 20 Apr 2012
2 answers
116 views
There are a number of useful parameters to Twitter's Tweet button that it'd be great to set using the RadSocialShare interface, notably the "via" parameter, which tacks on a related Twitter account to the end of a tweet, as in: "Check out this great site! http://www.url.com/ via @GreatSites", and the "hashtags" parameter, which tacks on hashtags. Could wrappers for these parameters be included in the next version of the RadSocialShare control? More information is available on the Twitter dev site: https://dev.twitter.com/docs/tweet-button

Dan
Top achievements
Rank 2
 answered on 20 Apr 2012
5 answers
359 views
Hi there,
I have the following code in the front-end of an .aspx page, running the Q1 2012 version of the RadControls:

<script type="text/javascript">
    function doTweet(sender, args) {
        alert("hey! " + args.get_url());
    }
</script>
 
[...]
 
<telerik:RadSocialShare ID="RadSocialShare1" OnTweet="doTweet" runat="server">
</telerik:RadSocialShare>

And the following in the codebehind, which adds a number of Standard buttons with unique URLs dynamically at page load time:

RadSocialShare1.MainButtons.Clear();
RadSocialShare1.CompactButtons.Clear();
 
[...]
 
RadTwitterButton rsbTW = new RadTwitterButton();
rsbTW.TitleToShare = strTitleToShare;
rsbTW.UrlToShare = strUrlTW; //BitlyApi.ShortenUrl(
RadSocialShare1.MainButtons.Add(rsbTW);

The problem is, the doTweet function never fires, no matter how much or how I click on the Standard tweet button. I notice the same problem seems to happen on the Client-side API demo (http://demos.telerik.com/aspnet-ajax/socialshare/examples/clientsideevents/defaultcs.aspx); the events for the styled buttons are logged, but not the events for the standard buttons. The same happens on Firefox and IE. Can anyone else confirm this? Is this a bug with the current version?
Dan
Top achievements
Rank 2
 answered on 20 Apr 2012
2 answers
152 views
Hey!

I'm having trouble adding RadEditor to the page Dynamically

This is my code:
                            // RadEditor for HTML Editor
                            RadEditor editor = new RadEditor();
                            editor.Enabled = true;
                            editor.ToolbarMode = EditorToolbarMode.Default;
                            editor.EnableAjaxSkinRendering = true;
                            editor.Skin = "Office2010Blue";
                            editor.ContentAreaMode = EditorContentAreaMode.Div;
                            editor.RegisterWithScriptManager = true;
                            objControls.Controls.Add(editor);

Not sure what's wrong.  I'm using SharePoint, but I have configured SharePoint according to this guide: http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html

Thanks!
Rumen
Telerik team
 answered on 20 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?