This is a migrated thread and some comments may be shown as answers.

my kendo window is undefined not sure why

2 Answers 218 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tim R
Top achievements
Rank 1
Tim R asked on 19 Jan 2013, 02:26 PM
EDIT: solved by setting the width first.
    


function addCellClickEventListener()
{
     var grid = $('#grid').data('kendoGrid');
     $(grid.tbody).on('click',"> tr:not(.k-grouping-row, .k-detail-row, .k-group-footer) td.dow", function(){

      // get some additional data from the server based on values from the row to
      // which the clicked-on cell belongs -- works OK -- reference to grid is valid
        .
        .
        .
        var windowObject = $("#messagewindow").data("kendoWindow").open();

        // windowObject is undefined

         });
}
           

2 Answers, 1 is accepted

Sort by
0
Leticia
Top achievements
Rank 1
answered on 03 Apr 2018, 02:32 PM

Hi,

Did you find what was the problem?

I'm with the same problem in Kendo for PHP

0
Ivan Danchev
Telerik team
answered on 05 Apr 2018, 08:53 AM
Hello Leticia,

This is a very old thread, so could you please open a separate forum thread or submit a support ticket about the issue you are facing with the Window, providing more details on the specifics of your scenario  such as: the HTML that contains the element you initialize the Window from, as well as how you initialize it and get a reference to it?

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Window
Asked by
Tim R
Top achievements
Rank 1
Answers by
Leticia
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or