Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.9K+ views
I have a button on a tabstrip which onclick clones the active tab in a new kendoWindow. The problem is, that I need a new browser window, not a Kendo one.
I tried the following:
...                           
var clonedwin = jq(tab).clone().kendoWindow({ 
   title:     title,
   actions:   ["Close"],
   modal:     false,
   width:     "50%",
   height:    "600px",
   visible:   true,
   draggable: true,
   resizable: false,
   position: {
    top:  "10%",
    left: "30%"
   }                               
}).data("kendoWindow");
 
var win = window.open(clonedwin,"_blank","left=200,top=235,width=815,height=470,scrollbars=auto");

...

 

The result is a new window with the error: "Unable to find web object file '[object Object]'" plus a new KendoWindow with the content from the tab.

Thank you in advance, 
Syian


Veselin Tsvetanov
Telerik team
 answered on 28 Apr 2020
5 answers
442 views

     Hi All:

 I have a problem that I am trying to resolve. Please help me out here. Thanks in advance. 

 I want to build two features into the tool bar, one is search panel, 

https://demos.telerik.com/kendo-ui/treelist/search-panel

the other one is Add New Record button

https://demos.telerik.com/kendo-ui/treelist/editing-popup

 

Both if them have completely different syntax, and if I do this in the treelist it won't work.

toolbar: ["kendo.template($("#region").html())", "create"],

 

Can you guys help me out on how I can get these two functions in the same tool bar please? Thanks. 

 

 

Alex Hajigeorgieva
Telerik team
 answered on 27 Apr 2020
1 answer
201 views
I am looking to do grouping with Kendo Spreadsheet. Is this possible, or is there documentation on this? 
Something along the lines of doing grouping with the Kendo Grid, where you select a column to groupby. 

Thanks in advance,
Cheers!
Ivan Danchev
Telerik team
 answered on 27 Apr 2020
3 answers
478 views
I'd like to show lines indicating the levels in a TreeView. Please see the image for examples. I've found something similar at https://docs.telerik.com/kendo-ui/controls/navigation/treeview/how-to/appearance/show-node-lines but it's not quite there yet.
Dimitar
Telerik team
 answered on 27 Apr 2020
1 answer
222 views

So I've been searching for an answer to this problem for a while and none of the other posts offer a suitable solution.
I want to make a pdf export of a grid, but the pdf needs to have a title page. I've tried this using drawDOM, the PDF function of the grid and using forced page breaks, but I don't get the result I want. I've made a dummy example in the dojo.

https://dojo.telerik.com/IFASUwud

What I want is for the kendo-template to be placed before the grid gets drawn, so I can get a title page. Or even better, to make the drawing of the grid start on the 2nd page of the PDF. When I tried this with the PDF functions of the grid I got the exact same problem.

Depening on which div I select in drawDOM function, I either get a working title page but the multipaging gets mest up, or the multipage works but I can't get a title page because the grid will always be displayed on top.

Hope you guys can help!

     

Martin
Telerik team
 answered on 27 Apr 2020
2 answers
907 views

Hello!

Is it possible to bind grid DataSource to observable object in a way where grid reacts on the changes in the observable object automatically (without triggering .read() method manually)?

There's is an example: http://dojo.telerik.com/IloJiROR

The question is: is it possible to set somehow a dataSource that will automatically react on changes in the model? I wanna change items in the array (in fact it's property of observable object) and see that my grid is changed automatically.

Tsvetomir
Telerik team
 answered on 27 Apr 2020
1 answer
442 views

Hello
I have trouble with multiselect. When I select item I get error "values is not defined" in console and selected item doesn't show in input. But in list it looks like selected. Can anybody help me with this, please?

<select id="members" multiple="multiple"></select>

$( "#members" ).kendoMultiSelect({
      dataSource: {
        data: [
          { value: 1, text: "Demo 1" },
          { value: 2, text: "Demo 2" },
          { value: 3, text: "Demo 3" },
          { value: 4, text: "Demo 4" }
        ]
      },
      dataTextField: "text",
      dataValueField: "value"
    }).data("kendoMultiSelect");

Martin
Telerik team
 answered on 27 Apr 2020
1 answer
102 views

We've identified an issue with the "Charts" category of font-icons  ( https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web#charts) . All others work as expected

The charts category only seems to work if a custom class is created, to reference the unicode 

We have a dojo created here for quick repro:

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

Thank you

Peter Milchev
Telerik team
 answered on 24 Apr 2020
1 answer
127 views
I see that the old STDEV (now replaced with STDEV.S) formula is not supported by default.
Is there a way to reference an already existing formula so that I can define a custom function and just return the result from the stdev.s formula? Or do I have to implement it from scratch.
Aleksandar
Telerik team
 answered on 24 Apr 2020
1 answer
163 views

Jquery signalr scheduler is sometimes not hitting server read method and not throwing any error in console.

Please help.

Regards

Arif

 

Plamen
Telerik team
 answered on 24 Apr 2020
Narrow your results
Selected tags
Tags
+138 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?