Telerik Forums
Kendo UI for jQuery Forum
1 answer
84 views
Please see attached: I have very complex setup for my grids, but are there any known issues when the columns extend past the grid? For instance, if the total width of all the columns extent past the size of the grid, or if certain modes are turned on at the same time?
Stefan
Telerik team
 answered on 20 Apr 2017
6 answers
440 views

We have need to make the kendo scheduler visible when the create/edit popup is brought up (by double clicking an event already there, or a free spot on the scheduler), so we resize the scheduler and fit the popup off to the right in the space now open. I have it resizing using the open, close, activate, and deactivate events of the window to control when to resize the scheduler.

However, when it resizes, the events stay the same size and don't move while the days in the week and month view squish with the resize, making all the events out of place until the scheduler refreshes. However, when refreshing after resizing the scheduler, the edit/create popup closes, which throws an exception because the scheduler edit event can no longer find components that were defined in the edit html template...

Is there a good way to resize the scheduler and have events follow the resize on edit/create popup open?

Plamen
Telerik team
 answered on 20 Apr 2017
1 answer
379 views
I have an event that needs to fire after the whole tree is rendered. And it needs to be fired only once, but the databound event keeps firing. Is there another event that triggers when the whole tree is fully rendered?
Dimitar
Telerik team
 answered on 19 Apr 2017
1 answer
235 views
When I am using the exportPDF event, I can hide the column on the grid, export it and after it is done show the column again. However, I don't want to have to hide the column as it is a noticeable change on the page. Is there a way to hide the column with affecting the grid on the page?
Stefan
Telerik team
 answered on 19 Apr 2017
5 answers
758 views
Is there a way to disable this functionality?  I want the window to remain non-modal.  I saw this post (http://www.telerik.com/forums/kendo-ui-window-disable-background-scrolling) that suggested hiding the background scroll while the window is open, but that doens't look great to the user.

I was hoping to find something that would let me just limit the scrolling to the window and not have the event bubble up.
Veselin Tsvetanov
Telerik team
 answered on 19 Apr 2017
1 answer
570 views

Is there a way to stop a kendo element from rerendering and triggering the databound event while i'm updating the data?
I'm looping through the data to update a field. but everytime a field is changed, the element rerenders and triggers the databound
 angular.forEach($scope.list.dataSource.data(), function (item) {});

Is it possible to only render and the databound be triggered only after the loop and not while looping?

Veselin Tsvetanov
Telerik team
 answered on 19 Apr 2017
2 answers
93 views

Using the bower package and its gulp "custom" task to build a custom distribution, if I include the grid widget, it doesn't seem to automatically include the "filtercell" widget, so grids with filtering will throw an error due to the missing code.  The Grid source defines a bunch of dependencies including "kendo.filtermenu", "kendo.excel", etc.  Shouldn't "kendo.filtercell" be a dependency as well, or is there some reason it has to be included separately?

Someone brought this up a year or two ago, but over in the Issues area of Core on github, but it was closed as a Pro problem.  I don't know if it was ever raised here.  I can include filtercell in the argument list to "gulp custom" if necessary, but I was just curious.

Troy
Top achievements
Rank 1
 answered on 18 Apr 2017
3 answers
426 views

Here is an example, just scroll down to the last item and click. It will flicker. Using IE11

http://dojo.telerik.com/EhEgi

Dimitar
Telerik team
 answered on 18 Apr 2017
10 answers
227 views

Hello 
I'm pretty new to KendoUI Upload. I made some examples that are working fine. I have an issue on used language around file upload: The Button text is set to "Select file..." and any process is set to English ("done", etc.). I have set the culture to a different language than English:

<script src="telerik/js/cultures/kendo.culture.de-CH.min.js"></script>
...
kendo.culture("de-CH")
...

Shouldn't the text around the file uploaded not switch to it? I would expect German text based on this settings. 
And further more a question: Is it possible to use ONE file uploader for all allowed file types but with different file size definitions? Something like this:

validation: {
allowedExtensions: ['.gif', '.jpg', '.png', '.mp3', '.mp4']
}

and then to differ those for maxFileSize within the ONE file uploader:
.gif, .jpg, .png: max 1MB
.mp3 : max 5MB
.mp4: max 20MB

and as a consequence of that: saving the images into .../images saving the audio-files in .../audio and video files in .../video
Regards

Tayger
Top achievements
Rank 1
Iron
 answered on 18 Apr 2017
1 answer
225 views

Hello Team,

I have to change the styling of the lines of labels in kendo chart.

Pls Guide,

 

I am attaching one snapshot for the reference.

 

Preslav
Telerik team
 answered on 18 Apr 2017
Narrow your results
Selected tags
Tags
+? 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?