Telerik Forums
Kendo UI for jQuery Forum
1 answer
108 views

Hi,

I have a problem in dropdownlist angularjs

how to set dropdownlist ng-model after get ajax data

Sample my codes: http://dojo.telerik.com/@muratoner/icoBuB

Dimitar
Telerik team
 answered on 18 Oct 2017
7 answers
396 views
Hi, The gantt charts have the default feature of displaying a red marker on top of the time slot for the current date/time. Is it possible to add this marker to any other time slot other than the current date ? Can anyone please provide an answer, because this feature is crucial for a project that I'm working on.
Mohomed
Top achievements
Rank 1
 answered on 18 Oct 2017
2 answers
160 views

Hello everyone,

the wanted behavior is that I want to sort 3 columns with multi sort functionality of the grid, but the problem is that two of my columns are build from objects and the multi sort is not working over them. 

This is the example https://jsfiddle.net/x3Lqn2h3/

So, try first to sort over "age" descending (it works) after that try to sort over "name" (it works) and finally sort over "address" (it does not work). When you click over address the values "Pernik" and "Silistra" should swap their places but they don't.

 

Thank you for your help in advance!

Petar
Top achievements
Rank 1
 answered on 18 Oct 2017
13 answers
468 views

Hello,

We have a problem with Kendo UI charts in Internet Explorer 11 ( may be problem there is in another version IE too, we used only IE 11 to check it). It is memory leak.  When we change dataSource (setDataSource method) or when we do refresh / redraw, memory is not released.
Our datasource is large (10-15k points) and we need  to refresh data every 10 seconds. It means that after 2 hours IE has size 1gb memory and allocated memory continues to grow.
You can see this leak at your tutorial page 
http://demos.telerik.com/kendo-ui/scatter-charts/local-data-binding  . Just Increase datasource to one thousand items and try to set data with setDataSource method at least 10 times. Every call setDataSource  will increase memory to 3-5 mb.
Are there another way to update data in chart without this problem? Can you help us in this trouble?

Thank you in advance!
T. Tsonev
Telerik team
 answered on 17 Oct 2017
2 answers
136 views

https://dojo.telerik.com/EHiYU

In the datasource, the 4th date plot point is October 21, with a Revenue of 64, however when you run it the 4th plot point on the chart appears as October 18, with a Revenue of 64.

What's going on?

Joon-Sae
Top achievements
Rank 1
 answered on 17 Oct 2017
1 answer
202 views

Hi 

I am using kendo to export div into pdf

Below is the code

    var draw = kendo.drawing;

    draw.drawDOM($("#divexport"))
     .then(function (root) {
         return draw.exportPDF(root, {
             pdf: {
                 date:new Date("MM/dd/yyy")
             },
             timezone: "Etc/UTC"
         });
     })
  .done(function (data) {
      kendo.saveAs({
          dataURI: data,
          fileName: fileName,
          proxyURL: "api/Value/Post/",
          forceProxy: true
   
      });

   Everything is working properly, however i want all the date control in "MM/dd/yyyy" format but it giving me date yyyy/mm/dd which is default input type date     format..

 

 

 

 

 

Dimitar
Telerik team
 answered on 17 Oct 2017
1 answer
385 views

I want to import the data into the spreadsheet using the file path in the kendo UI

 

But when I checked, I could not find a way to ask.

Veselin Tsvetanov
Telerik team
 answered on 17 Oct 2017
4 answers
492 views
Where can i find a listing of all of the different data-role values?

You guys have tons of widgets and I am not sure which role i should use to specify which kind of widget i am trying to get to. is there a convention where it is the normal widget name but not camel cased?
Nencho
Telerik team
 answered on 17 Oct 2017
3 answers
547 views
I am displaying  a grid, no paging, which has USD$ and CAD$ in the same column. At the bottom of that column , I need to put the total of the CDN and then on the next total row USD. So, two total rows at the footer of the grid.

@(Html.Kendo().Grid<BankAccount>().Name("MyGrid").Columns(c =>
      {
          c.Bound(p => p.AccountTotal);
      })

How would I have 2 total rows at the bottom of the list of bank account values? (see attached example)





Stefan
Telerik team
 answered on 17 Oct 2017
6 answers
529 views
Hi, is there any way to add custom time markers like the current time marker in schedulers by giving the dates and times as inputs ?
Joana
Telerik team
 answered on 17 Oct 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?