<
div
id
=
"GridIdt"
data-role
=
"grid"
data-toolbar
=
"['excel']"
data-excel
=
'{fileName: "doc.xlsx", proxyURL: "http://demos.telerik.com/kendo-ui/service/export",filterable: true}'
data-columns="[
{ 'field': 'name','title':'Nome',width:200},
{ 'field': 'surname','title':'Cognome',excel:false},
{ 'field': 'empty','title':'Stato',width:140}
]"
data-bind
=
"source: GridSource"
>
I'd like to remove 'Cognome' from excel file. How hide this column in the excel file?
And ,also, i'd like to remove 'Nome' from the view of grid.
excel: name and empty.
grid: surname and empty.
datasource: name,surname and empty.
How I can do this? 'excel:false' doesn't work!
I would like to set the '/ n' in the response string and display it in the column without using the template.
What should I write in ajax's response?
'/n' doesn't work!
Haven't had much luck with a support ticket so will try here instead.
After creating a diagram object, the distance between the shapes (group) is too big.
Now I can reduce this manually on screen.
How do I go about selecting the group and moving the object a certain amount of pixels to the left?
I get the error below when trying to use a Kendo Chart in a Angular application.
I have installed hammerjs via npm and also loaded the library by using
import "hammerjs";
in my component typescript file.
Not sure what I've missed ?
core.es5.js:1020 ERROR Error: Hammerjs is not loaded.Solution: http://www.telerik.com/kendo-angular-ui/components/charts/troubleshooting/#toc-hammerjs-is-not-loaded
at Function.webpackJsonp.../../../../@progress/kendo-angular-charts/dist/es/events/dom-events-builder.js.DomEventsBuilder.create (dom-events-builder.js:16)
at Function.create (dom-events-builder.js:11)
at Chart._attachEvents (chart.js:613)
at chart.js:69
at Function.loadFonts (font-loader.js:45)
at Function.preloadFonts (font-loader.js:53)
at new Chart (chart.js:65)
at ChartComponent.webpackJsonp.../../../../@progress/kendo-angular-charts/dist/es/chart.component.js.ChartComponent.createInstance (chart.component.js:127)
at chart.component.js:245
at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:392)
How to set width of columns in the excel with mvvm grid?
I have this function in the viewmodel:
$("#gridall").data("kendoGrid").bind("excelExport", function (e) {
var sheet = e.workbook.sheets[0].columns;
});
I am having trouble with time zones and scheduled work hours. When I select "Show Full Day", it shows events correctly, however, when the scheduler is limited to the business hours, the visibility cutoff seems to be mid-day. Even though my start time is earlier.
Here is an example: http://dojo.telerik.com/IdoNec/12
Switch between "Show Full Day" and "Show Business Hours" to see the issue.
Do I just have a configuration problem or is this a bug?