Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
How can I add a custom footer with a simple unordered list of notes about the data being displayed?
$(
"#grid"
).kendoGrid({
dataSource: dataSource,
pageable:
true
,
...
}
).getKendoGrid().pager.element.prepend(
"<div class='k-footer'> <ul><li>1</li><li>2</li></ul> </div>"
);