Telerik Forums
Kendo UI for jQuery Forum
3 answers
367 views

Hi All,

I am new to Kendo, can you please help me with the below scenario.

In the current scenario, when I enter 3 letters, the call is going to the database, but I want to call database only when I focus out of the textbox , I don't want to call database after 3 letters. how to achieve this, below is my code block.

 

(function ($, kendo, undefined) {
var templates = {
description:
'<input data-role="autocomplete" type="text" data-text-field="description" data-filter="contains" data-min-length="3" data-bind="source: colors, value: autoCompleteValue/>'
};

var seceditor = Widget.extend(
options: {
columns: [
  { 
    template: kendo.template(templates.description)
  }
]
});
ui.plugin(seceditor );
})(jQuery, window.kendo);

 

Thanks,

Tram

tram
Top achievements
Rank 1
Veteran
 answered on 11 Feb 2021
2 answers
263 views

Hi,

I have some doubts about coordinates.

How to get pixel cordinates of a lat, lng point?

I tried locationToView and locationToLayer without success ..

Here a script example:

 

$("#map").kendoMap({
            zoom: 3,
            center: [45, 10],
            layers: [{
                type: "tile",
                urlTemplate: "http://a.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
                attribution: "© OpenStreetMap"
            }],
            markers: [{
                location: [45, 10],
                shape: "pinTarget"
            }],
            pan: function (e) {
                 
                console.log('What are now marker pixel coordinates?')
                 
            }
        });
Marcello
Top achievements
Rank 1
Iron
 answered on 11 Feb 2021
1 answer
100 views

Hello,

I have a graph showing values throughout a day (from midnight to midnight) in quarter-hour periods.

My question is, if there is a tool to display graph in corresponding way - to show the data like they are measured in the corresponding period, not at the ticks, that means to place columns into gaps between ticks and labels onto ticks (so column wouldn't be above label).

Example is attached.

Thanks for response in advance.

Jiri

 

Nikolay
Telerik team
 answered on 11 Feb 2021
11 answers
359 views

Hello,

I am using the numeric text box as a percentage input with a factor of 100.Typing '100' into the form field produces '100%' as expected. When I submit the form via an Ajax request, '100' is sent back to the server instead of '1'. I inspected the numeric text box element to find the value attribute is '100'. When I inspected the widget via .data('kendoNumericTextBox') the value is '1'.

Is this expected? Shouldn't Kendo make sure the value attribute on the element is the same value as the widget?

Thanks

Eyup
Telerik team
 answered on 10 Feb 2021
1 answer
120 views

Hi,

I try to describe the scenario that I would like to obtain.

A page contains a map linked to some provider(in example open street map).

Externally exist a "tool box" that contains some tools, in example "circle".

User can drag "circle into the map" so a circle appears, now user can move, resize it.

Various problems appears on drag/resize interaction with base pan events.

And I don't find documentation about how to add a svg layer where I can put shapes.

Ideas?

Thanks,

marc.

 

 

Marcello
Top achievements
Rank 1
Iron
 answered on 10 Feb 2021
1 answer
132 views

Hello , 

Well , i am new on the kendo api and i wanna know if i can easly transform my character count tool to use the features of kendo editor without implimenting the text editor . What i am asking for is can i use the tool bar of the editor without changing all the back-end from textarea to a kendo editor instance ?

my tool : https://www.character-count.info/

Dimitar
Telerik team
 answered on 10 Feb 2021
1 answer
300 views

Hi

 

I am trying to use scrollable Kendo Tab Strip(with angularjs) and I am having an issue when I resize the browser.

Initially when I load the Kendo Tab Strip, buttons for scroll are hidden if tab wrapper is big enough to show all tabs as expected. However when I resize the browser to half and width of tab wrapper becomes small to display all tabs, It still does not show the scroll buttons so I can't scroll at all. Is this bug or you are actually not supporting the responsiveness for scroll in Kendo Tab Strip?

 

Kind regards

Minchul

n/a
Top achievements
Rank 1
 answered on 10 Feb 2021
5 answers
1.7K+ views

Hi !

I using telerik jquery , when i using tilelayout, i like action as : Drag, drop. 

 

But I want to save layout and reload it in later.

 

Please help me to do it !

 

tks !

Nikolay
Telerik team
 answered on 09 Feb 2021
3 answers
620 views

Hello,

I used Kendo Grid with the search toolbar on data from a service call. My data is displayed correctly and my select function works fine.

But when I try to search in toolbar, the results will not be filtered. Is this a problem with my service call?

    var settingsSelectable = "multiple, row";
    var settingsColSelectable = [
        {
            selectable: true,
            width: 75,
            attributes: {
                "class": "checkbox-align",
            },
            headerAttributes: {
                "class": "checkbox-align",
            }
        },
        {
            title: "Product Information",
            template: "<div>#: Name #</div><div>Id: #: Id # | ArtNo: #: ArtNo #</div>",
            attributes: {
                "class": "select-#: Id #",
            }
        }
    ];
     
var grid = $(".all-products").kendoGrid({
        dataSource: new kendo.data.DataSource({
            transport: {
                read: function (options) {
                    LoyaltyCategoryService.GetProducts().then((res) => {
                        options.success(res.data.Data);
                        preselect();
                    })
                }
            }
        }),
        toolbar: ["search"],
        columns: settingsColSelectable,
        height: 800,
        selectable: settingsSelectable,
        change: onChange,
        dataBound: function () {
            preselect();
        }
    });

 

Maybe someone can help me! Have a great day!

Eyup
Telerik team
 answered on 09 Feb 2021
5 answers
523 views

How to add rows numbers when virtual scrolling is enabled?

using this method: http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Templates/add-row-numbers doesn't work well.

Anton Mironov
Telerik team
 answered on 05 Feb 2021
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
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
AICodingAssistant
+? 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?