Not wanting anything editable nor a spreadsheet. What I was really wanting is the Kendo grid however I don't see options to format data this way.
What I am trying to show is a list of three people and when they are available for the day. Image attached. I have not found a way to have a frozen column - the online demo does grouping only. And adding a column for each employee doesn't then list any data below them. I'm willing to restructure my internal data any way that Kendo components would prefer. Currently I have a list of Employees and each Employee contains a list of times.
Hi,
We just upgraded from Kendo UI Q1 2016 SP3 to Kendo UI Q2 2016 because of a bug with kendo.toString. We see it was partially fixed, but there is still a problem.
The result of
kendo.toString(-5678, "##,#")
is
"-,5678"
Instead of the expected "-5,678"
Since we are getting near to a release of our next app version it is important for us to know when do you expect to fix this bug (in earlier versions it all worked well).
Thanks,
Ron.
Hi folks,
I'm wondering if will exist in the near future ReactJS components like "KendoUI"
Regards,
Gabriel
Hi,
Just upgrading from an old (2013) version and am having a problem with our grids. We are using a template for a column for things like editing or deleting a row, but with the latest version the row is not being selected when the template column is clicked.
Here is a sample of the behavior between the versions (2013.3.1119 and 2016.3.1028)
http://jsbin.com/medekixonu/edit?html,js,console,output
I know that on the click of the edit button I could just go find the closest row instead of using grid.select but was this behavior change expected? I would prefer not to have to go update code for every grid in the system for us to upgrade the version.
Any help would be appreciated!
Nathan
all in the question:
how to uncheck all checkbox kendo treeview at once
thank
Hello
Not a big thing, just wanted to report it: The ok/cancel button do not grow (to a specific) size. I added the German text "Übernehmen" for the ok button but it will be cut off on the right side (see attached screenshot). Maybe this is also a problem in other languages, no idea. I would expect the button would grow with its text content to a specific size (not to overlap the colorpicker window).
Regards
hi i am trying to use Notification .
And i am following same steps as shown in Demo. i put following code in show Event . But event is either not firing or function is not being called. I want to call Show event to get the notification centered.
function onShow(e) {
alert ("in loop");
var element = e.element.parent(),
eWidth = element.width(),
eHeight = element.height(),
wWidth = $(window).width(),
wHeight = $(window).height(),
newTop, newLeft;
newLeft = Math.floor(wWidth / 2 - eWidth / 2);
newTop = Math.floor(wHeight / 2 - eHeight / 2);
e.element.parent().css({top: newTop, left: newLeft});
}
var centered = $("#notification").kendoNotification({
stacking: "down",
show: onShow,
button: true
}).data("kendoNotification");
var notification = $("#notification").kendoNotification().data("kendoNotification");
notification.show("Assessment Saved successfully");
});
</scri
following is the Dojo link.
http://dojo.telerik.com/idEHE/5
Please help.
thanks,


