Hi,
I'm trying to add a legend to my GeoJson Map, to display color progression and related numbers.
Was wondering if you could let me know if Kendo Map has legend, and how I can add it.
Thanks
Hi there,
I'm wanting to use the scheduler's timelineweek view to display a list of projects in a given week which is organised by the employees that can work on each specific project.
http://demos.telerik.com/kendo-ui/scheduler/timeline
But unlike the example above which has the same set of employees for each meeting room, I'm needing each project to have a different set of employees that can have time (events) recorded against that specific project.
As an example, given the following data sets:
Projects: [RMD, NBWR]
Employees:
[ { Name: Jake, Projects: [RMD, NBWR] } , { Name: Robert, Projects: [RMD] } , { Name: James, Project: [NBWR] } , { Name: Jill, Project: [NBWR] } , { Name: Nicky, Project: [NBWR] } ]
I'd like to be able to setup the page like the image I've attached.
Is this possible?
Cheers
Hi folks!
Our ui framework is based on bootstrap/kendo; I have a grid that has a few locked columns that is initially hidden. If I don't specify the widths of each section, the table doesn't expand until a button/pagination is clicked, etc.. so I'm using this css to cover the widths:
#Grid .k-grid-content-locked, #Grid .k-grid-header-locked { min-width: 290px;}#Grid .k-grid-content, #Grid .k-grid-header, #Grid .k-grid-header-wrap { min-width: 788px;}
But when the browser is smaller (or on a smaller device) and using a smaller footprint/media queries, this grid is still very wide, obviously.. Do you have any ideas on how I can have the table expand/contract under these conditions without specifying the width of .k-grid-content or .k-grid-header, etc..
Thank you!
Hi
Today I have a grid, where each time I aggregate column, it show the sum of an specific column for each agregation.
Now I what to show, together with the aggregated sum, the percentage inner agregate sum/ outer aggregate sum.
Example:
Lets pretend I aggregate columns A and them B.
The footer of aggregation A, should show: "sum agregate A" and "'sum agregate A' / 'sum (total)'"
The footer of aggregation B, should show: "sum agregate B" and "'sum agregate B' / 'sum agregate A'"
How can i do that?
.
I know that we get "dataItem" property in the scope to be used in a column template, but is there a way to get information about which specific field is specified for that column? I want to do something like {{dataItem[field]}} within my cell template.
Thanks,
Michelle
Simplified example -
Have a grid with a column for a name and 12 more columns for each months of the year containing a number.
I'd like to add a 14th column which is the sum/aggregate of the months (not the name tho, so I'm specifying just the ones I want in the aggregate).
The examples I've seen suggest adding a footer row, I want my total to be inline and to update as values in the grid are updated.
Any suggestions or terms I should be googling for?
var columnList = [
...........
]
columnList.push(
{field: ..., title: "Year Total", width:70}
);
Is roughly how I've been adding columns to the grid.
"~/Scripts/kendo/2012.2.710/kendo.core.min.js","~/Scripts/kendo/2012.2.710/kendo.web.min.js","~/Scripts/kendo/2012.2.710/kendo.data.min.js","~/Scripts/kendo/2012.2.710/kendo.data.odata.min.js","~/Scripts/kendo/2012.2.710/kendo.grid.min.js"Hi !
I have a grid and i need to export to Excel. But my query returns a many database registers.
I need to show a loading icon when the user clicks in Export icon during the download. How i do this ?
