Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
145 views
How do I change the width of  tool FontName and FontSize?
Ianko
Telerik team
 answered on 17 Dec 2014
4 answers
138 views
Hello,

I want to export scheduler to pdf with a specific format: header (logo and title) + content (the Scheduler) + footer (other information). I try to do it with atributte Stylesheets="Style.css", but it isn't work. Am I doing something wrong?, How can I have a customized pdf?

Thanks,
Regards,
Fer
Fernanda
Top achievements
Rank 1
 answered on 17 Dec 2014
1 answer
80 views
Hello,
   I am looking solution for script error in editor control but can't find anywhere.
The error come when the page are more than 200 and also the string content table format.
Please see attach file. I am using the Child page which use editor control Inherits from Master page which use ASP scriptmanager below:
<asp:ScriptManager ID="_ScriptManager" runat="server">
    </asp:ScriptManager>

The below control I use in design:
<telerik:RadEditor runat="server" ID="RTF1" EnableTextareaMode="false" Skin="Office2007"
                                    Width="99%" Height="500px" AutoResizeHeight="false" StripFormattingOptions="NoneSupressCleanMessage"
                                    ToolsFile="~/Include/XML/WordProcessorEditorTools.xml" OnClientSelectionChange="OnClientSelectionChange"
                                    OnClientLoad="OnClientEditorLoad" OnClientPasteHtml="OnClientPasteHtml">
                                    <CssFiles>
                                        <telerik:EditorCssFile Value="~/EditorContentArea.css" />
                                    </CssFiles>
                                    <SpellCheckSettings AllowAddCustom="true" />
                                    <ImageManager ViewPaths="~/medical_illustration" />
                                </telerik:RadEditor>

Please give me the solution.
I am helpless now because of this script error.
I hope you understand my problem and help me.
Thanks.
Ianko
Telerik team
 answered on 17 Dec 2014
2 answers
213 views
Hi,

Just for tests I put a button on my page and used the code below but it does not seem to cause  a postback of refetch of data using NeedDataSource in code-behind?

function refresh() {
    var masterTable = $find("<%= grdUsers.ClientID %>").get_masterTableView();
    masterTable.rebind();
}
Al
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 17 Dec 2014
1 answer
68 views
When I upload a picture I want it to be scaled down to max width of 400px (according to scale) if a picture is about 1200px wide. How can I do that?
If an image is about 250 px, do nothing.
Kjell
Top achievements
Rank 1
Iron
Iron
 answered on 17 Dec 2014
1 answer
88 views
I have radgrid with custom telerik controls

i need to add  new row from client side




function AddRow(controlName, multirenlgon) {
 
            var grd = $('#' + controlName); // where controlName is the ID
        
            var tbod = grd[0].rows[0].parentNode;
            var newRow = grd[0].rows[grd[0].rows.length - 1].cloneNode(true);
            tbod.appendChild(newRow);
    
       
            var multi = multirenlgon;
         
            EnviaDato('Add', multi, '', '', '', '');
        }



everything is cloned and append but not Events


can you help me?
Konstantin Dikov
Telerik team
 answered on 17 Dec 2014
1 answer
162 views
Hi , 

i wanna help  
i exexute RadEditor tracking changes  , and as u know this feature in radeditor write at html code at the body of  RadEditor 
i wonder how i save the editor text without these changes , 

thanks , 
Marin Bratanov
Telerik team
 answered on 17 Dec 2014
1 answer
51 views
I am trying to use the RadPivotGrid control in my asp.net application (ajax control). But if there are no records to bind, how can i show the "No records found" message in this. ?
Maria Ilieva
Telerik team
 answered on 17 Dec 2014
1 answer
136 views
Hello,

I am evaluating RadGrid for one of my project. For this we are using RADGrid with EditMode="Batch". My client want requirement that "A right mouse click
on “Add New Record” would bring up a menu where you can choose the Grid or the popup window." (as in attached image) . If you choose Grid then it’s in the rad grid. If you choose popup then it would bring up a Popup window for data entry.

I want to know that Whether both option of Grid add/Edit and Popup add/Edit is possible in Batch Edit type grid.
Is it possible to do this? If it is there, then please share a sample demo code for this.
Konstantin Dikov
Telerik team
 answered on 17 Dec 2014
4 answers
301 views
Hi ,
 I am trying to export my grid to pdf, i want to set page number to the exported page.please help..

Thanks,
Ryann

Daniel
Telerik team
 answered on 17 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?