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

MVC remove the footer

3 Answers 348 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 05 Jun 2013, 02:31 AM
I am trying to remove the footer, according to the doc 

"Template to be used for rendering the footer. If false, the footer will not be rendered."

I have tried setting it blank as below also with the word false and false as a Boolean (error no overload), is this something missing in the MVC lib, or my sleepy brain.
@(Html.Kendo().Calendar()
            .Name("calendar")
            .HtmlAttributes(new { style = "width: 143px;" })
            .Footer("")
    )

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 07 Jun 2013, 07:22 AM
Hello J,

 
Currently the server wrapper does not support hiding the footer. This will be added in the next internal build due the end of this week (probably today). I will suggest you download it and give it a try.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Chris
Top achievements
Rank 1
answered on 18 Aug 2014, 04:34 AM
a link for the solution would be handy? :)
0
Georgi Krustev
Telerik team
answered on 18 Aug 2014, 11:25 AM
Hello Chris,

Footer of the widget can be hidden with the following code:
@(Html.Kendo().Calendar()
            .Name("calendar")
            .Footer(false)
    )

Any version after Q3 2013 should support it. I would suggest you download the latest official release of Kendo UI and give it a try.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Calendar
Asked by
J
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or