Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
138 views

Hello, 

I've got a problem with opening a pdf wich is generating by the function ExportToPdf() of the radgrid.

The pdf opens correctly in adobe acrobat reader, adobe viewer, foxit reader and some other pdf programs.
Yet there are some pdf programs which opens a pdf and displays nothing or give an error
with following message. "error rendering page invalid stream filter" like PDF Studio.

Does someone had the same problem. If yes what's the solutions to this problem.

Thanks!!!!
Mira
Telerik team
 answered on 30 Nov 2011
12 answers
520 views
hi, i have a radgrid that i am progratically adding a grouping to. i am trying to change the column widths, but it is not applying the changes, the columns are the size of the data or column headr, which ever is the wider (f the content is a data it's 10 charactes for example)

i have not set a width for the grid itself,

i have even tried this on prerender for the grid:

RadGrid1.MasterTableView.Columns(1).HeaderStyle.Width = System.Web.UI.WebControls.Unit.Pixel(500)

RadGrid1.MasterTableView.Columns(2).HeaderStyle.Width = System.Web.UI.WebControls.Unit.Pixel(500)

RadGrid1.MasterTableView.Columns(3).HeaderStyle.Width = System.Web.UI.WebControls.Unit.Pixel(500)

RadGrid1.MasterTableView.Columns(4).HeaderStyle.Width = System.Web.UI.WebControls.Unit.Pixel(500)



and it is not applied the fist 5 columns are about 20-50px depending on what the data is
Remco
Top achievements
Rank 1
 answered on 30 Nov 2011
2 answers
77 views
Hi,
   I have small problem and expecting solutions from Experts.
I'm trying to use this link as reference
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/contextmenu/defaultcs.aspx

When user creates a folder in to tree view using Context menu, same folder should be created in server side. Here Problem is, when user creates a new folder it directly goes to Edit mode. when user changes name from New Folder to some name <Name> then i have to track that change and the same change i have to apply at server side folder also. so that Folders which are listed in to Client side and folders in server side will be in sync.

Thank you so much in advance for whoever solves my problem. :)
Vinoth
Top achievements
Rank 1
 answered on 30 Nov 2011
1 answer
71 views
Hi

I write

background

 

: url(/Images/signUp_bg.png) no-repeat;

and the editor rewrites to

 

background

 

: url(/images/signup_bg.png) no-repeat;

Lower caps.

 

The problem is that the company decided to host pour asp.net site on linux servers ruuning virtual windows servers, and the caps are important cause the hosted pages cannot find the images, is there a way to prevent caps formatting for the styles in the rad editor

thanks

Rumen
Telerik team
 answered on 30 Nov 2011
3 answers
105 views
I have 3 tab.
In all tabs I have RequiredFieldValidadtor.
Steps:
1- fill all fields of Tab1.
When click to change Tab2 doest not work.
If i comment RequiredFieldValidator of tab2 , is work.

What is the problem?

July
Top achievements
Rank 2
 answered on 30 Nov 2011
1 answer
169 views
Hi,

I have a Radscriptmanager in my master page. On pages not using any RadControls I receive 'Telerik' is undefined, but on pages that are using RadControls everything works fine. Any ideas what's causing this?

Best Regards
//H
Kalina
Telerik team
 answered on 30 Nov 2011
1 answer
58 views
Hello -

I need one of the editor fixes in the latest internal builds. Is there a planned date for releasing a Q3 service pack which will include this?
Rumen
Telerik team
 answered on 30 Nov 2011
1 answer
66 views
Hi

When we upload image in rad editor and give it height and width it render like
<img src="abc.jpg" style="height:100px; width:100px;">

but in your demo we find it render like

<img src="abc.jpg" height=100 width=100>

Actually we are using this html for mailing purpose so we wand the rendering like it does in your demo.

so please help me to find how can i set my editor so that it render like your demo
Rumen
Telerik team
 answered on 30 Nov 2011
1 answer
39 views

I have implemented CoverFlowMode using Radrotator, as there are huge records I am implemeting paging manually using RadAjaxManager Ajax Request on button click.

But the RadRotator is not getting updated with next records using RadAjaxManager. How can I update Radrotator CoverFlowMode  with RadAjaxManager.

Below is the code
aspx file code

<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">

 

<script type="text/javascript">

 

function ClientClicked() {

$find(

<%= rmStudentList.ClientID %>").ajaxRequest("NEXT");
return false;

 }
</script>
</telerik
:RadCodeBlock >

 

 

 

<div class="mainDiv">
<asp:Panel ID="RotatorWrapper" runat="server" CssClass="rotWrapper">

<telerik:RadRotator ID="RadRotator1" runat="server" Width="748px" ItemWidth="150"

ScrollDirection="Left, Right" Height="233px" ItemHeight="113" ScrollDuration="500"

FrameDuration="2000" PauseOnMouseOver="false" RotatorType="CoverFlow" InitialItemIndex="4"

OnClientItemShown="OnClientItemShown" OnClientItemClicked="OnClientItemClicked"

CssClass="RemoveRotatorBorder">
<ItemTemplate>

<asp:Image ID="Image1" runat="server" ImageUrl='<%# GetImagePath(Eval("ImagePath")) %>'

AlternateText='<%# Eval("LastName") %>' />

</ItemTemplate>

</telerik:RadRotator>

<input id="Button1" type="button" runat="server" value="Next" onclick="ClientClicked(); return false;" />

</asp:Panel>

</div>

cs file

 

protected void rmStudentList_AjaxRequest(object sender, AjaxRequestEventArgs e)

{

ConfigureRadRotator(RotatorType.CoverFlowButtons);

}

 

 

 

 

 

 

 

Slav
Telerik team
 answered on 30 Nov 2011
3 answers
124 views

Has anyone had an issue where the RAD ToolBar does not display when trying to edit a page? 99% of our website authors have no issues.

Some users have started to author for the first time and i have 3 cases where their PC/MAC does not display the ToolBar when they click in the Page Content to edit.

But they have tried another PC/MAC and it's fine. Appears to be PC specific in particular these are Windows 7, MAC 
OSX Lion 10.7.1 and OSX Snow Leopard 10.6.8.

Any ideas on where to look or how to resolve? These are new PC's/MAC and we are using RADEditor for MOSS2007 version 2010.3.1317.

Rumen
Telerik team
 answered on 30 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?