Telerik Forums
Kendo UI for jQuery Forum
28 answers
275 views

Hi,

 I am new to gantt chart. I am trying to integrate gantt chart into php application. To integrate this I have done the changes in demo code like below

   $result = new DataSourceResult('mysql:host=localhost;dbname=sample;', 'root', '', array(PDO::ATTR_PERSISTENT => true)); By changing I can see the data in
  console but it is not displaying in UI.Can any one help me in this

Dimitar
Telerik team
 answered on 01 Aug 2019
2 answers
903 views

When downloading the pdf from the viewer, the file name is showing as Document.pdf.   Is there anyway to customize that?

Thanks

Peter

 

                @(Html.Kendo().PDFViewer()
                            .Name("pdfviewer")
                            .PdfjsProcessing(config => config.File(file => file.Data(Model.PdfInformation.PDFBase64)))
                            .Height(1200)
                )

Peter
Top achievements
Rank 1
Iron
 answered on 01 Aug 2019
1 answer
77 views

Apologies as this is a beginner question.

I have been trying to get uploads working, such as this one:
https://demos.telerik.com/kendo-ui/upload/async

But it does not work on my server, presumably because I am not running the Sample Service code.

I am not sure where to place the code from the "Sample Service" (which I know needs to be modified).

Where does this code get set up?  Is it run as the Action of the form, or do I need it running on the server?

Thanks.


Nikolay
Telerik team
 answered on 31 Jul 2019
3 answers
159 views

Hi All,

             I just statrt using Kendo UI. We going to start new project. Before that i want to know one thing like is it possible minimize grid data in one container

For example. I had  two menu . when i click first menu it will populate with data. When i click second menu , First grid will minimize in container not closing and second menu grid data will populate. When i click minimized  grid it will populate then second menu will minimize. Is there any functionality available kendo grid 

Eyup
Telerik team
 answered on 31 Jul 2019
3 answers
2.2K+ views

After i updated my kendo-ui library from version "2019.2.517" to "2019.2.605" i am getting the issue "Cannot read property 'getTimezoneOffset' of null". This is only happening in timeline views, other views are working fine. 

here is how i have configured the model section in datasource 

 

let me: CalendarComponent = this;

model: {
id: "eventId",
fields: {
eventId: { from: "eventId", type: "string" },
start: { type: "Date", from: me.eventMapping.start + "" },
end: { type: "Date", from: me.eventMapping.end + (me.eventMapping.start !== me.eventMapping.end ? "" : "end") },
isAllDay: { type: "boolean", from: "allday" }
}
}

 

i have not done any other changes just updated the kendo-ui version. 

Nencho
Telerik team
 answered on 31 Jul 2019
4 answers
144 views

Hi, 

sorry if I am posting question that is maybe answered somewhere else, but I searched and didn't find anything.

I know it is possible to use WebSocket as dataSource on grid as shown on one of your examples, but wanted to check if it's possible to use web socket as DS on gantt and if yes, will it behave the same way as grid in terms of updates etc.

 

Thank you

Vedad
Top achievements
Rank 3
Bronze
Bronze
Iron
 answered on 29 Jul 2019
5 answers
239 views

[Resolved]

The SSL certificate on the Kendo CDN service(kendo.cdn.telerik.com) has expired. We are currently working on that. Any further information on the development will be posted in this thread.

Temporary you can use this https://da7xgjtj801h2.cloudfront.net/ instead of https://kendo.cdn.telerik.com e.g:


** The issue is now fixed.
  Please, accept our apology for the inconvenience caused!

*** A status page, where you can subscribe for notifications in case of future incidents is now available.

Kaloyan
Telerik team
 answered on 29 Jul 2019
21 answers
233 views
It looks like the SSL cert expired for your CDN domain. My sites are now throwing security errors. Am I the only one experiencing this??!
Kaloyan
Telerik team
 answered on 29 Jul 2019
3 answers
1.0K+ views

(this question was originally asked on stackOverflow https://stackoverflow.com/questions/57198635)

I want to limit the number of labels in the categoryAxis of my kendo chart.

So far I've calculated an automatic step from the number of data points and the width of the chart and it's worked great. But I'm starting to receive some data that triggers Kendo's automatic date label format switch to minutes and now I have 60 times more labels than I should, which creates huge amounts of lag (and makes the chart unreadable).

I've looked into setting a maxDateGroup, but that actually reduces the number of categories, thus ignoring some of the data.
I found a way to get the number of labels on the forums :

 

```
// get reference to the chart widget

var chart = $("#chart").data("kendoChart");

// get the categories length

chart._plotArea.categoryAxis.children.length

```

But it requires to draw the chart first, then read the property, then adjust accordingly and redraw the chart. Which isn't exactly ideal.
So I'm wondering if there is a way to set a max number of labels, or maybe limit labels to 1 per category ? Or any other trick-shot really :)

Note : this automatic switch works great for data that actually is recorded every minutes, but the series that's causing me problems is recorded every 30 minutes. Maybe there is some workaround here but I can't recall where I saw how to fiddle with these properties.

G
Top achievements
Rank 1
 answered on 29 Jul 2019
2 answers
1.2K+ views

When we call Kendorangepicker, it enables 2 input fields - start and end dates. Is it possible to open kendorangepicker from single input field and once the ranges are selected, dates should return to the input field like 01-01-2019 - 20-09-2019. 

Thanks,

Saravana MS

Saravanamanikandan
Top achievements
Rank 1
 answered on 29 Jul 2019
Narrow your results
Selected tags
Tags
+138 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?