Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
94 views
Can i make a filtering option avaliable if i`v made the header invisible?
I am filterin my grid just from one column....but when i makes my headers visible = "false", filtering option also vanishes away.
And how can i disable the filter context menu?
Saad
Top achievements
Rank 1
 answered on 11 Dec 2008
1 answer
95 views
It's possible to use the defined skins on 2007 Q2 release in 2008 Q3 release?

I'm finnishing the release migration and I discovered the Glassy skin we were using, existing on the 2007 Q2 release, on 2008 Q3 release it doesn't exist.
Alex Gyoshev
Telerik team
 answered on 11 Dec 2008
3 answers
116 views
I am upgrading from 2008.2 723 to 2008.3 1125. In the past, I used a slightly customized skin on Scheduler that allows long appointment names to wrap so they are fully visible on the MonthView of the calendar. I did that using this article:

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/how-to-set-the-appointment-s-height-to-accomodate-the-entire-subject-s-text-in-month-view.aspx

I also have appointments that span multiple days. I love the new feature in 1125 that allows those to appear in a single cell across the days. However, if I use the code provided above, it messes up the alignment of the cells (they overlap) when there is a mutli-day appointment that goes into a cell with another appointment.

Is there a way to make this work to have the wrapping of an appointment name in this version? If not, can the the spanning on multi-day appointments be turned off? I'd love to use it, but it's most important that the full text of the appointment be visible at all times.

Thanks!
Peter
Telerik team
 answered on 11 Dec 2008
1 answer
153 views
Hello!

I'm using advanced templates and own MSSQL DB for storing events. When I change date of one of recurring events, then double click on it to edit series and I click "Reset exceptions" exceptions are being deleted but in original Event in RecurrenceRule I'm still having "EXDATE:20080422T000000Z,20090422T000000Z".

How can I catch resetting exceptions event in AppointmentCommand command event?

Thanks

EDIT:

When I'm updating event I have "Update" in e.CommandName in AppointmentCommand  event but when I'm resetting exceptions e.CommandName is empty.
T. Tsonev
Telerik team
 answered on 11 Dec 2008
1 answer
94 views
How can I show only the current date in the timelineview header date and discard the fromdate - todate format?
Peter
Telerik team
 answered on 11 Dec 2008
1 answer
77 views
We have a Window control on a page that works perfectly using the code below:

 function aptEdit_ShowPopupPanel()
    {
        var oWnd = window.radopen('<%=getSchedulerPopupURL()%>', null);          
        oWnd.setSize(700,500);
        oWnd.center();
        oWnd.add_close(OnClientClose);

        return false;
    }

However, we have other buttons on the page that cause a partial page postback.  Once the partial page postback occurs.  The Window will no longer open when we fire the above event.

Any help is appreciated.

Thanks!

Vince
Fiko
Telerik team
 answered on 11 Dec 2008
1 answer
183 views
I have a static Sub in a class that will display a RadAlert based on the message that is passed to it.
Here is that code:
    Public Shared Sub NonAjaxAlert(ByVal message As StringByVal AlertTitle As StringOptional ByVal UserName As String = "")  
        Try 
            Dim scriptString As String = String.Empty  
            Dim exPage As Page = HttpContext.Current.CurrentHandler  
 
            scriptString = "(function(){var f = function(){radalert('" & message & "',null,null,'" & AlertTitle & "');Sys.Application.remove_load(f);};Sys.Application.add_load(f);})()" 
            ScriptManager.RegisterStartupScript(exPage, exPage.GetType(), "radalert", scriptString, True)  
        Catch ex As Exception  
            'Generic Error routine to log errors  
        End Try 
    End Sub 

So when this alert is shown to a user and they click 'OK' to acknowledge the alert, there is a delay for the alert to close.  What is causing this delay and how do I correct it?

Thanks!
Fiko
Telerik team
 answered on 11 Dec 2008
0 answers
120 views
I am having problems with the a control in which I have a Google Maps Api, some javascript and the radcombox in the same page with a mootools script I use for a image rotator.

The radcombox is feed from a database the name of a location and an ID, which with Onclientselectedindexchanged I change the google map center, showing each location. All this works fine, but in the same page I have a image rotator control that works throught the mootools library and some javascript. On IE6 and IE7 everything works fine but in Firefox the event doesn't even happen, there is no error, only I found it through firebug. Other events like works fine in both browsers...

I have removed the google maps api and used an alert but the same, in firefox the is not fired...

It would be great if you could help me in this one. I have read in http://www.telerik.com/VersionNotes.aspx?Id=772

RadCalendar v2.2
...
What’s Fixed:
..
7. RadDatePicker: issue with mootools script on date selection (Firefox only) is now fixed.
..

This has been the only clues I have had at the moment...

Thanks

Paco Valverde
Paco
Top achievements
Rank 1
 asked on 11 Dec 2008
1 answer
145 views
I need a scheduler component that can have a custom timeline, meaning:
NOT
11 am
12 am
1 pm
etc..

but in definable blocks of time, like
Slot 1 (7:45 to 8:35) ------> 50 minutes    
Slot 2 (8:35 to 9:25) ------> 50 minutes
Break1 (9:25 to 9:35) ------> 10 minutes
Slot 3.....etc....

Hope this makes sense...
Can telerik scheduler handle this ?

Thanks,
Reinhard
Peter
Telerik team
 answered on 11 Dec 2008
2 answers
198 views
Hello

I'd like to pass one of my databound custom attributes from an Appointment item to a Javascript function on the click event.

Is this possible?

I've correctly bound the datasource with the custom attibutes and exposed them in the Appointment template.
As for the click event, being a novice at JS, I've tried a few times but may be getting muddled up with the syntax...

ie. I'd like to achieve:
After clicking Appointment (x), execute Javascript function MyClickEvent (attributeValue), where x.AttributeValue is evaluated from the attribute "resource_name" in the Appointment Template:

The Code: variations on:

 

 

<AppointmentTemplate>

 

 

 

    <div class= <%# Eval("Attributes['ClassTag']") %>

 

 

 

        onclick="MyClickEvent("<%# Eval("Attributes['resource_name']") %>")" >

 

 

 

    </div>

 

 

 

</AppointmentTemplate>

Any guidance appreciated.
Cheers
Paul

 

Peter
Telerik team
 answered on 11 Dec 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?