Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
147 views
When a forecolor (for example, red color) is applied on a hyperlink, the forecolor changes on IE, whereas it does not on FF. I could reproduce this from your demo site as well.

This is how the HTML gets created on both the browsers. Span tag is inside the anchor tag and therefore it works.

IE:
<a href="http://www.google.com"><span style="color: #c00000;">test</span></a>

FF:
<span style="color: #ff0000;"><a href="test">http://www.google.com">test</a></span>

We would like to get this fixed for our customers and can you please give us a workaround?

Thanks, Lakshman
Rumen
Telerik team
 answered on 09 Apr 2009
11 answers
219 views
Hi,
i need to have different color per user resource, i went through the example and it doesnt seem to work, i looked at the ALEX,.BOB,Charlie example on web but i cant quit understand it. can someone show me instruction how i can have a unique color per user resource? ( i have already defined my users and its working well).

Thank you,
Yana
Telerik team
 answered on 09 Apr 2009
3 answers
120 views
Hi,

we try the evaluation version of rad control and for now we like it very much.

i have a problem with the sample related combobox
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultvb.aspx

is it possible to acces selectedvalue ou value properties in code behind ?

the demo work good but if you try to retrieve the selectedvalue, it's always nothing. I just add a button and on the click event try to retrieve the selectedvalue.

I can put the selectedvalue in hiddenfield but if i can retrieve the selectedvalue i'll prefer,

thanks for your help and btw tools and support are very good.

Eric
Veselin Vasilev
Telerik team
 answered on 09 Apr 2009
7 answers
166 views
Is there something extra I need to do to get MOSS Link Manager to work properly?

Other WYSIWYG functionality working fine with MOSS 2007.
Stanimir
Telerik team
 answered on 09 Apr 2009
1 answer
86 views
Hi there,

I just installed the Telerik tools for ASP.NET AJAX the second time since the first installation didn't show any of the new templates/projects. Somehow this issue is still present...

Neither is the menu 'Telerik' in my Visual Studio available nor is there anything 'Telerik'-like when I want to create a new project/website.
I rebooted the system but still no change. Funny though the Toolbox has all new Telerik items???

Please help!

Thanks.
Beat
Sebastian
Telerik team
 answered on 09 Apr 2009
8 answers
145 views
When you interact with the grid at the sample below the ajax calls are shown by dimming the grid with the animation until the call is complete.

http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/sorting/defaultcs.aspx

When I copy the sample into my own application, this behavior goes away.

What else is needed to get the grid to "dim" when ajax calls are being made?

Thanks,
Kevin
Dimo
Telerik team
 answered on 09 Apr 2009
1 answer
49 views
I want just a hyperlink or a button in the first column which has loaded the URL via Javascript:window.open.  We have noticed with 4 grids on the page the postback eats up too much time on a postback.
Princy
Top achievements
Rank 2
 answered on 09 Apr 2009
1 answer
92 views


In the article below it's possible to expande the RadEditor content area vertically. Is this possible using the RadHtmlField? We use 2008 Q3 release and i try to use the attachResizeEvents method described in the article but this doesn't work.

http://www.telerik.com/support/kb/aspnet-ajax/editor/expanding-radeditor-s-content-area-vertically-without-using-scrollbars-to-accommodate-all-content-entered.aspx

Regards Mats
Stanimir
Telerik team
 answered on 09 Apr 2009
1 answer
93 views
I am attempting to select a specific row in my grid in the ItemCreated event handler and am getting an "ArgumentOutOfRangeException" when the selection code is executed.

Following is my code:

Protected Sub radGridProspects_ItemCreated(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles radGridProspects.ItemCreated  
        If TypeOf e.Item Is GridDataItem Then  
            Dim editLink As HyperLink = DirectCast(e.Item.FindControl("EditLink"), HyperLink)  
            editLink.Attributes("href") = "#"  
            editLink.Attributes("onclick") = [String].Format("return ShowEditProspectWindow('{0}','{1}');", e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("ProspectID"), e.Item.ItemIndex)  
 
            If e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("ProspectID") = Session("ProspectID") Then  
                e.Item.Selected = True 
            End If  
        End If  
    End Sub 

I don't seem to run into any problems with the if statement being evaluated properly on line 7 because it enters the if statement without issue.  I get the error when it attempts to set the selected attribute to true on line 8.  I must be missing something...any help would be appreciated.

Regards,
Kenyon
Princy
Top achievements
Rank 2
 answered on 09 Apr 2009
2 answers
181 views
I am using Vista theme for this RadScheduler. I have the following code which is executed during run-time. But the fore color of the appointment does not change.

 If obj_Appoint.Pax >= FnBDALC.GetDALC.GetFnBOutletThresholdByOutletCode(obj_Appoint.Outlet) Then
               objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Red
Else
               objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Blue
 End If

Thanks in advance.
vin
Top achievements
Rank 1
 answered on 09 Apr 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?