Telerik Forums
Kendo UI for jQuery Forum
1 answer
135 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
171 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
169 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
429 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
109 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
437 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
98 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
144 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.2K+ 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
126 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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?