Telerik Forums
Kendo UI for jQuery Forum
2 answers
449 views
Hello,

I want to use the column resizing capabilities of the Grid. I’m facing a problem, which can be reproduced in a Kendo UI Grid sample.

1. Open the Url https://demos.telerik.com/kendo-ui/grid/column-resizing
2. Resize a column so the horizontal scrollbar appears
3. Move the horizontal scrollbar to the far right
4. Column resizing does not work anymore as intended. If the mouse is between two column headers, the size of a column cannot be changed. It seems to me as if the object to move the column size has been moved to the left by scrolling.

Is there a way to change the column width even when using the scroll function?

Regards,
Stefan
Stefan
Top achievements
Rank 1
 answered on 19 Sep 2019
1 answer
170 views

I have a grid that has group headers. I want to be able to add/edit/delete these group headers along with being able to add/edit/delete the rows that are grouped underneath them.

 

As an example:

I have a grid where Users are the group headers. And under each user are contact information. I want to be able to edit a User's name, add new users, and delete users. As well as add/edit/delete the contact info for each user.

 

Is this possible to do?

 

 

Tsvetomir
Telerik team
 answered on 19 Sep 2019
1 answer
140 views

Hi,

I've tried to apply a toolbar template, like other components, but it is ignored and it's show the standard toolbar.

There is just a way to do a toolbar customization, or is it necessary to wait an implementation directly in the component source?

Thanks

Fabio

Nencho
Telerik team
 answered on 19 Sep 2019
1 answer
202 views

Hello Team,

Is it possible to drag and drop nodes from one treelist to other treelist. it would be great help, if you share me some references.

 

Eyup
Telerik team
 answered on 19 Sep 2019
3 answers
466 views

I am making an application where it will be necessary to create a PDF with more than 2 pages.
From the documentation I saw that it is necessary to generate the HTML in a DIV and generate the PDF.
This is working fine when it's just a page.
But for multiple pages this is giving problem.

 

What I need is a way to "hide" the "GeneratedPDF" Div for the user and only generate the PDF (when hidden the content is not generated in the PDF).

And how do I page break between the two sample URLs?

 

My code:

<div id="GeneratedPDF"></div>

<input type="button" class="button blue" id="btnCreatePDF" value="Create PDF" />

<script>
    $("#btnCreatePDF").click(function () {
        var html = "";
        $.ajax({
            url: "/PageForTheExample1",
            type: "GET",
            dataType: "html",
            success: function (data) {
                html += data;
                $.ajax({
                    url: "/PageForTheExample2",
                    type: "GET",
                    dataType: "html",
                    success: function (data) {
                        html += data;                              
                        CreatePDF(html);
                    }
            }
        });
 
    });
    function CreatePDF(html) {
        $('#GeneratedPDF').html(html);
        kendo.drawing.drawDOM($('#GeneratedPDF')).then(function (group) {
            kendo.drawing.pdf.saveAs(group, "Export.pdf");
        });
    }
</script>

 

xxx

Martin
Telerik team
 answered on 18 Sep 2019
1 answer
597 views

Hi,

Sorry in advance but I have no example in hand now by writing post.
I will try to explain clearly.

I have a MVVM implementation with a fruits property bound to a selectDropdown widget.
This property is an empty array by default (fruits: [])

I have a dataSource dsource instance which call a remote endpoint.
I call the fetch method manually and define a callback function which do some tasks :

- dsource.filter(...);
- dsource.sort(...);
- viewModel.set('fruits', dsource);

(Note that I didn't applied dsource as default value of my fruits property cause of specific mvvm implementation)

 

My issue is :
Everything works well unless if my dsource return empty data.
In this case, filter, sort or set dsource to viewModel are calling the read method a second time.
It can call the read method 4 times (1 for first call, 1 for filter, 1 for sort and 1 for view model set method).

Why ? it should not cause my dsource has been instantiated and call a first time...

Thanks :)

moosh

Alex Hajigeorgieva
Telerik team
 answered on 18 Sep 2019
2 answers
121 views

Hello,

Look example: https://docs.telerik.com/kendo-ui/controls/diagrams-and-maps/map/how-to/drag-and-drop-markers

This sample work in Chrome, but it don't work in IE11.

How can i use it in IE11?

Konstantin
Top achievements
Rank 1
 answered on 17 Sep 2019
3 answers
577 views
I've defined a notification on my JSP page using the jsp taglib, and it works great if I'm using it in javascript from button actions or click events.  But if I try to access it as part of my ready function processing the following call returns 'undefined'.
var notification = $("#notification").data("kendoNotification");
It almost makes me think the widget hasn't fully initialized or something.  I want to avoid having to define everything via JS in the ready function, since that defeats the purpose of even having the taglib.  Am I doing something wrong, or is this not possible?
Thanks
CHRISTOPHER
Top achievements
Rank 1
Iron
Iron
 answered on 16 Sep 2019
1 answer
680 views

Hello,

My project has a problem about combobox column.

Then i follow your example about how to implement dropdownlist in grid control (https://demos.telerik.com/kendo-ui/grid/editing-custom) but i want to use combobox.

Unlucky, i get some problems and combobox shows "undefined" value after it lost focus.

I want send you a movie about it.

What should i do?

Here my movie: https://www.loom.com/share/02eab3b36cf74eb3b10f98c0af721404

Thanks.

Viktor Tachev
Telerik team
 answered on 13 Sep 2019
1 answer
64 views

Use IE 11 to load the Grid Element show error. (capture screen attached)

And show that in 'kendo.all.js' line 3416

return support.matchMedia && window.matchMedia(media).matches;

IE not support this syntax.

 

 

Viktor Tachev
Telerik team
 answered on 13 Sep 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?