Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
971 views
I am getting this error when I try to click spell checker in IE 7 inside RadEditor

A Runtime Error has occurred.
Do you wish to Debug?

Line:4723
Error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
Parameter name: data

I am using latest version of RadEditor dated Aug 2009. I tried all the solutions available on the forum.
Anyone else is having same kind of problem.
v4rcool
Top achievements
Rank 1
 answered on 15 Sep 2009
1 answer
126 views
Hi
I get WebService on Grid and Scheduler but when I drop to Scheduler and have Week view got error:
'0.tBodies.0.rows[...].cells' is empty or not is object
Line: 131
Char: 2
Code: 0
URI: http://localhost/sys/ScriptResource.axd?d=RovX1UydcrVALVcVQq5SXcuabiO4i76DHtMgfVJwqprZqkDSfq4Ji2L_DBJRYh9Nb-Yanqv_khq-dpXz5smlOA2&t=3f3d994a

<telerik:RadScheduler ID="RadScheduler1" runat="server" Width="100%" DataKeyField="idraport" 
                        DataStartField="raportdatastart" DataEndField="raportdatakoniec" DataSubjectField="opis" 
                        Skin="Office2007" Height="400px" ShowFooter="false" RowHeaderWidth="52" CustomAttributeNames="Due, Priority" 
                        OverflowBehavior="Scroll" HoursPanelTimeFormat="H:mm" TimelineView-UserSelectable="false"







                        <WebServiceSettings Path="SchedulerWebService.asmx" ResourcePopulationMode="ServerSide" /> 
                    </telerik:RadScheduler> 

Ok Ajax generiting error:
<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" ClientEvents-OnRequestStart="OnRequestStart" ClientEvents-OnResponseEnd="OnResponseEnd" 
        OnAjaxRequest="RadAjaxManager1_AjaxRequest" UpdatePanelsRenderMode="Inline" DefaultLoadingPanelID="RadAjaxLoadingPanel1"
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="RadGrid1"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 

how to rectify this error?

T. Tsonev
Telerik team
 answered on 15 Sep 2009
1 answer
87 views
Hi,

How can I integrate the paging(such as paging in data list) with the RadSlider?

Anyone can help? Thanks.

Regards,

Jessie
Tsvetie
Telerik team
 answered on 15 Sep 2009
1 answer
56 views
To reproduce:
1. browse to http://demos.telerik.com/aspnet-ajax/grid/examples/clientbinding/defaultcs.aspx
2. in the second grid (bound to Data Service), filter by two or more columns

The count (number of records) does not update when filtering by more than one column.
Nikolay Rusev
Telerik team
 answered on 15 Sep 2009
4 answers
242 views
Hi,

We are using radwindow control of Prometheus Q2 2009 version.  We have a requirement display some data in the radwindow when a button of the page is clicked. In the radwindow we can save and edit some data. While saving if mandatory fields are not entered a alert should be displayed to the user. For displaying the alert we use radwindow.

The problem is, when opening a radwindow from another radwindow, the popup is not getting displayed.

I tried with code below, which display the rad window and but not in the front of the first opened radwindow.

        var parentPage = GetRadWindow().BrowserWindow;
        var parentRadWindowManager = parentPage.GetRadWindowManager();
        var wnd = parentRadWindowManager.open("../../Shared/AlertPopup.aspx", "radAlertWindow");
        wnd.setSize (300, 150);
        wnd.SetModal(true);
        return false;

Is there any option to make the radwindow open from another radwindow and display it inside the first opened radwindow. (as "Modal" window).

Thanks
Meenakshi Nagalingam
Top achievements
Rank 1
 answered on 15 Sep 2009
3 answers
308 views
Hi, what I am wonting to do is have rounded corners on my top navigation bar.

My top menu is a "RadMenu" with the "Hay" skin, now I wont the skin theme, but have the corners around the menu bar to be rounded.

Here is what they look like now:

[URL=http://img17.imageshack.us/my.php?image=topnavigation.png][IMG]http://img17.imageshack.us/img17/3985/topnavigation.th.png[/IMG][/URL]

And what Im wanting is something along the lines of:

[URL=http://img17.imageshack.us/my.php?image=topnav.png][IMG]http://img17.imageshack.us/img17/6466/topnav.png[/IMG][/URL]

Would I nee to do this through CSS?

Any help would  much appreciated.



Alex Gyoshev
Telerik team
 answered on 15 Sep 2009
1 answer
75 views
Hello,

    as the KB of the scheduler and the Client-side objects API says the  scheduler.get_appointments() method returns the SchedulerAppointmentCollection  only of the current viewed appointments on current scheduler selected view.
(from here: RadScheduler - clientside obj )

As my implementation requires the control on WHOLE collection, how can i obtain such thing?

example:  i'm on current day  X  and i need to get appointments in range (start, end) on day X+3. I got range of hours start and end of the day X+3.   If being on selected view "day" of day X and I use scripts like this:

var result = myScheduler.get_appointments().getAppointmentsInRange(start, end);

IS WRONG, because myScheduler.get_appointments() gets the SchedulerAppointmentCollection  of the DAY X (not the X+3), of course because the selected view is setted on day X and the method returns this.

the functionality of this method is correct, working as it supposed to do. But I need the correct SchedulerAppointmentCollection  for the day X+3 (different from the selected one on current selected view "day".

Best regards, Egor.
Peter
Telerik team
 answered on 15 Sep 2009
1 answer
47 views
I set my grid have a font of size small.  I try to set the font-size of small on the pager style and it is always small. I try adjusting the font-size from IE toolbar and all the ares of the grid increase their font-size except for the pager.  Is there something I could be missing with regard to this?
Dimo
Telerik team
 answered on 15 Sep 2009
1 answer
158 views
Hi,

While creating an appointment using RADscheduler, I would like to stop duplicate appointments from being created. 
When a user tries to create an appointment for the same resource and for the same time period I would like to show a message and stop the insert of the appointment. I would like to know how to do this on client side system.

Thanks
Sabrish
Peter
Telerik team
 answered on 15 Sep 2009
3 answers
85 views
Hi Telerik Support Team,
    I came to know from one of your post replies that I can actually hardcode the text of header date in the following way:-
        

LiteralControl

dateLabel = (LiteralControl)RadScheduler1.FindControl("DateLabel");

 

dateLabel.Text = RadScheduler1.SelectedDate.ToString(

"D");

 



I want to use the FindControl method in a few more places. May I get a list of what are the various controls within the radscheduler so that I can design the scheduler in a lot more flexible way?
Peter
Telerik team
 answered on 15 Sep 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?