Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.3K+ views

Is there a list somewhere of the items that are not possible with a dialog that would be possible with a window?

...or some sort of decision tree as to when to use a window and when to use a dialog?

Aleksandar
Telerik team
 answered on 02 Jun 2020
1 answer
57 views

so i have some data to be represented in a grid. Product list basically.

each product can have different types. enabling toggle to be given in the grid itself. only one type of service can be selected per product.

if i have 3 rows for a product, do we have any functioanlity that gives me this feature in kendo to enable only 1 of them at a time?

Veselin Tsvetanov
Telerik team
 answered on 02 Jun 2020
1 answer
74 views
when i add time line in 1600, and repeat it in mo, tu, we, th,
the weekview will show the slot in wrong place, please fix it. 
Dimitar
Telerik team
 answered on 02 Jun 2020
2 answers
175 views

Hi,

I wanted to use the Window functionality and sometime use the maximize method on it. The target browser for the application is IE11. But I have discovered that the maximize of the window does not work in a special case

Here is a demo and the steps to reproduce the bug

https://runner.telerik.io/fullscreen/IPapI/2

1. Open the above demo in IE11

2. Close the kendo window.

3. Resize the browser window so that you have scroll in the demo

4. Refresh the browser

The kendo window is not fully maximized.

Probably the Width of window fully maximized I might get, but why is the Height of window smaller?

mamad
Top achievements
Rank 1
 answered on 02 Jun 2020
1 answer
85 views

Hello,

 

It seems chart seriesDefaults.labels.position property is missing from typescript definition:

docs: https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/seriesdefaults.labels.position

 interface ChartSeriesDefaultsLabels {
        background?: string;
        border?: ChartSeriesDefaultsLabelsBorder;
        color?: string;
        font?: string;
        format?: string;
        margin?: number | ChartSeriesDefaultsLabelsMargin;
        padding?: number | ChartSeriesDefaultsLabelsPadding;
        rotation?: string|number;
        template?: string|Function;
        visible?: boolean;
        visual?: Function;
        from?: ChartSeriesDefaultsLabelsFrom;
        to?: ChartSeriesDefaultsLabelsTo;
    }

Georgi
Telerik team
 answered on 01 Jun 2020
1 answer
225 views

Hi!

 

Have any ways make infinite scroll for data source? I need make cyclical page scrolling. By default Kendo disable next scroll button when reached last slide.
What i tried. I attach functin on onchange event like this

_infinityScroll: function (e) {
var nextPage = e.nextPage,
currentPage = e.curentPage,
items = e.sender.dataSource.data();

if (currentPage === -1) {
e.curentPage = 0
}

if (nextPage === -1) {
e.nextPage = 0
}

if (nextPage === items.length) {
e.sender.element.data('kendoScrollView').scrollTo(-1);
e.preventDefault();

}

_showScrollButtons()
},

It's works but looks so bad...

Petar
Telerik team
 answered on 01 Jun 2020
2 answers
6.7K+ views

Hello,

I want to disable editable of some columns. I set the editable false in datasource, but it does not work. I created a demo of this issue: http://dojo.telerik.com/aqAQIYUf/2 . I set the editable false for FieldName and DataType. But they can be edited in both inline and popup mode. 

Did I do something wrong?

Thanks

 

Lei

Lei
Top achievements
Rank 1
 answered on 30 May 2020
10 answers
526 views

Column resize doesn't work in the latest Chrome version when the scale (including system-wide property) is not 100%.
Steps to reproduce:
1) If you're using Windows go to Display Settings and specify the Scale other than 100%, for instance, 250%.
2) Open the latest Chrome (version 61, as of today).
3) Go to official Kendo Grid documentation - http://demos.telerik.com/kendo-ui/grid/column-resizing *
* This doesn't mean that resizing is broken only on that page, I see the same behavior with any Kendo Grid instance. The fact that it doesn't work even on that page is meant to prove that this is not something on my end.

Column resizing feature is broken. The resize handler is not even visible when you hover the edge of the column.
columnResizeHandleWidth is not the case.
Note that exactly the same page is working fine in FF and IE.
I think I found what appears to be the issue - getPageZoomStyle function in the Grid._positionColumnResizeHandle function. When getPageZoomStyle returns anything but 1 the value of the variable is incorrect, thus that._createResizeHandle never executed.
I was able to fix the behavior by removing the getPageZoomStyle function completely and let always be equal e.clientX rather than e.clientX / getPageZoomStyle(). However, I'm not sure this the correct solution. Moreover, there may be similar issues in other places, though I couldn't find any. Actually, the fact that this trick is used only here and not in any other Kendo UI component is very suspicious.

I am not 100% sure but it looks like this issue appeared with the latest major Chrome update (version 61)

Viktor Tachev
Telerik team
 answered on 29 May 2020
8 answers
944 views

Hi
I saw on your website Auto updatable line-chart.
Can you tell where to find it?

Chart beautifully redrawn in real time. (every second)

 

Tsvetomir
Telerik team
 answered on 29 May 2020
4 answers
995 views

Is there any official progress statement about kendoui and jquery 3.5?

Currently, https://docs.telerik.com/kendo-ui/intro/supporting/jquery-support, says 3.41

 

Petar
Telerik team
 answered on 29 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?