Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views
Hello,

A user can change font/color/background-color of the selected text.

But do you provide a button/tool for a user to change the font/color/background-color of the whole text in the radEditor? I do not mean changing the appearance of the Iframe using CSS, but the apperance of the text returned after a Postback/Callback of the RadEditor.

It can be like adding a body tag with style around the html code.

Thanks for your help

Regards,

Frank Quinty
Rumen
Telerik team
 answered on 01 Jul 2009
0 answers
53 views
Hi,

I have recently downgraded from VS 2008 to VS 2005 and added RadControls Q1 2009 which works fine after I realised that the Telerik.web.ui.dll was  corrupted however I am unable to name any of the Control ids and I can't go along with its default Ids all the way.

Thanking you in advance.
Parodist
Top achievements
Rank 1
 asked on 01 Jul 2009
1 answer
150 views
Is it possible to have an separate CSS class when havi the input onfocus?
like have an other backgoundcolor when clicked in an inputfield.

Or even better, integrate it with validatecontrol and have an errorclass to been showed when the validate returns false on IsValid...

Perhaps this options could be made by another RAD control? Haven´t tried this...
Georgi Tunev
Telerik team
 answered on 01 Jul 2009
1 answer
86 views
Hello,

I am Trying the new EditorSplitButton. It's fine but I do not want to memorize the selected item. I would like to display the items list each I click on the tool , not only when I click on the arrow.

How can I clean (client-side) the memorization of the previous selected item of the EditorSplitButton.

I did not find any client-side documentation about EditorTool.

Thanks for your help

Frank Quinty
Rumen
Telerik team
 answered on 01 Jul 2009
1 answer
144 views
there seems to be a bad delay on page rendering when using the formdecorator.
Any ideas when we can expect this to be resolved. With this kind of delay the control is not usuable.

Thanks
Tervel
Telerik team
 answered on 01 Jul 2009
1 answer
115 views
Hi,

I am new to RAD controls. Using RAD grid i designed a grid with Auto generate Delete and Edit columns and binded my Datasource to it.
Now i would like to change the layout if grid as follows :
1) Move delete , edit buttons to right side ( default left side)
2) And hide the first column ( after delete and edit columns).

How can I do these,,



Veli
Telerik team
 answered on 01 Jul 2009
5 answers
140 views
Hi, I have been having a go at styling the appearance of the grid exports and have a few issues - mostly I am unsure about which e.item in code should be used to target the area I am trying to style. The example only covers general styling.

PDF
 
1. I need to left align one column (my productName column) but can't find a way to target just this column.

2. I would like to put some margin on the bottom of the header / or top margin on first row of the data, but can't see how to do this.

3. I would like to format the Page Title - this must be easy, but again I can't see how to do this.

Many thanks,
Matt
Adam Hubble
Top achievements
Rank 1
 answered on 01 Jul 2009
2 answers
123 views
Hello, I have a webpart with three rad grid controls, I'm unable to get the radAjaxManager to work. I've added the following code OnInit

protected override void OnInit(EventArgs e)  
        {  
            base.OnInit(e);  
            Page.ClientScript.RegisterStartupScript(typeof(ProjectSearchBuilder), this.ID, "_spOriginalFormAction = document.forms[0].action;_spSuppressFormOnSubmitWrapper=true;", true);  
            if (this.Page.Form != null)  
            {  
                string formOnSubmitAtt = this.Page.Form.Attributes["onsubmit"];  
                if (!string.IsNullOrEmpty(formOnSubmitAtt) && formOnSubmitAtt == "return _spFormOnSubmitWrapper();")  
                {  
                    this.Page.Form.Attributes["onsubmit"] = "_spFormOnSubmitWrapper();";  
                }  
            }  
 
            ScriptManager scriptManager = ScriptManager.GetCurrent(Page);  
            if (scriptManager == null)  
            {  
                scriptManager = new RadScriptManager();  
                Page.Form.Controls.Add(scriptManager);  
            }  
            EnsureChildControls();  
        } 

and the following in the OnLoad Event
protected override void OnLoad(EventArgs e)  
        {   
            base.OnLoad(e);  
            ((RadAjaxManager)FindControl("RadAjaxManager1")).AjaxSettings.AddAjaxSetting(FindControl("_btnSearch"), FindControl("ProjectGrid"));  
            ((RadAjaxManager)FindControl("RadAjaxManager1")).AjaxSettings.AddAjaxSetting(FindControl("_btnSearch"), FindControl("RadGrid2"));  
            ((RadAjaxManager)FindControl("RadAjaxManager1")).AjaxSettings.AddAjaxSetting(FindControl("_btnSearch"), FindControl("RadGrid3"));  
        }  
 
I've added the grid controls and the ajax panel to the page in the CreateChildControls().
am I missing something?

thank you,
Phani
Georgi Krustev
Telerik team
 answered on 01 Jul 2009
7 answers
343 views
I would like to know if it is possible to force a a webservice call when expanding a node that has already been expanded.  The reason I want to do this is that the description of certain nodes within our tree contain "counters" and these counters can change on the server from time to time. 

In our previous versino of the tree we allowed users to click on a context menu item calld "refresh" that automatically made a call to the server and refreshed the nodes that were children of this node. Is there an easy way to do this by resetting a flag on the node to indicate that it has not already been populated by the webservice?

Thanks,

Pierre Chew
Atanas Korchev
Telerik team
 answered on 01 Jul 2009
3 answers
174 views
Hi

I have a page which consists of a form/submit button and then a panel which displays the 'results' of the form submission. This asp panel is not visible when the page is first loaded. when the submit button is pressed, the panel is made visible and the results are calculated and shown in the panel. The page is controlled by the ajax manager so that the panel is made visible via a partial postback

 the rad loading panel for the asp panel is not shown when the page is submitted. I thought the answer might be that the asp panel is not visible when the page is submitted. SO i made the asp panel visible when the page is first loaded. The panel then contained labels and a grid without any data in them. The loading panel still was not displayed. However when i explicitly set the size of the panel, the loading panel was then shown. You have to set both the height and the width but then you get the loading panel

This behaviour makes no sense to me. I understand the loading panel not being shown when the panel was not visible but I do not understand why the loading panel was not shown when the panel was visible with controls in it. And i do not understand why setting the asp panel height and width then made the loading panel work.

hope you can clarify this for me

thanks
Dimo
Telerik team
 answered on 01 Jul 2009
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?