Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
48 views
Hi,

I hvae used rad scheduler in my application. It shows appointment to users.
The workdaystarttime is 8:00 am and workday end time is et to 5:00 PM.

After 5 PM, if user goes to check the calendar for appointment, scheduler changes date to next day.
i.e. If today is August 21st 2012, and I check the calendar for appointments after 5 PM today say at 5:10 PM, scheduler will show me date as August 22nd 2012.

I tried to change workdaystarttime and end time to 00:00:00 and 23:59:00 respectively. However it doesn't work.

How can I fix this issue?

Thanks,
Aditi
Aditi
Top achievements
Rank 1
 answered on 23 Aug 2012
3 answers
133 views
I am using Telerik rad scheduler for scheduling course time table for a week. It is working fine with any browser except IE7. The scheduler is working with IE8 and higher versions.
I have attached rad scheduler images both rendered in IE7 (ie7scheduler.png)  and IE9 (ie9scheduler.png). I am using rad dll of the version 2011.1.519.35.
Please help me to resolve this issue.
  
Peter
Telerik team
 answered on 23 Aug 2012
3 answers
83 views
We're having an issue with IE9 specifically and RadWindows that I am not sure if others are receiving.  In IE9 the iFrame is not being created for a RadWindow and the window never opens.  The JavaScript error that is received when someone clicks on a link that opens a RadWindow in other browsers is the following in IE9.

This occurs the first time the link is clicked (line 627 of the ScriptResource.axd)
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) 

var r=($telerik.isIE)?document.createElement("<iframe name='"+w+"'>"):document.createElement("iframe");

This occurs the second time the link is clicked (line 857 of the ScriptResource.axd): 
if(this._reloadOnShow){b=this._getReloadOnShowUrl(b)
}this._iframe.src=b;

The RadControls for ASP.NET AJAX version we are running is: 2009.3 1314 (Jan 14, 2010)

If the document type mode is changed to render as IE8 it works fine, but there is something about IE9 that is not allowing this.
Marin Bratanov
Telerik team
 answered on 23 Aug 2012
1 answer
79 views
Hello,

I tried the demo named Client-side API from Telerik website (http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_clientsideapi/defaultcs.aspx).

First I opened it in IE explorer, which was not maximized. The RadSlidingPane displayed well. As you can see in Picture1 in the attachment. But when I maximized the IE explorer, some problem happened. The RadSlidingPane moved outside (as shown in Picture2).

I also tried some other demos. They also have this problem. Here I want to ask: is it a method to solve this problem?
Hope to get your answers.

Thanks very much in advance!
Best regards,
Jack
Vessy
Telerik team
 answered on 23 Aug 2012
3 answers
111 views
Hi! I tried to install RadControls in SP2010 farm, but despite of "success" after msi deployment, there is no new features for my sites (in all 3 of my webapps).
I have no new assemblies in GAC or in web.conf...
How i have to activate it? And why in .zip file (for manual installation) i can't find .wsp file?

Have i missed something?

Please help! :| 
Stanimir
Telerik team
 answered on 23 Aug 2012
1 answer
43 views
Hi All,

I have method in page load, in this method based on database values, i will select Source Listbox items.These values i need to transfer to Destination Listbox.
Can any one help me on this ? it's very urgent....


Thanks in advance..

by
Sekhar
Purnasekhar
Top achievements
Rank 1
 answered on 23 Aug 2012
1 answer
68 views
hii
In a RadGrid How can i change the default background color of the column after sorting?


thanks..
Shinu
Top achievements
Rank 2
 answered on 23 Aug 2012
1 answer
85 views

hi..
How to remove today link on radscheduler????
Princy
Top achievements
Rank 2
 answered on 23 Aug 2012
2 answers
657 views
Hi all,

I have a rad grid. rad grid item template having check boxes. and outside the grid (i mean in the form) having 2 text boxes. my requirement is when i check more than one rows inside the grid view  that time 2 text boxes state change to disable. if it is checked one row then text boxes state change to enabled.. i need to work this functionality at client side .... please give me the java script for my requirement..

Thanks and Regards,

Prassin
Prassin
Top achievements
Rank 1
 answered on 23 Aug 2012
3 answers
94 views
I was implementing a treeview in a combobox nearly identical with the demo here:
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx?product=treeview

The implementation is .NET in an update panel running in Chrome.  I found that the the tree view nodes would display corrrectly and would collapse as expected.  Once collapsed they would not re-expand.  I examine the <UL> tags in the Chrome developer tool and discovered that the nodes had "display: none" style tags that were inserted on collapse but not removed on expand.

I found, via trial and error, that adding a expandanimation-type="None" attribute to the RadTreeView resolves the problem.  Actually, I slapped my head on finding that as we have seen that same behavior in our other RadTreeView uses and I had forgotten.  It's a nasty little problem.

The demo has ExpandAnimation-Type="None" CollapseAnimation-Type="None" on the container RadComboBox, but NOT on the RadTreeView and yet it works.  Mine would only work when the expandanimation-type was also on the RadTreeView.

Your demo, by the way, works fine in Chrome as it. So clearly there is some odd combination of JS and .NET on my page that makes this happen.  I point this out only as a possible help to someone else who might be tempted to punch a monitor as I was. This little flaw is not in the forum as far as I was able find.  Thanks.
Nencho
Telerik team
 answered on 23 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?