Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
111 views
Hi Team,

We have downloaded the RADEDITORFORMOSS 4.5.6.0 version.

It is working intermittently.

Have followed the steps specified in the Installation guide, did a IISReset after the WSP installation.

Can you please share us with the Browser Support for this tool.

Any help would be appreciated.

Thanks
Vandana
Rumen
Telerik team
 answered on 26 Dec 2011
3 answers
268 views
Hi,

Is there an option to FTP uploaded files to another website.
Since we've put the frontend of our CMS at webhosting and Backend on the local webserver, we need to FTP images uploaded by moderators to the actual website. We can do this at the Article Save, but maybe there is an option for it inside the editor.

Can someone help?

With regards,

Sander Wijnen
WNS Development (The Netherlands)
Rumen
Telerik team
 answered on 26 Dec 2011
1 answer
89 views
Hi,

I have a Bar RadChart. The Bar above the threshold will display red color and the part of the Bar below the threshold will display green color. Can this be implemented?

Petar Marchev
Telerik team
 answered on 26 Dec 2011
1 answer
35 views
I am using safari 5.1 and Radcontrol v 2.0

On RADPanel control click event not working on safari, however same functionality work fine on IE8.0

Thanks
Shinu
Top achievements
Rank 2
 answered on 26 Dec 2011
1 answer
39 views
I am using safari 5.1browser and Radcontrol  for my asp.net application
RadPanel Product Version 4.3.6.0
AJAX Control 2.0

On RadPanel control click (server side event) not working on safari, however same functionality works fine on IE8.0

Please let me know solution for same.

Thanks in advance.


Princy
Top achievements
Rank 2
 answered on 26 Dec 2011
2 answers
117 views
Hi Guys,

I am Using Rad Filter In My Application.
When i select fields with "Int" datatype and enter non numeric characters (or) empty values  In rad Filter Input Box I am getting Error as
"Input String Not in correct Format : Unhandle exception occured on execution of current web request.."
I am not able to Catch this error or trace the events .

Can any one suggest the way by which i can trace this error and show in a label...
I am using  ASP.net  AJAX Q2.2011

Thanks...!!
Kiran Raj
Daniel
Telerik team
 answered on 26 Dec 2011
2 answers
73 views
Hi:

I have a toolTip. Within it, I have a table with 3 rows. Two rows has an asp:label control in it. One row as an asp:LinkButton in it.  Before the toolTip is shows, how can I get each of those 3 controls and set it's text/value using javascript?

Thanks for your help!
Svetlina Anati
Telerik team
 answered on 26 Dec 2011
3 answers
169 views
I am looking at the the reference online that has this example:
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
   ConnectionString="<$ ConnectionStrings>"
   SelectCommand="SELECT [ID] as [DataKeyID], [ID] as [InsertID], [Name], [Order] FROM [Cities] ORDER BY [Order]"
   DeleteCommand="DELETE FROM [Cities] WHERE [ID] = @ID">
<DeleteParameters>
   <asp:Parameter Name="ID" Type="Int32" />
<//DeleteParameters>
</asp:SqlDataSource>
<telerik:RadListBox ID="RadListBox1"
   runat="server"
   AllowAutomaticUpdates="true"   
   AllowTransfer="true"
   TransferToID="RadListBox2"
   AutoPostBackOnTransfer="true"
   DataKeyField="DataKeyID"             
   DataTextField="Name"  
   DataValueField="ID"                
   DataSourceID="SqlDataSource1" >
</telerik:RadListBox>

If you want to use the field, bound to the DataKeyField of the first RadListBox in the InsertCommands of the second ListBox, select it twice in the SelectCommand and give them different names. Then use the first one for the DataKeyField of the first RadListBox, and the second one for the InsertCommand of the second RadListBox.

Here is an example:

2. In the second RadListBox:

  • Set the AllowAutomaticUpdates="True" (so the DataSource is updated automatically)
  • Make sure that the DataSource has its InsertCommand set.

Here is an example:

     

<asp:SqlDataSource ID="SqlDataSource2" runat="server"
   ConnectionString="<$ ConnectionStrings>"
   SelectCommand="SELECT [ID], [Name], [Order] FROM [Cities] ORDER BY [Order]"
   InsertCommand="INSERT INTO [Cities] ([Name], [Order]) VALUES (@Name, @Order)">
<InsertParameters>
   <asp:Parameter Name="Name" Type="String" />
   <asp:Parameter Name="Order" Type="Int32" />
</InsertParameters>
</asp:SqlDataSource>
<telerik:RadListBox ID="RadListBox2"
   runat="server"
   AllowAutomaticUpdates="true"  
   DataKeyField="ID"            
   DataTextField="Name"  
   DataValueField="ID"                
   DataSourceID="SqlDataSource1" >
</telerik:RadListBox>


However I am failing to see where the [InsertID] column value is actually used in the second data source.  Could you clarify this?  This is exactly what I need to do for the project I am working on.

Thanks
Bozhidar
Telerik team
 answered on 26 Dec 2011
1 answer
81 views
I have an aspx page that include an ascx (bulletin.ascx) and also I'm using a RadToolTipManager
and loading its panel on OnAjaxUpdate. It works fine.
On that event I do somethig like this
Dim ctrl As Control = Page.LoadControl("/News/Bulletin/Bulletin.ascx")
panel.ContentTemplateContainer.Controls.Add(ctrl)
Dim myBulletin As ASP.Bulletin = DirectCast(ctrl, ASP.Bulletin)
ctrl = Nothing
 
myBulletin.showThisNews_IDNews = elementID
myBulletin.setCssStyleSheet = "/Preferences/News/Style/Bulletin/bulletinStyles.css"

it does not take the stylesheet (i guess it is too late)

so my problem is:
how to set a stylesheet on the RadToolTipManager? considering i also have the same ascx control, shown in the tooltip, somewhere else on the aspx page with a different stylesheet(this works)

hope it's clear.

ASPX
_
calendar with radtooltipmanager showing myAscx(1)
_
inlcuding myAscx(2)

each one sets a different style sheets

Thanks

Svetlina Anati
Telerik team
 answered on 26 Dec 2011
4 answers
100 views
Hi,

I have a RadWindowManager.

In the code behind I create a new window after a button click and set the OffsetElementID together with an animation effect (fade)

The animation effect does not seem to work whenever I use the OffsetElementID.

Has anyone come across this before?

Thanks.
Dobromir
Telerik team
 answered on 26 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?