Telerik Forums
Kendo UI for jQuery Forum
1 answer
89 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
233 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.9K+ 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
537 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
969 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
1.0K+ 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
22 answers
834 views
Is there a way to add more custom options to the context menu?
Veselin Tsvetanov
Telerik team
 answered on 29 May 2020
1 answer
430 views
Is there an 'OnChange' or 'Change' event I can hook into to react to change of a field in the scheduler's edit event modal dialog? If so can you point to an example?  Trying to do this without creating a Custom Edit Template if I don't have to.
Martin
Telerik team
 answered on 28 May 2020
1 answer
286 views

I have a grid inside the detailed row with another datasource. The column template inside the detailed row is not taking the format

template: `<label>{{dataItem.Name}}</label>`

When running it shows as {{dataItem.Name}}.

 

It also doesn't run the ng-if, ng-show .... conditions 

 

The parent grid shows everything correctly.

Nikolay
Telerik team
 answered on 28 May 2020
3 answers
189 views

Hello

Is there a way to change out the Field List on the fly?

Do I use setOptions like other widgets to change out the field list or do i change the datasource?  

Anyone have an example?  The published API is a little limited.

Thank you

Jeff

Jeffrey
Top achievements
Rank 1
Veteran
Iron
Iron
 answered on 27 May 2020
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?