Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
205 views
Hi,

I have created a Yearly Recurring Event several times and for some reason, the created event doesn't show in the Calendar afterwards.  I checked the database and it does seem to get created there.  I tried to recreate the issue at least 4 or 5 times, changing some RadScheduler recurring events option.  The event seem to be created because I can see it in the database but none of them shows up in the calendar.  I was wondering if this is a bug... kindly please advise. 

Anyway, I have provided below the steps on how to recreate the issue.  I have also provided some of the RecurrencePattern field value.

Thanks so much and appreciate your help.

- Annie 

 
1.  In Calendar, double click on any date slot.  (NOTE:  In my test case, I selected September 1).
2.  Create a yearly recurring event with the following information:
     --  From 9/1/2008 8AM to 9/1/2008 5PM 
     --  Under "Recurrence", click on "Yearly"
     --  Select "Every September 1" 
         (NOTE:  In one of my test cases, I selected "The First Day
         of September")
     --  Under "Range of Recurrence", select "No End Date"
         (NOTE:  In one of my test cases, I selected "End by this
         Date" and set it to "Sept. 1, 2010")
3.  Once the event is created, the event doesn't show in the calendar.  The event though was created in the database.

DTSTART:20080901T120000Z  DTEND:20080901T130000Z  RRULE:FREQ=YEARLY;INTERVAL=1;BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYMONTH=1  

DTSTART:20080901T083000^RRULE:FREQ=YEARLY;UNTIL=20100901T190000Z;BYMONTH=9;BYMONTHDAY=1|630

DTSTART:20080901T120000Z  DTEND:20080901T130000Z  RRULE:FREQ=YEARLY;UNTIL=20090902T000000Z;INTERVAL=1;BYMONTHDAY=1;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYMONTH=1 






T. Tsonev
Telerik team
 answered on 21 Aug 2008
3 answers
186 views
When scrolling up or down, if the total height of all the items in the rotator is less than the height of the rotator itself, then the items are rendered from the bottom-up.  Example:

http://huronperthlakers.ca/domains/c4thstars.ca/arenadisplay/

This is a little confusing; IMO it should be from the top-down.  In addition, if the total height of the items is less than the height of the rotator then there probably shouldn't be any scrolling at all since everything is being displayed.

In a matter related to that particular page, are the client-side resizing functions going to be available with Q2 2008 SP1?  Thanks,

Shaun.
Georgi Tunev
Telerik team
 answered on 21 Aug 2008
1 answer
102 views
I am trying to create a form for entering records consisting of several standard ASP.NET controls, along with 3 radgrid controls used for editing related records.

Originally, client-side row selection was working properly for the 3 grids. However, after a period of time, it quits working without any type of javascript error message. I am currently using the latest version of the controls and have tried everything, including moving everything to a new project. Nothing in the grid configuration has changes and client-side row selection is still enabled.

If I add a brand new grid to the page and configure it from scratch, the client-side selection works again for a brief time and then mysteriously stops.

I am using Visual Studio 2008, and currently the web application is targeting the 3.5 framework, although the problem persists regardless of the target version.

I am at my wits end- in sum I have lost a couple of weeks now due to various control-related issues.
Dimo
Telerik team
 answered on 21 Aug 2008
10 answers
197 views
I just upgraded my project to use Q2 and it started complaining that it could not find a skin called Default2006. I read the release notes and it said it was sticking around.

Please help. Default2006 is the only simple skin left for the RadWindow...
Georgi Tunev
Telerik team
 answered on 21 Aug 2008
1 answer
375 views

Hello,

I have a page that uses RadAjaxManager and AjaxLoadingPanel. Normally, if I don't use ajax, the user is send to an ErrorPage that I definied. If I use Ajax when session expires and I click on a button that is ajaxified, the loading panel shows the image and I get a client error :
"Unexpexted ajax response was receidev from the server.
This may be caused by one of the following reasons:
 - Server Transfer.
 - Custom http handler.
 - Incorrect loading of an "Ajaxified" user control.

Verify that you don't get a server-side exception or any other undesired
behaviour, by setting the EnableAjax property to false."
 


Thank you.

Maria Ilieva
Telerik team
 answered on 21 Aug 2008
2 answers
116 views
I've just successfully upgraded production WSS 3 site to version 5.2.0.0

However there is a problem with a few of the skins.
I would like to use Office2007 or Outlook as these are very similar to the WSS default colour-scheme.

However when set to either of these in the config.xml files a series of button seperators and drop-down arrows (if appropriate) are shown on the line below the tool icons making the toolbar twice the height it should be.  (Looks like possibly a css problem)
Also the Insert and Cancel buttons on the pop-ups look like Vista ones on all skins except the Default.

If I switch to the Vista skin all works correctly except:
    The MOSSInsertTableElement, MOSSDeleteTableElement, MOSSInsertTable and MOSSRightToLeft and MOSSLeftToRight icons are not shown.
    On mouse-over a small line appears over the icons in the middle on the left.
    On the pop-up windows the graphics displayed have a white outline which makes them look fairly ugly (the last one sounds picky, I know).

Rasmus Lindgren
Top achievements
Rank 1
 answered on 21 Aug 2008
4 answers
180 views
Hi,

I've recently installed the RadEditorMoss v5.2 on our WSS 3.0 SP1 environment following the instructions provided here:

http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html

However, several icons, in particular spell check seem to be missing.  We have the following error being displayed in the application event log:

Load control template file /_controltemplates/TelerikRadEditorHtml.ascx failed: Could not load file or assembly 'Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Thanks,

Ben
Rasmus Lindgren
Top achievements
Rank 1
 answered on 21 Aug 2008
1 answer
78 views
Hi,
We are going to Merge a PDA Application to our .net Project. As we have used to create custom controls using telerik and telerik controls   in our project, we need to know whether the latest telerik version 2008.1.515.35 supports the PDA application.

Please Help us in this Venture. 

Thanks 

Ragu

 
T. Tsonev
Telerik team
 answered on 21 Aug 2008
1 answer
83 views
Hi,

I have a grid which is used for 2 purposes.  The page on which it is receives a querystring name ClientId which contains the ID of the client.  Then all the accounts for that client is populated into a grid.  If the page receives no querystring at all, then it means that it is new client.  I need this same grid (which displayed the accounts), to be empty with the Add link on it.  In this way I can add new accounts for a new client.

What must i do?

Thanks
Brendan
Dimo
Telerik team
 answered on 21 Aug 2008
3 answers
316 views

I am running into an issue with the RadAjaxManager and receiving the *incredibly* annoying .Net error (why they care is beyond me):

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

Below is my AjaxManager control markup. The error only occurs when I set EnableAjax to True. If it is False, the error doesn't show up.

Below is my AjaxManager control markup. The error only occurs when I set EnableAjax to True. If it is False, the error doesn't show up.
    <telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" EnableAJAX="true" EnableHistory="true" OnAjaxRequest="RadAjaxManager1_AjaxRequest">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="radFolders" EventName="radFolders_OnNodeClick">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadGridLoadingPanel" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
            <telerik:AjaxSetting AjaxControlID="radFolders" EventName="radFolders_OnNodeEdit">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="radFolders" LoadingPanelID="RadTreeViewLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
            <telerik:AjaxSetting AjaxControlID="radFolders" EventName="radFolders_OnContextMenuItemClick">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="radFolders" LoadingPanelID="RadTreeViewLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
 


The weirdest part about this is the fact that the above control clearly shows no code blocks exist, and in fact the only one that is on the entire page can be taken out and the error still comes up. Since I have the source code I have linked your project to mine and the error is showing up here:

Line 880:            int updatedLocation = controls.IndexOf(updated);
Line 881:
Line 882: controls.AddAt(updatedLocation, pre);Line 883:
Line 884:            PostControlToAjaxify post = new PostControlToAjaxify(updated);

Source File: C:\dev\components\telerik.web.ui\06.19.2008\Ajax\RadAjaxControl.cs    Line: 882

Any suggestions as to what might cause this?
Konstantin Petkov
Telerik team
 answered on 21 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?