Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
120 views
Hi,

it seems as if there is a bug in the current upload routine. The method CheckWritePermissions in RadFileExplorer.cs does a validation that will always fail for subfolders of a given uploadpath.

In line 905 where it says
&& uploadFolder[uploadPath.Length] == pathSeparator 

it should rather be
&& uploadFolder[uploadPath.Length -1] == pathSeparator 

otherwise this method will always return false when you're uploading into a subfolder of a given uploadpath string.
Fiko
Telerik team
 answered on 13 May 2009
1 answer
127 views
Hi,
I just installed Telerik demo controls and received the following error:

There was an error rendering the control.  Check to make sure all properties are valid.

I just drag and drop the control to a web user control.

Any ideas?

Thanks,
Fiko
Telerik team
 answered on 13 May 2009
0 answers
98 views
hay all,

i'm trying to customize DNN default menu to something the cilein needs but i couldn't ..
i wanna see if the rad menu could be customized the way i want ...

i want that every root item has it own regular picture & hover picture ..

i.e. i have 5 root menu item (5 regular pictures & 5 hover pictures) ...

i couldn't do that with dnn since the back picture should be common for all root items i guess ...

can i do that with radmenu ?
thanx all in advance

Majd
Top achievements
Rank 1
 asked on 13 May 2009
3 answers
210 views
I have textboxes inside my RadGrid everything is fine apart from the rendering of the text boxes.

I am using a FormDecorator and a SkinManager set to WebBlue, which gives the nice bevelled edges on the corners of textboxes, giving them a rounded feel.

Textboxes outside of a RadGrid on my pages look correct.

However when I use a textbox inside of a RadGrid, the Textbox becomes broken. Its appears that the styling that makes up the rounded edge is fragmented and consists of a line then space then a column with 2 dots(where the rounded edges should be) then a space then another column with 2 dots, then then are the two horizontal lines (top and bottom) of the text box, then once again the fragmented edges for closure.

How can I resolve this problem? Below is an example of one the the columns inside the RadGrid.

<telerik:GridTemplateColumn HeaderText="Limit" UniqueName="Limit"
                                        <itemtemplate> 
                                            <asp:TextBox 
                                                width="50" 
                                                ID="LimitTextBox" 
                                                runat="server"  
                                                Text='<%# Eval("Limit") %>'  
                                            </asp:TextBox> 
                                        </itemtemplate> 
                                    </telerik:GridTemplateColumn> 

MikeL
Top achievements
Rank 1
 answered on 13 May 2009
13 answers
341 views
We are experiencing a high number of formatting and behavourial issues in Firefox for the Telerik Editor, which means our clients can nolonger use Firefox within our CMS system. A support ticket for this was logged months ago but Teleriks response was "The issue is logged in our bug tracking system and todo list with medium priority"

I would be interested to hear what other telerik customers have to say about this issue and how much impact this is having on their application?

The issues we are experiencing are as follows:

RadEditor issues in firefox:

Our Current version of the RadEditor is 7.3.4.0
These issue were reproduced on Firefox 3.0.7

The editor has NewLineBr set to false.

Issue one:

Step 1: Type "Line Number One" and then press enter.
Step 2: Type "Line Number Two"
Step 3. click the "<>" HTML button. The following html is displayed:

Line number one
<p>Line number two</p>
<br />

I would have expected the html to display:

<p>Line number one</p>
<p>Line number two</p>

Issue two:

Step 4: Switch back to Design mode
Step 5: Select all the text and press the delete key
Step 6. click the "<>" HTML button. The following html is displayed:

<br />

Why is the <br /> tag still there?

Issue three:

Step 7: Clear all the text in the HTML editor and switch back to Design Mode.
Step 8: Type "Heading One".
Step 9: Tripple click "Heading One" and apply the H1 style to it.
Step 10: Put the cursor at the end of the "Heading One" line and press enter.

The type is still H1 I would expect it to create a new normal text paragrah after the "H1" line.

Step 11: Type "Heading Two"
Step 12: Tripple Click "Heading Two" and apply the H2 style to it.
Step 13. click the "<>" HTML button. The following html is displayed:

<h1>Heading One
<p>
<h2>Heading Two</h2>
</p>
</h1>
<br />

I would have expected:

<h1>Heading One</h1>
<h2>Heading Two</h2>

Step 14: Switch back to Design mode

The design looks different.

Step 15. click the "<>" HTML button. The following html is displayed:

<h1>Heading One
<p>
</p>
</h1>
<h2>Heading Two</h2>
<p></p>
<br />

What the? How has the html just by switching views. This is closer to what I would expect afterstep 13, but whats with the additional p and br tags?

Issue Four:

Step 16. Clear all the text in the HTML editor and switch back to Design Mode.
Step 17: Type "Line Number One" and then press enter.
Step 18: Type "Line Number Two" and then press enter.
Step 19: Type "Line Number Three" and then press enter.
Step 20: Insert the cursor directly before the "Two" in "Line Number Two" and press enter.

Instead of splitting the line into two paragraphs and setting the cursor before the "Two", the paragraph is split in half and a paragraph is created in between them.

Step 21. click the "<>" HTML button. The following html is displayed:

Line Number One
<p>
<p>Line Number </p>
<p> </p>
<p>Two</p>
Line Number Three</p>

I would have expected:

<p>Line Number One</p>
<p>Line Number </p>
<p>Two</p>
<p>Line Number Three</p>


Issue Five:

I pasted from a word document using the Paste Plain Text. Every paragraph contained double br tags instead of being wrapped in a p tag. This happens despite NewLineBr being set to false.

Rumen
Telerik team
 answered on 13 May 2009
2 answers
98 views
Hi,
I am facing a UI problem with RadGrid. When we select multiple rows of Grid using "Ctrl" key it creates a border on it. This looks bit odd as its border remains there even if i select other row simply(without Ctrl key). Is there some way to avoid it ?

Gurpreet
Gurpreet
Top achievements
Rank 1
 answered on 13 May 2009
1 answer
53 views
Where can I get a copy of the Embedded Stylesheet used in the RadTreeView?

Thanks
Tommy
Paul
Telerik team
 answered on 13 May 2009
0 answers
86 views
Hello,

Without "hacking" my code to do so, is there an easy way to only display an "End Date" for an appointment in the RAD Scheduler? 

Thanks,
Mike
Michael J.
Top achievements
Rank 1
 asked on 13 May 2009
2 answers
106 views
Is there a way to prevent users from dropping docks outside of Zones??? If someone does it throws  "Invalid JSON primitive" error.


Thanks!
Sam
Sam
Top achievements
Rank 1
 answered on 13 May 2009
2 answers
142 views

Hi

I have posted this question but I think it was in the wrong forum (http://www.telerik.com/community/forums/aspnet/editor/radeditor-design-html-preview-buttons-are-disappearing.aspx).

I use RadEditor from Telerik.Web.UI.dll version 2009.1.402.35.

I have a simple page containing a RadTabStrip. Two of the RadPageView contains a RadEditor. This page is displayed into a RadWindow.

I have made a sample of my problem (I could send it if you give me a e-mail address). The code is also in the original question.

The problem I have is that when I press one of the DESIGN, PREVIEW, or HTML button, the RadEditor resizes and I don't see those 3 buttons anymore.

I want the RadEditor to fully fill the tab. And I want the tab to fully fill the Window.

What can I do?

Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 13 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?