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)
Hello,
I am dealing with data split into two categories.
My project is based on this : https://demos.telerik.com/kendo-ui/bar-charts/grouped-data
I need it to be likeit is in the attachment
I think I need something like extra categoryField in a serie