Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
110 views
Hi,
We are experiencing something I am unsure if it is a bug or a limitation in RadEditor.

Here are the steps to reproduce
1. In desing mode, insert a "select" form element
2. Click on the newly inserted "select" element
3. The property panel is empty; the properties of the select element cannot be edited (name, id, witdth, height, tooltip, etc) .

This behavior can be reproduced in the current online demos. It is the same in ie6 and ie8.

Are the properties editable in any way? Also, is there any mean for the user to edit the options available in the select control ?

Thanks !
Rumen
Telerik team
 answered on 17 May 2011
4 answers
77 views
Hi
I am using file download control in my Edit Popup as given below;
<input type="file" id="file1" runat="server" name="file1" />

But when i try to  get the value from the control i am getting null value though i selected the desired file i want to download.
string fileName = (e.Item.FindControl("file1") as HtmlInputFile).PostedFile.FileName;

I am also not able to empty validation with traditional asp.net required field validator. But in normal form it works fine as desired.
So please let me know how to get and validate the value from filedownload control as soon as possible

-thanks
John John
Top achievements
Rank 1
 answered on 17 May 2011
1 answer
108 views
I'm just curious, but are the images that are used in the demos available for download or are they installed somewhere when installing teh controls? I know in the older, non-AJAX versions, all the skins had all the toolbar button images, but that doesn't appear to be the case anymore.

Thanks,
Adam

Kate
Telerik team
 answered on 17 May 2011
1 answer
112 views

We are using the RAD chart and love it.  We are having a problem displaying XML data in non file format.  If we save the XML file the chart populates correctly, if we try using an object, we get :

 

“There is no or empty series”

Here is our code, any help would be appreciated:

We have to bind RadChart.

…..

Dim resp As HttpWebResponse = DirectCast(req.GetResponse(), HttpWebResponse)

Dim reader As New StreamReader(resp.GetResponseStream())

Dim d As New XmlDocument()

d.LoadXml(reader.ReadToEnd())

reader.Close()

d.Save(Server.MapPath("xmlFiles/Expense.xml"))

RadChart1.DataSource = Server.MapPath("~/xmlFiles/Expense.xml")

RadChart1.DataBind()

 

This is works, but if I try to bind without save xml file (d.Save(Server.MapPath("xmlFiles/Expense.xml"))) :

…..

Dim resp As HttpWebResponse = DirectCast(req.GetResponse(), HttpWebResponse)

Dim reader As New StreamReader(resp.GetResponseStream())

Dim d As New XmlDocument()

d.LoadXml(reader.ReadToEnd())

reader.Close()

RadChart1.DataSource = d.OuterXml

RadChart1.DataBind()

Tsvetie
Telerik team
 answered on 17 May 2011
1 answer
91 views

In radeditor, in design view,
When i highlight a hyperlink and set the color, it does not change. This is not the case in IE.
radeditor in firefox adds a font tag on the outside of the hyperlink where IE adds the font tag to the inside of the hyperlink.
When the font tag is on the outside of the hyperlink it gets ignored by all browsers.

How can I use firefox to conveniently change the font color of a hyperlink???

FIREFOX

<font color="#92d050"><a href="http://www.google.com/">click here</a></font>


IE
<a href="http://www.google.com/"><font color="#92d050click here</font></a>

Trevor
Rumen
Telerik team
 answered on 17 May 2011
1 answer
82 views
Hi
I need to set some string values for my chart X-Axis, Is this possible? I'm using 2010 Q1 Components.
Would you please help me in that? 
Shinu
Top achievements
Rank 2
 answered on 17 May 2011
1 answer
50 views
Hello,

I've got a problem with filtering string field using "between" and "not between" options from the standard available filter list. It just throw exception like "Operator '>=' incompatible with operand types 'Object' and 'String' (at index 20)"
ne.
I looked around the forum and I found out it can be "EnableLinqExpression" issue. So I add to my radGrid ( on the aspx page)
EnableLinqExpression=false. And all works fine!

Unfortunately another filter for the datetime field stoped working with "between" and "not between" options. This particular field filtering is handled separately by "OnItemCommand" (to allow filtering date without time).

What could be the best solution for this problem?

My telerik version is: 2008.3.1125.35

Thanks in advance,
Tom
 
Pavlina
Telerik team
 answered on 17 May 2011
1 answer
130 views
Hello,

I am opening an aspx page from a hyperlink in a RadWindow with the following markup:

 

<telerik:RadWindowManager ID="rwmCustomer" runat="server" ReloadOnShow="true" EnableViewState="false">
<Windows>
<telerik:RadWindow ID="rwCustomer" runat="server" Title="Find a customer" OpenerElementID='<%# Me.lnkCustomer.ClientID %>' NavigateUrl='<%# Me.lnkCustomer.NavigateUrl %>' />

 

 

</Windows>

 

</telerik:RadWindowManager>

 

<asp:HyperLink ID="lnkCustomer" runat="server" ToolTip="Search for a customer" NavigateUrl="someurl.aspx" />

The RadWindow opens up correctly in both IE 7 and Firefox 4.0.1. However, in Firefox, despite having MaintainScrollPositionOnPostback set to "true", the page scrolls back to the top but the RadWindow opens however far down the page the lnkCustomer link is placed, which means that users only see the very top of the RadWindow. Because the original page cannot be scrolled while the RadWindow is open, users therefore cannot use the RadWindow properly.

I would be grateful for any assistance.

Thanks in advance.

Georgi Tunev
Telerik team
 answered on 17 May 2011
1 answer
91 views
hi,

    when i create a non recurrence Appointment ,i can get the edited value with the code


    description = e.ModifiedAppointment.Description.ToString();

how can i get the edited value of  Recurrence appointment when updated
Veronica
Telerik team
 answered on 17 May 2011
1 answer
218 views
hi
i have a problem with this.

i have this code in the code behind = 
string href = @"<a class='tituloGrisClaro' href=""javascript:__doPostBack('getProduct','";

and  
this in the page load. 
  string argument = Page.Request.Params["__EVENTARGUMENT"];
  string target = Page.Request.Params["__EVENTTARGET"];

but the argument  and target always is empty

is there a way to reconcile telerik whith this?
thk

Georgi Tunev
Telerik team
 answered on 17 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?