Hi
In our project, we need a footer template design in the Kendo grid. So we have used a Footertemplate property inside the columns.
columns: [{
field: "Name",
title: "Name",
headerTemplate: "Name <span class='fa fa-gbp' onclick='Showpopup(false,this,120); return false'></span>",
footerTemplate: "<div class='footer_Template'><div id='Namecount' style='display:none;'>Count = #: count #</div></div>"
}],
For the aggregate function, we have added the icon in the header template and added the aggregate options dynamically inside the popup window. During click of the icon, we display the aggregate options on a popup window.
The Footer template aggregate labels are initially set as display: none (as mentioned above). Once the aggregate option is selected from the header popup the footer template aggregate labels style will be display: block.
The above process is working fine before sorting of the column values but while clicking the sorting the footer template aggregate labels goes back to the initial stage (all the design style changes to display: None)
We need the same functionality & process to take place as on the video on our application too.
Video Link
Attached a demo project for your reference.
Demo Project (The link will be valid for 6 days).
Hello, is there a way to implement load on demand on spreadsheet? or load data while scrolling?
I'm using kendo spreadsheet to display big files, with no edit/save functionality.
Loading the entire file on json can be very difficult when the json size is 30MB+.
When I use frozen columns I have a white box below the columns. But if I change the size of the browser by at least 1 pixel, this bug disappears
I tried to fix this bug in this way
var lockedGrid = (document.getElementsByClassName("k-grid-content-locked"))[0];
lockedGrid.style.height = 'auto';
It works. But if I use pagination, filtering or sort then this white box appears again.
Kendo version in project v2016.2.607

{x: Xi, y: Yi, label: someLabel, group: groupName}graphOpts = {dataSource: dataSource,xAxis: {min: data.min,max: data.max,title: {text: "Values #=data.view().min=# to #=data.view().max=#}}}

Hi,
I want to implement tool tips for kendo UI timeline view and tool tip will be based on events color and event data which will be a customize tool tip using angularJs version.
Please help..!!!
Thanks,
Lilan
I have an issue on grid filter
My data is: "Test Data", this text have 2 spaces, but when i typing "test", filter auto trim space on my data and show "test data" and then grid filter wrong logic.
So what is solution in my case ?
thank you
Hi Telerik,
We did the security scanning for our website using Acunetix Security Scanner. We received summary that related to Kendo UI.
4. Absence of Anti-CSRF Tokens
[Low]
Trigger by : Kendo All min.js , and those
MVC form which do know have @Html.AntiForgeryToken()
Solution : For
kendo,don’t have yet.
For MVC form
which do not used form submit feature, change <form> to <div> html
tag.
For MVC form
which used form submit , add @Html.AntiForgeryToken(), MVC controller will auto received and validate
this token when form being submit.
I was wondering if you could give me some advice about this.
Hello,
IE Version 11.93.17763.0
Gantt task scroll issue:
1. Scroll down to some task
2. Select task
3. Then scroll for task list move to zero (look screen)