Telerik Forums
Kendo UI for jQuery Forum
2 answers
254 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
95 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
342 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
115 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
125 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
265 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
604 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
514 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
29 answers
962 views
Kendo UI Grid Forum,

Kendo UI Grid just came out with the column locking functionality.  When column locking is enabled, the heights of the nonlocking rows don't line up after the first 2 rows -  see the attached file.  The locked column height dictates the height of all of the other rows because it has the most information.   Without column locking the row heights function just fine.  With column locking there's a mismatch in row heights.  Do you have any recommendations regarding this issue?   

Thanks for your help, Netfactor



Eyup
Telerik team
 answered on 05 Feb 2021
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?