Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
150 views
Hi,

I have a custom dropdown for line spacing. Functionality works fine. users can set the line spacing. But when they select a text which has line spacing custom dropdown does not change to the selected value



How can I set this up depend on the editor selection.

Thanks
Rumen
Telerik team
 answered on 08 Feb 2010
1 answer
57 views
I've updated both the ConfigFile and ListConfigFIle files to not strip the Absolute URLs, but the editor is still stripping them - making all links useless.  Am i missing something?
Rumen
Telerik team
 answered on 08 Feb 2010
3 answers
256 views
Hi!

I tried to use the "paste from Word" Action in our MOSS (v 12.0.0.6510) WCM.
Things I did:

  1. Added <tool name="PasteFromWord" /> to toolsfile.xml
  2. Added <radE:RadHtmlField ID="RadHtmlField1" runat="server" FieldName="PublishingPageContent" DisableInputFieldLabel="true" DisplayWidth="100%" AllowScripts="true" AllowSpecialTags="true"  /> to the Pagelayout.

The button shows up fine on the toolbar now, but it does not work as intended. It just pasts the text directly to the edit field (like the normal paste button). No popup to paste the text like on your demo. Any idea what went wrong? We are using the full version 5.6.0.0 of RADEditor for MOSS.
Stanimir
Telerik team
 answered on 08 Feb 2010
1 answer
95 views
Hi all

I have 3 radajax panels on a page. When the page loads I disable 2 of the radajax panels (2 & 3). When the user clicks on a asp.net button control in radajax panel 1 then I need to enable radajax panels 2 and 3.

I can get the panels to be disabled but cannot get the panels with the controls inside to be enabled again.

I am missing something somewhere.


Chom
Top achievements
Rank 1
 answered on 08 Feb 2010
1 answer
143 views
Hello,

I am having an issue with the ToolTip control.

I have several image buttons on a web page doing different functionality.  One of these image buttons, when clicked, displays a ToolTip which then contains a textbox and regular asp.net button.  

With the ToolTip displayed, if the user clicks (doesn't hit enter) the asp.net button within the ToolTip, it functions as expected and the code behind the asp.net ToolTip button gets executed.  However, when the user hits "enter" (instead of clicking the asp.net button) while the ToolTip textbox has focus, the code from a completely different image button NOT within the ToolTip gets executed.

The problem seems to be that when the ToolTip has focus and the user hits the "enter" button, the wrong code gets executed.  If anything, I would expect the button on the ToolTip to be executed when a user hits the "enter" button.

NOTE:  I have not set any default buttons within my web page by using "Page.Form.DefaultButton".

Any help would be greatly appreciated.

Thanks,
Jason
Svetlina Anati
Telerik team
 answered on 08 Feb 2010
1 answer
115 views
I load some document into RadEditor on page_load.
        protected void Page_Load(object sender, EventArgs e) 
        { 
            if (!IsPostBack) 
            { 
                LoadTemplate(); 
            } 
        } 
        protected void LoadTemplate() 
        { 
            int i = 0; 
            DataSet ds = dsTestDB.GetTemplate(Request.QueryString["templateId"], falseout i); 
            if (i > 0) 
            { 
                RadEditor1.Content = StringUtility.GetString(ds.Tables[0].Rows[0]["Template_Content"as byte[]); 
            } 
        } 

In editor's Design tab, Ctrl+Z will make content undo to what I load on page_load.
But in HTML tab, if I press Ctrl+Z many times, content will undo to empty.
Is there any property to keep HTML content?
Rumen
Telerik team
 answered on 08 Feb 2010
1 answer
87 views
hi,
i want to rename my tabs' names. for example change "Hyperlink" to "New Link" Or "Email" to "Your Email".
i can to hide a tab or rename labels by "ExternalDialogsPath" but i can not rename tabs' names and hyperlink Manager Form's name

is there any way?
tnx
Dobromir
Telerik team
 answered on 08 Feb 2010
2 answers
106 views
I am unable to disable insert mode when the user clicks on edit button, first the user clicks on insert then I am using editforms to insert, the user expands the detail grid and clicks on edit button (in detail grid) without completing the insert operation. In this scenario in order to disable insert I am using the following code in grid item command event to disable insert before enabling the edit but this isn't working.

        If e.Item.OwnerTableView.Name = "DetailTB" Then  
            If e.CommandName = RadGrid.EditCommandName Then  
                RadGrid1.MasterTableView.IsItemInserted = False 
            End If  
        End If 

it is not throwing any error, it is setting the IsItemInserted property but not disabling the insert mode

any suggestions !!!!!

--
Kevin
Kevin
Top achievements
Rank 1
 answered on 08 Feb 2010
1 answer
107 views
Hello,

This is a post to inform everyone, that there is a new control suggestion in PITS regarding RadButton.

After viewing the forum, I have seen many people asking for this control.

The issue number is 944  (ASP.NET AJAX - Not Scheduled)

RadButton - PITS

Please vote and lets hope this control will make in  !
Stephane Zanoni
Top achievements
Rank 1
 answered on 08 Feb 2010
2 answers
52 views
A feature demonstrated in the telerik silverlight demo for grids is change notification. There, when you update the grid, the new data is immediately reflected in the form above the grid. Do any of the asp.net or ajax controls offered by telerik offer that kind of functionality?

What I'm interested in is the ability to have updates committed by other users immediately forwarded to other users, in a grid or form. Is that a silverlight/wpf only capability? As far as I could tell, the questions here in the forums around change notification were centered on wpf and the charting control.
deneb
Top achievements
Rank 1
 answered on 08 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?