Telerik Forums
Kendo UI for jQuery Forum
1 answer
187 views

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

Iliana Dyankova
Telerik team
 answered on 11 Aug 2015
4 answers
303 views

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

 

 

Vladimir Iliev
Telerik team
 answered on 11 Aug 2015
3 answers
492 views

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!

 

jeff
Top achievements
Rank 1
 answered on 11 Aug 2015
5 answers
1.8K+ views

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?

.

 

Boyan Dimitrov
Telerik team
 answered on 11 Aug 2015
8 answers
575 views
Dear Kendo Team,

During past few days I have been experimenting with modal views and popovers trying to get them working together. Unfortunately, I have not succeeded, hence the questions below.

I would like to have a split view and after clicking on a button a modal view should be displayed. This is working fine. However, inside the modal view I would like to have elements (e.g. buttons) which would open a popover attached to them. After clicking on those elements, although there are no errors, the popover is not visible. Checking the site with a DOM inspector shows that the popover is hidden behind the modal view (z-index issue).

Could you please check if the described scenario is feasible with Kendo UI? If it is not a bug then could you please share a snippet showing how to use modal views and popovers at the same time?

After playing with popover's z-index I discovered a second issue. When the popover's z-index will be adjusted so that it will be in the foreground, clicking anywhere outside it will not only close the popover, but also the modal view beneath it will be closed. This behavior suggests that those two controls have not been designed to work together, which is very unfortunate for the project I am working on.

To sum up, I would like to know if it is possible to use popovers with modal views and if it is supported then how it should be implemented? if it is not, is there any chance that this will be fixed or implemented? when one can possible expect that?

Thank you in advance for you assistance. Please note that I have found an old thread (http://www.kendoui.com/forums/permalink/vG9f3CXSHk6nbHL9rzNRTg) mentioning that problem, but in my view it's rather popover issue, hence my post in this section.

Regards,
Przemek
Garima
Top achievements
Rank 1
 answered on 11 Aug 2015
1 answer
136 views

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

Alexander Popov
Telerik team
 answered on 11 Aug 2015
1 answer
858 views
Hello,

We are using the grid for displaying data. Please suggest how to give the height to grid in percentage. 
If this is not possible then Please suggest the best way to give dynamic height to grid widget.

Best Regards,
Nilesh Padbidri
Venelin
Telerik team
 answered on 11 Aug 2015
4 answers
1.4K+ views

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.  

Bob
Top achievements
Rank 1
 answered on 10 Aug 2015
10 answers
996 views
I'm having a performance problem with a page that has a grid.  When I include the scripts the page takes 5~7 seconds to load, and without the scripts it only takes .5 seconds.  The scripts are coming from the client cache so its not a download issue.   I've tried IE9 and Chrome and they both have the same result.  Any ideas?

"~/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"

simmy
Top achievements
Rank 1
 answered on 10 Aug 2015
1 answer
1.3K+ views

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 ?

Konstantin Dikov
Telerik team
 answered on 10 Aug 2015
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?