Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
94 views
Hi,
I have a rather complex RadScheduler setup with resource (Personnel) grouping setup.
When in business hours mode (ie nothing displayed after 5PM) an indicator icon appears in the middle column to indicate that a task is outside of the visible range. The issue is that it appears in a resources column and hence appears to be for that resource.
Upon expanding to 24hour mode it is quite clear it is with another one.

This becomes more confusing in the same scenario but in week mode. In this case the same personnel has 3 days with appointments after 5PM. This then adds 3 arrow icons to the screen to indicate this. However none of the icons appear under the correct resource. This is rather hard to screenshot due to the width of the window, hopefully you get the idea from the day case.

Should the icons appear in the correct column? And if not I feel that this would be a good enhancement to implement in the future.

Thanks,
Matt
Plamen
Telerik team
 answered on 25 Jul 2013
1 answer
89 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
118 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
131 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
135 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
91 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
593 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
134 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?