This is a migrated thread and some comments may be shown as answers.

display "show 24 hours" in footer

4 Answers 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
ganesh
Top achievements
Rank 2
ganesh asked on 13 Jan 2011, 01:57 PM
hi team,

i wish to display the "show 24 hours" as a full stretch throughout the footer.. i.e. the link should be available through all the footer... is it possible?

4 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 13 Jan 2011, 03:21 PM
Hello ganesh,

You will be able to make a "full stretch throughout the footer" with jQuery but only if your scheduler is bound via Web Services as the set_showFullTime() method is valid only for Web Service binding. Here's the code:

function pageLoad() {
            var $ = $telerik.$;
            $('div .rsFooter').click(function() {
                var scheduler = $find("<%= RadScheduler2.ClientID %>");
                alert(scheduler.get_id());
                scheduler.set_showFullTime(true);
            });
        }


Kind regards,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
ganesh
Top achievements
Rank 2
answered on 17 Jan 2011, 10:54 AM
Hi Veronica ,

I need a output like
* the user can click anywhere in the footer to navigate to "show 24 hours"

i have attached a picture wherein when the user clicks anywhere on the gray line, he should be able to navigate to 24 hours..
0
Veronica
Telerik team
answered on 18 Jan 2011, 12:29 PM
Hello ganesh,

At this moment we don't support customizing of headers and footers. So having a grey line is not possible.

Best wishes,
Veronica MIlcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
ganesh
Top achievements
Rank 2
answered on 18 Jan 2011, 02:05 PM
thanks team..

i thought of implementing like this


 

 

<Localization Show24Hours="Show 24 hours____________________________________________________________________________________________________________________________________________________________________________________" />

 

 

 

<Localization ShowBusinessHours="Show business hours____________________________________________________________________________________________________________________________________________________________________________________" />

 

 



Tags
Scheduler
Asked by
ganesh
Top achievements
Rank 2
Answers by
Veronica
Telerik team
ganesh
Top achievements
Rank 2
Share this question
or