Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
135 views
I have a export button in the command template of a radgrid. I got it working by adding the postback function programmatically everything works great, unless the results in the grid are filtered, then it does nothing. Any suggestions on where to look would be greatly appreciated.
Daniel
Telerik team
 answered on 01 Feb 2010
3 answers
283 views
hi guys
How i can retrive just text without HTML code in RadEditor?
wanna show just text of radeditor in lable

for ex:
in rad:
Hello.<br>
<div>Goodbye</div>
wanna show : Hello GoodBye

Tnx Support team




Schlurk
Top achievements
Rank 2
 answered on 01 Feb 2010
4 answers
106 views
Hi all,

I have found a problem with the ComboBox when placing the page form inside other elements. In my example I have placed the page form in an ASCX control. I have to do it that way because of the CMS I'm using.

The div outside the page form has a specific size and is centeret on the page.

Apparantly the ComboBox drop down is positioned from the page form. This means that the dropdown now appears way to the right of it's intended position.

What do I do?

ASPX Page:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="HourKid_Usercontrols.WebForm1" %> 
 
<%@ Register Src="WebUserControl1.ascx" TagName="WebUserControl1" TagPrefix="uc1" %> 
<!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> 
  <div style="width: 500px; height: 500px; margin: 0 auto; position: relative;"
    <uc1:WebUserControl1 ID="WebUserControl11" runat="server" /> 
  </div> 
</body> 
</html> 
 

ASCX Control
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="WebUserControl1.ascx.cs" 
  Inherits="HourKid_Usercontrols.WebUserControl1" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<form id="form1" runat="server"
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"
</telerik:RadScriptManager> 
<div style="padding: 100px;"
  <div style="float: right; position: relative;"
    <telerik:RadComboBox ID="RadCbShareMail" ValidationGroup="Share" runat="server" AllowCustomText="true" 
      Skin="Vista" EmptyMessage="sdfsdf" DataTextField="Email" DataValueField="Email" 
      ChangeTextOnKeyBoardNavigation="true" MarkFirstMatch="true"
      <Items> 
        <telerik:RadComboBoxItem Text="sdfa" /> 
      </Items> 
    </telerik:RadComboBox> 
  </div> 
</div> 
</form> 
 


steve matheson
Top achievements
Rank 2
 answered on 01 Feb 2010
3 answers
111 views
I'm putting an Advance Form together and need to put the recurrence panel on a new tab (the form already has a tabstrip).

Am I right in thinking that the visibility of the recurrence panel and the magic that takes place when you select the various options is all hidden in the AdvancedForm.js file?

How badly will I have to break the existing code to get the recurrence tab to work? Will I be able to get it to work at all?

--
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 01 Feb 2010
4 answers
158 views
I have a scheduler with a custom AdvancedForm.

The thing is that that the "All Day" and "Recurrence" checkbox's functionality only works the first time the form is loaded.

Running the form through FireBug, I notice that the second time the form is loaded, the following console message appears ...

XUL box for div element contained an inline link child, forcing all its children to be wrapped in a block.
http://localhost:4591/Collaborate/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-GB%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3a603d133a-f943-435d-a80d-57457cc55f4a%3a16e4e7cd%3aed16cbdc%3af7645509%3a86526ba7%3a874f8ea2%3a11a04f7e%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3a8e6f0d33%3a6a6d718d%3aa7e79140%3aa51ee93e%3a59462f1%3ae524c98b%3a650fdad%3aef9d9f4a%3a19620875%3a39040b5c%3af85f9819%3a33108d14%3abd8f85e4
Line 5117

Is this related to my problem or just a coincidence?

--
Stuart
T. Tsonev
Telerik team
 answered on 01 Feb 2010
3 answers
143 views
How do I specify for a custom dialog to display the close button like for the Document Manager dialog?
Please help me with this!
Rumen
Telerik team
 answered on 01 Feb 2010
5 answers
130 views
Hi.  Please consider the following scenario:
  • I have several RadGrids on a page.
  • I am using the RadAjaxManager.ajaxRequest method from Javascript.
  • In my code-behind, I respond to the AjaxRequest event, and then.....
  • .... depending on the Argument, I wish to update one of the RadGrids.

In order to ensure my AjaxRequest causes an update on the page, I understand that I have to add the AjaxManager itself as the initiating control, and then add the RadGrids as the updated controls.  However, I don't want to update them all every time I raise the AjaxRequest event.  I only want to update the grid that is affected.

Any suggestions?
Thanks,
Murray

Murray MacBeath
Top achievements
Rank 1
 answered on 01 Feb 2010
4 answers
284 views
Guys,
I have a tooltip manager and it work great. I have  list box with some link in the item template that are target controls. The problem that I’m having is that when I add radeditor to the page (I have 2 instances in my case) all the sudden when I hover over my target link I get 1-1.5 seconds delay. Even when I’m not loading  anything  (onAjaxUpdate handler has no code in it). Is there something I can do to stop this from happening?

<telerik:RadToolTipManager runat="server" ID="radTTMgr" Position="BottomCenter" RelativeTo="Element" 
    Width="180px" Height="100px" Animation="None" HideEvent="LeaveToolTip"  ShowDelay="0"   
    ShowEvent="OnMouseOver" OnAjaxUpdate="OnAjaxUpdate" Skin="SomeCustom"   
    EnableEmbeddedSkins="false">  
</telerik:RadToolTipManager> 

Thank you.
Svetlina Anati
Telerik team
 answered on 01 Feb 2010
2 answers
67 views
I have a website using the rad controls but they are not viewing properly in IE 8. I have attached an image to show what I mean. Can I download and update or something to fix this? 
Web Services
Top achievements
Rank 2
 answered on 01 Feb 2010
2 answers
67 views
Any reason the graphics on the nodes are not connecting?  It doesn't matter what Skin (including customized skins) I use, the nodes are not connecting. 

Please find attached image.
Xao Xiong
Top achievements
Rank 1
 answered on 01 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?