Hello,
is there a possibility to create a custom footer template for the grid? I haven't found anything in the examples.
I want to implement paging with "first", "last", "previous" and "next" buttons and a textbox where a page number can be entered.
is there a possibility to create a custom footer template for the grid? I haven't found anything in the examples.
I want to implement paging with "first", "last", "previous" and "next" buttons and a textbox where a page number can be entered.
8 Answers, 1 is accepted
0
Accepted
Hi Lukas,
Rosen
the Telerik team
I'm afraid that currently there is only single pager mode available. However, you may achieve the requested functionality with few lines of JavaScript. For example:
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Lukas
Top achievements
Rank 1
answered on 21 Mar 2012, 07:59 AM
Hi Rosen,
thank you very much, works like a charm!
Regards,
Lukas
thank you very much, works like a charm!
Regards,
Lukas
0
Ayus
Top achievements
Rank 1
answered on 28 Dec 2012, 09:24 AM
Hi Telerik Team,
is there possible to create such this view, custom footer with total value or max value etc. or maybe with manual calculation and inserted value to footer column?
thanks,
is there possible to create such this view, custom footer with total value or max value etc. or maybe with manual calculation and inserted value to footer column?
thanks,
0
Hi,
Atanas Korchev
the Telerik team
Check the aggregates demo: http://demos.kendoui.com/web/grid/aggregates.html
Regards,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jolyon
Top achievements
Rank 1
answered on 19 Mar 2014, 03:29 PM
Hello,
The solution above doesn't work with the latest version of the 'Kendo UI for ASP.NET MVC'.
Could you please update an answer for current version of Kendo UI?
Thanks
The solution above doesn't work with the latest version of the 'Kendo UI for ASP.NET MVC'.
Could you please update an answer for current version of Kendo UI?
Thanks
0
Hi Jolyon,
I'm afraid that it is not clear to which solution you are referring to? The pager modifications are available out-of-the-box with recent versions of Kendo UI. Supported options for the pager can be found in our help documentation. In ASP.NET MVC wrapper the Grid pager can be configured via the Pageable setting.
Regards,
Rosen
Telerik
I'm afraid that it is not clear to which solution you are referring to? The pager modifications are available out-of-the-box with recent versions of Kendo UI. Supported options for the pager can be found in our help documentation. In ASP.NET MVC wrapper the Grid pager can be configured via the Pageable setting.
Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jolyon
Top achievements
Rank 1
answered on 24 Mar 2014, 09:54 AM
Hi,
I'm referring to solution, marked as an answer.
I need to add custom controls to the grid footer (specificaly - one of the filters).
I've updated example to use later version of Kendo (though not latest available) and latest version of JQuery:
<iframe width="100%" height="300" src="http://jsfiddle.net/Yakudza/MxS7P/1/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
I'm referring to solution, marked as an answer.
I need to add custom controls to the grid footer (specificaly - one of the filters).
I've updated example to use later version of Kendo (though not latest available) and latest version of JQuery:
<iframe width="100%" height="300" src="http://jsfiddle.net/Yakudza/MxS7P/1/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
0
Luciano
Top achievements
Rank 1
answered on 25 Mar 2014, 07:50 AM
If you dont mind the extra bar, you can also define a toolbar and move it to the bottom like here: http://jsfiddle.net/mgdnE/105/