Telerik Forums
Kendo UI for jQuery Forum
1 answer
372 views

When creating Pins on the Telerik UI Map, (https://demos.telerik.com/kendo-ui/map/remote-markers), how can we make sure that multiple pins that happen to have the same coordinates, will show up and not be "covered", so that only the very last one drawn get shown?

 

Does Telerik pin has a similar feature to show multiple clusters of pin, with something like this? (https://developers.google.com/maps/documentation/android-sdk/images/utility-markercluster.png)

Georgi
Telerik team
 answered on 17 Apr 2020
1 answer
282 views
When you are looking at a folder structure in file manager. Typing a Filename and only searching at the current folder seems contradictory to normal search behavior which traverses both the current folder and sub folders to find that name. Can we add a search methods that calls the API to search.
Dimitar
Telerik team
 answered on 17 Apr 2020
1 answer
704 views

Hi guys,

What I have done is I have added a Context Menu with option Create Event (gets visible after mouse right click on scheduler) .
Now when User clicks on Create event then opening Kendo Window. In this I have two text boxes for Date and Time. 
Here what I want is I need Date and Time from Scheduler where user has clicks right of mouse.
For Example
If user right clicks on any cell of 15th date of scheduler at 10 am then text boxes should get filled with 15-04-2020 and 10:00 am respectively
Similarly, If user right clicks on any cell of 18th date of scheduler at 01 pm then text boxes should get filled with 18-04-2020 and 01:00 pm respectively and so on.
Here is Code Snippet

Also I have attached screen shots.

Please help.

Veselin Tsvetanov
Telerik team
 answered on 17 Apr 2020
3 answers
149 views

Dear Telerik,

 

There is a hierarchial grid. The 'child grid' is too long so I need to scroll horizontally if I want to see any table column.

So my problem is when I use the keyboard navigation by arrows the automatic scrolling doesen't work. If I don't scroll horizontally I can't see the next column.

If I use the main table the same way by arrows, the automatic scrolling is working. How could this work on 'child table' too?

I'm waiting for your answer.

 

Your's sincereley,

Adam Lantos

Silviya Stoyanova
Telerik team
 answered on 16 Apr 2020
2 answers
165 views

I am using MVVM to render a master template and within that I am rendering a child template using the data-template attribute. The child template contains some html that I attach an event to via jQuery.

I'm running into an issue where the event no longer fires in the child template after an update to the model.

My real-world implementation is more complex but I have thrown together a simple example of the issue here:

https://dojo.telerik.com/EbuDubel/2

To reproduce the problem:

1. Click "I always work" notice the alert appears
2. Click "I stop working after updating input" notice the alert appears
3. Change the value of the input text
4. Click "I always work" and notice the alert is still working
5. Click "I stop working after updating input" and notice the alert no longer appears

Is this behavior expected?

 

 

 

Martin
Telerik team
 answered on 16 Apr 2020
4 answers
196 views
Hi

I have a tree list with a custom edit popup setup containing a multiselct box and having a couple of issues getting the data-bind working correctly.

Here is a subset of the ds_Tables - all fine

    var ds_Tables = new kendo.data.DataSource({
        data: [
            {id:'MemberAdvertising', name:'Advertising'},
            {id:'MemberCorporate', name:'Corporate'},
            {id:'MemberHotel', name:'Hotel'},
            {id:'MemberSpecialOffer', name:'Special Offers'}
        ]
    })

Here is the code for the multiselect which loads and works fine

                        <select id="MemberType_MemberTypeTables" name="MemberType_MemberTypeTables"
                            data-bind="value:MemberTypeArray, source:ds_Tables"
                            data-value-field="id"
                            data-text-field="name"
                            data-source="ds_Tables"
                            data-role="multiselect" /></select>

The MemberType_MemberTypeTables  variable in JSON is a comma separated string, so my Treeview edit looks like

       edit: function(e) {
            var MemberTypeArray = e.model.MemberType_MemberTypeTables.split(",");
            e.model.MemberTypeArray = MemberTypeArray;
       }

where I'm basically creating an array of tables to use as the data-bind values and assigning to a 'dummy variable' e.model.MemberTypeArray

The first time I press edit it doesn't do the data-binding showing the selected tables, but if I then press cancel and then edit again it works ok.

How can I force the edit popup to use the Array the first time ?

Thanks in advance.

Dave
Martin
Telerik team
 answered on 16 Apr 2020
3 answers
843 views

Hi,

Does anyone know if it's possible to chain promises on the click of the 'ok' button in kendo.alert(), like you can do with kendo.confirm()?

If not, is there any other way I can latch on the 'click ok' event for a kendo alert?

Thanks.

Dimitar
Telerik team
 answered on 16 Apr 2020
1 answer
404 views
I cannot use most of my combobox's on my page due to the fact that when I try to select a value by clicking the combobox, it triggers page scroll to top of my page. These combobox's are quite low on my page and therefor I cannot access the values due to this auto scrolling. Please help.
Ivan Danchev
Telerik team
 answered on 15 Apr 2020
1 answer
132 views
I have multiple combobox's. One for each detailRow headerTemplate. When I expand new detail Row tabs the combobox clear button "X" keeps appending more "X" s and Im not sure why this is happening or if there is a work around?
Ivan Danchev
Telerik team
 answered on 15 Apr 2020
9 answers
1.0K+ views

Hi,

There is something similar like undo button or revert button which can restore the last value from an input field, something similar like undo from kendo editor? 

I'v seen an example here:https://docs.telerik.com/kendo-ui/controls/diagrams-and-maps/diagram/how-to/modify-undo-redo-stack.

Best regards,

Alex

Petar
Telerik team
 answered on 15 Apr 2020
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?