Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 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
43 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
51 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
133 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
96 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
188 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
104 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
115 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
0 answers
104 views
Hi all,
I used Splitter Control to develop my Project. I have a problem below:
1/ When the Text is very long=> the scrollbar is shown
2/ We click on the scrollbar and drag down=> 2 splitter is drag too

I want to fix the position of the splitter.

Please view some images in attached file.


Please help me to solve it

Thanks alot
Ky
Top achievements
Rank 1
 asked on 26 Dec 2011
6 answers
142 views

 Hi guys,

I'm facing the following issue on one of our SharePoint Front ends. Here is the what I'm getting in the logs:

Error on page: http://www.oursharepoint.com/_wpresources/RadEditorSharePoint/5.2.0.0__1f131a624888eeed/Resources/CssEditor.css System.Web.HttpException: Request timed out. We have verified the web.config entries using the following intstructions

1.       Instructions 11

2.       Instructions 22

Is anyone having idea why are we facing this issues?

I would appreciate any help


BR
Falak

Rumen
Telerik team
 answered on 26 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?