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

I have the following situation: I have multiple self-developed Web User Controls (ascx) in my web application. The user controls are holding different logic, for example a rather complex contact form.

Every page's content on the website, is edited throud RadEditor. Now I need a flexible way to dynamically load page content including one, two, three, x of my own custom user controls....

How can i accomplish this in a neat way with the RadEditor?

My own solution is, in the RadEditor's contentarea, to insert a reference to the user control like %%control:MyFancyUserControl%%, and then at runtime search for %%control:MyFancyUserControl%% and load the control when the page is rendered.
Marin Bratanov
Telerik team
 answered on 14 Nov 2014
13 answers
512 views
How can I avoid the dialog box to save?
I want to save the image directly (AllowedSavingLocation="Server") without the dialog.
I'm saving my edited image to the database....
Niko
Telerik team
 answered on 14 Nov 2014
1 answer
118 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
136 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
89 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
111 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
109 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
372 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
107 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
181 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?