Telerik Forums
Kendo UI for jQuery Forum
1 answer
106 views

I've had this issue for two years (StackOverflow post), and today I checked if the latest version of kendo fixed this issue and it looks like it didn't.

Sorting a chart against a string field works fine, as demonstrated in the following string dojo.

But when I try and sort it against a date field it simply doesn't do anything, as demonstrated in this date dojo.

 

Is there something I'm missing?

Alex Hajigeorgieva
Telerik team
 answered on 11 Nov 2020
3 answers
577 views

Hello!

The persistSelection example does not work. I tested it with Chrome and Edge.

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-persistSelection

And when was this feature introduced?

 

Best regards,

Kaan

Georgi Denchev
Telerik team
 answered on 11 Nov 2020
3 answers
2.9K+ views

How to export excel  with only selected rows, selection is based on a column value? 

Note: JQuery Grid

 

Martin Bechev
Telerik team
 answered on 11 Nov 2020
7 answers
224 views

Hello

I'm using KendoUI for JQuery and i'm having troubles to display two series of data (with some special requirements).

All my attempts to find the solution failed. Hope you can help me. 

 

I have two series of objects (with date and value field - date is the category), which starts and ends at the same time, but one serie has only every other value. We measure one values in some interval (for example day) and other in double the interval (every two days). 

For example 

- Serie 1 has objects with dates (categories) for every day: 1.1.2020, 2.1.2020, 3.1.2020, 4.1.2020, 5.1.2020, 6.1.2020, .....

- Serie 2 has objects with dates (categories) for every other day: 1.1.2020, 3.1.2020, 5.1.2020, 7.1.2020, .....

 

What i need is line graph with possible gaps where days (categories) will be lined up.

Only thing i managed to do is this: dojo - attached image current.png

What i want is attached image expected.png

 

Every help is welcome.

Thanks

Viktor Tachev
Telerik team
 answered on 11 Nov 2020
4 answers
635 views
Hi
I am trying to bind a data table to Grid on button click.
I am able bind data, however
1. I want to show a blank grid when the page is loaded
2. Show data only on button click
When I bind the grid, the json response is coming as a JavaScript file to download
I have attacked the code of controller and view that I am using 
Also the screenshot 
Georgi Denchev
Telerik team
 answered on 10 Nov 2020
3 answers
473 views
Can the listbox be made to autofit its content?
Nikolay
Telerik team
 answered on 10 Nov 2020
5 answers
2.3K+ views

Hello,
sorry if this has been asked before, I tried searching the forum but didn’t quite find the same problem I have..
So I made a table with KendoGrid and in the first column of the table I have icons for active incident tickets and service requests. I want to use the KendoTooltip on the icons inside the table cell.

I tried out this code snippet from here:

$("#grid").kendoTooltip({
          filter: "td:nth-child(1)", 
          position: "right",
          content: function(e){
            var dataItem = $("#grid").data("kendoGrid").dataItem(e.target.closest("tr"));
            var content = dataItem.Text;
            return content;
          }
}).data("kendoTooltip");

But the tooltip is applied to the whole cell, while I want to use it on the individual icons inside the cell. I tried putting the icons inside a new <div> in the template of the columns, like this (very simplified):

var column = {
              field: "IsAboutConfigItems",
              title: "Incidents/Service Requests ",
              template: function (dataItem) {
                              var result = "<div id=\“container\“> … <img>…</img> …</div>“;
                              return result;

                             }
                    };

And the tooltip:
$("#container").kendoTooltip({
                    content: function (e) {                      
                      var result = "test" ;

                      //etc...
                      return result;
                    }
                  });

But it doesn’t work, there is no tooltip showing up at all but also no errors in DevTools. I’m not sure what I’m doing wrong?

Ivan Danchev
Telerik team
 answered on 10 Nov 2020
2 answers
5.2K+ views
Is there a way to completely remove or hide the dropdown where it says "Is Equal To", "Does Not Contain", etc?

I am using a data source so this dropdown is not necessary.

Thanks!
Stefan
Telerik team
 answered on 10 Nov 2020
1 answer
725 views

I followed this example to add values to the multiselect without using a popup, but I noticed that whenever the multiselect loses its focus, the text that has been typed on it disappears.

I wish to avoid this behavior, since it would be annoying to a user to type something and click somewhere else and that value to be lost.

Is this possible?

Martin
Telerik team
 answered on 09 Nov 2020
1 answer
1.5K+ views
now the text cut due to the overflow setting, is it possible to wrap it?
Ivan Danchev
Telerik team
 answered on 09 Nov 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?