Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views
Is there a way to create a circular border around the gauge as opposed to the wrapper? I'm getting a square border but I would like the border to go around the gauge. I attached an example (gauge1) of what I'm getting and I attached an example (gauge2) of what I am trying to accomplish. Thank you.
Danail Vasilev
Telerik team
 answered on 14 Nov 2014
3 answers
126 views
Setting Enabled = False is not properly styling the RadButton. The disabled="disabled" attribute correctly shows in the generated markup (which causes the correct functionality of it not being able to be clicked); however, the outer anchor tag is not styled with the "rfdInputDisabled" class. I can only reproduce the issue in IE11  (I'm on 11.0.9600.17358). I have a code sample; however, the file filter is not allowing me to attach a .zip file.
Danail Vasilev
Telerik team
 answered on 14 Nov 2014
2 answers
76 views
Hi everybody,

I have an issue with a html chart in IE8. It's an area chart and it display well in Chrome, FF or a modern IE version. But when rendering in IE8 all points and lines are not well placed and almost not visible.

Does anybody got an idea ?

Thanks a lot,
Corentin
Danail Vasilev
Telerik team
 answered on 14 Nov 2014
3 answers
98 views
Hi

Is it possible to preselect item in a radautocompletebox at the time of loading? If possible please help me with some examples?

Thanks
JC
Nencho
Telerik team
 answered on 14 Nov 2014
1 answer
97 views
Hi,

When I click on the header of my grid, the context menu position displays correctly in IE and FF but not in Google Chrome.I debugged the code and saw that showheadermenu method has different values for event.x and event.y  coordinates in chrome and IE  that may be causing a difference.

Please do the needful.
reply soon :)

Thanks in advance .
Angel Petrov
Telerik team
 answered on 14 Nov 2014
4 answers
360 views
Hi,

I've run into an issue when using RadComboBox on SharePoint 2013 application page. When I set the SelectedIndex property in code the combobox renders an empty item (see screenshots) but when the dropdown is opened I can see the item is actually selected.

The SharePoint site wasn't customized and there are not JavaScript errors on the page. Also, this issue is not browser specific, I've tested it in different browsers.

Telerik version: 2014.3.1024.45 

HTML Markup:
<telerik:RadComboBox runat="server" ID="radCombo">
    <DefaultItem Text="Select..." Value="-1"></DefaultItem>
</telerik:RadComboBox>

C# Code:
public partial class TestPage : LayoutsPageBase
{
    protected override void OnLoad(EventArgs e)
    {
        try
        {
            base.OnLoad(e);
 
            if (!Page.IsPostBack)
            {
                radCombo.Items.Add(new RadComboBoxItem("Item 1", "Item 1"));
                radCombo.Items.Add(new RadComboBoxItem("Item 2", "Item 2"));
 
                radCombo.SelectedIndex = 1;
            }
        }
        catch (Exception exc)
        {
 
        }
    }
}

Nencho
Telerik team
 answered on 14 Nov 2014
1 answer
93 views
I have created a radmap using a shapes layer for circles using the earthquake example (http://demos.telerik.com/aspnet-ajax/map/examples/functionality/shapes-layer/defaultcs.aspx). What I would like to do is to add a label to each of the data points that correspond to an autonumber on a radgrid.

Anyone have any ideas on how this can be done?
Konstantin Dikov
Telerik team
 answered on 14 Nov 2014
1 answer
164 views
Hi,

I am using a rad combobox in my web page, as below

<telerik:RadComboBox ID="textboxCombo" AllowCustomText="true" runat="server"></telerik:RadComboBox>

when I just select the combobox value then I will get the selected index value, but when I select the value and then edit , then I am getting the selected index as -1, how can I get the selected index value even if I edit the selected value?

thanks,
Nencho
Telerik team
 answered on 14 Nov 2014
2 answers
418 views
Hello there.

I am still very new to telerik and most code in general, ive been wanting to use the tooltip as a information box. So lets say the user presses a button and submits their data, i want to - in the button event, be able to call the tooltip and show it including a label which i also set the text to from the button press.

So far all ive got is this:
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />

protected void Button1_Click(object sender, EventArgs e) {    LabelStatus.Text = "Tooltiptext";     
// Show tooltip<br>    }


<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" AnimationDuration="300" Width="400px" Height="80px" Animation="Slide" RelativeTo="BrowserWindow" Position="TopCenter" ShowEvent="FromCode" OnAjaxUpdate="OnAjaxUpdate" ShowCallout="true" >
 <TargetControls>
      <telerik:ToolTipTargetControl TargetControlID=
"LabelStatus" Value="LabelStatus" />
 </TargetControls>
</telerik:RadToolTipManager>

I know the target is properly wrong, but ive run to a complete standstill and i hope that someone here can assist me in getting to where i wanna be.

kind regards.
Michael
Marin Bratanov
Telerik team
 answered on 14 Nov 2014
3 answers
90 views
There are some javascripts in my page that are located under TileList control. When I visit the page:

1- TileList is loaded. Each tile has a specific location
2- Scripts are loaded
3- TileList is refreshed. Tile locations are changed

How do I prevent TileList to be refreshed?
Marin Bratanov
Telerik team
 answered on 14 Nov 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?