Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 views
Paragraphs displayed in my editor appear to have a blank line before them (margin top)  The increased vertical white space confuses users.  They try to delete the white space and mess things up.

Sample   (The lines delineate the paragraphs)

______________________________________________

Paragraph start
______________________________________________

prefer it to look like

______________________________________________
Paragraph
______________________________________________

Rumen
Telerik team
 answered on 25 Jul 2013
1 answer
113 views
asd    
Rumen
Telerik team
 answered on 25 Jul 2013
0 answers
68 views
How to allow to drag node when i start dragging from hyperlink?
This is my template for nodes...

public class TreeNodeTemplate : ITemplate
{
    public void InstantiateIn(Control container)
    {
        Telerik.Web.UI.RadTreeNode node = (Telerik.Web.UI.RadTreeNode)container;
        if (!string.IsNullOrEmpty(node.NavigateUrl))
        {
            HyperLink hl = new HyperLink();
            hl.Text = node.Text;
            hl.NavigateUrl = node.NavigateUrl;
            hl.CssClass = "rtIn";
            container.Controls.Add(hl);
        }
        else
        {
            Label label1 = new Label();
            label1.Text = node.Text;
            container.Controls.Add(label1);
        }
    }
}
Peter
Top achievements
Rank 1
 asked on 25 Jul 2013
3 answers
130 views

I just downloaded the latest ASP component using the control panel, and now my VS2010 projects have blown up with this error

Warning 1 The primary reference "Telerik.Web.UI, Version=2013.2.717.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0". C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets 1578 5 PurePressure
 
I really love the components but I have to be honest they are very problematic and not very intuitive for someone who is trying to learn them.

I just wanted to get the latest version and thinking is would be an easy upgrade and now I am stuck and making no money right now. I bill by the hour and who is going to pay me for this time.


Missing User
 answered on 25 Jul 2013
1 answer
130 views
How to reset telerik:RadTimePicker to NULL or empty after clicking a button on a .ascx user control?

Things that I tried, but not working:

  • Time.Clear(); in code
  • JavaScript - (It works on .aspx, but not .ascx)
 <script type="text/javascript">
     function clearTime(sender, args) {
        $find("<%= Time.ClientID %>").clear();
    }
</script>
<asp:Button ID="btnSave" runat="server" Text="Save" OnClientClick="clearTime"  />
I get this error message:

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).


Thanks

Jayesh Goyani
Top achievements
Rank 2
 answered on 25 Jul 2013
3 answers
86 views
I am currently using the RadScheduler control to manage my own custom Appointments. The DataSource is set to an enumerable collection of my TSAppointment class. All the DataSourceField properties are set to the correct object properties. When I look at the SQL record or object record that is supplying Appointments to the Scheduler, the RecurrenceRule is NULL and the RecurrenceParentID is NULL. However, the appointment rendered on the Scheduler appears as if it were an edited instance in a recurring series. Specifically, it has the icon that looks like the recurring 'arrow' with a slash through it. Subsequently, when I double click to edit, it shows the confirmation dialog asking if I want to edit this instance or the entire series. Am I missing something?
Plamen
Telerik team
 answered on 25 Jul 2013
3 answers
587 views
Hello guys

There is a radbutton inside the content template of the radwindow control. On clicking that button, I displayed a confirmation asking the user whether he need to leave the page and all data will be lost. If the user click yes means, I want to open a new page in the same radwindow. I dont want the window to be closed and again open the desired page which I have already tried. Any alternative?

Thanks & Regards
Henry.
Shinu
Top achievements
Rank 2
 answered on 25 Jul 2013
2 answers
135 views
Hello,

I had an inquiry into whether it is possible to drag and drop an item from a standard ASP.net List Control to a Telerik TreeView Control? If so, could you provide me some sample code or references in which I could follow to do this.

Thanks
Laurence
Top achievements
Rank 1
 answered on 25 Jul 2013
3 answers
131 views
I have a RadChart in a jquery dialog modal that I would like to resize when the user resizes the modal.  I have followed the approach here and have found it works great in Firefox but not in Chrome.  Using the developer tools, I was able to see the error is Uncaught TypeError: Cannot read property 'caller' of undefined
I need to resize the actual chart, and not the image so the client-side approach won't work for me.  How can I get this to work in Chrome?

Thanks!
Ves
Telerik team
 answered on 25 Jul 2013
1 answer
118 views
Why is the skin/styling used for the button on the "Upload"-component different than for the normal buttons?
I would've hoped that the hover-style on the telerik-buttons were the same as used on the Upload-button. Very noticable when using Glow or the new Silk-skin.
Bozhidar
Telerik team
 answered on 25 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?