Telerik Forums
Kendo UI for jQuery Forum
1 answer
168 views

Hi,

Using Angular 4, installed packages. Grid works well but export to excel functionality is not working.
when I add the following line to app.module,

import { GridModule, ExcelModule } from '@progress/kendo-angular-grid';

It says " ..../node_modules/@progress/kendo-angular-grid/dist/es/main"' has no exported member 'ExcelModule'.

Any help will be appreciated. We'll have to implement PDF export too. Please let us know if we need to do additional stuff for that too.

Thanks

Dimiter Topalov
Telerik team
 answered on 17 Jul 2017
2 answers
192 views

How can I refresh the map datasource on every zoom, maybe with either startZoom or endZoom?

Stefan
Telerik team
 answered on 17 Jul 2017
3 answers
197 views

Hi ,

I have  Date Column in gridview that describe Personal data with  birthdays ,for some reason ,I want to have more than one date in my column and I want to set reminder for example :

before  somebody's birthday shows a reminder as popup.

I am using Asp.net mvc 5 (viewModel ,Controller ,....)

 

Stefan
Telerik team
 answered on 17 Jul 2017
6 answers
473 views
how can I add icon on spreadsheet  cell for example add icon ,edit icon . copy this row .I can use click event. just like grid icon.
kangcheng
Top achievements
Rank 1
 answered on 17 Jul 2017
2 answers
144 views

I'm switching views using app.navigate and when I do, the header in the new view has height of 0.

http://dojo.telerik.com/@calebsandfort/AdaQO

Caleb Sandfort
Top achievements
Rank 1
 answered on 14 Jul 2017
1 answer
483 views

I can't seem to figure out how to have the dialog actions bound to a function on the model.

I tried the following but it doesn't seem to work. What am I missing?

model = kendo.observable({
                        value: [],
                        save: function () { console.log('wheee'); }
                    });
 
kendo.bind(el, model);
 
<div data-animation="false" data-visible="true" data-role="dialog" data-resizable="false" data-title="Select Multiple" data-actions="[{ text: \'Cancel\' }, { text: \'Apply\', action: save, primary: true }]"></div>

 

Veselin Tsvetanov
Telerik team
 answered on 14 Jul 2017
1 answer
130 views

Hello,

I connected a kendo tooltip to my diagram with a filter of "g".  The tooltip is showing when hovering over a shape. I want the tooltip to be loaded from ajax, so I have added an event handler for requestStart of the tooltip.

However, I cannot seem to access the dataItem of the shape in the requestStart event handler to get the id of the item.  e.target[0] appears to be the shape, but I can't seem to access the dataItem from it.

Let me know if you want any sample code.

Thanks.

Tsvetina
Telerik team
 answered on 14 Jul 2017
1 answer
164 views

Is there a way to determine miles/meters based on the zoom and scale of the map. 

Example the map has center starting coordinates defined based on a center radius search with a default miles, i.e. "You are Here" marker. Other markers are displayed based on the initial result of the center radius search. The screen's zoom rate must be adjusted to display all markers returned.

As the user zooms out a measurement of the next zoom rate is calculated into miles/meters and a new data get occurs returning additional markers within the new search radius. 

For Bing maps I have looked at the following article:

https://msdn.microsoft.com/en-us/library/aa940990.aspx

But I am still not sure how to accomplish the desired functionality described above. 

Preslav
Telerik team
 answered on 14 Jul 2017
6 answers
4.5K+ views
Is there any way to restrict a multiselect to only having one selection, and then no more can be made.  I tried playing with the changed event, and checking for the number of values, and if more than zero, disabling the control, but then it wasn't possible to remove the selection, and add a new one.

multiChanged: function(e) {
    var values = e.sender.value();
    if(values.length > 0) {
      viewModel.set("available", false);
    }
  }


So I switched to using the select event, checking the value for more than zero.  

selected: function(e) {
    if(viewModel.selectedNames.length > 0) {
      e.preventDefault();
    }
  },


This seems to work, but am more wondering if there is something built-in to the multiselect so I wouldn't have to use the events.

Here is my semi-working sample Demo@TryKendoUI

Dimitar
Telerik team
 answered on 14 Jul 2017
1 answer
153 views

Hello,

is it possible to set a C# list as data for the Kendo Treemap?

 

Thanks in advance.

 

 

Stefan
Telerik team
 answered on 14 Jul 2017
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?