Hi All,
I was trying out the window component but it didn't work when I tried to open it from javascript:
I found out I had to update my jQuery to 1.8.x in order for it to work, and it did. But then another problem arose, my grid component has now shrunk. The DIV containing the grid still has the correct height but the k-grid-content DIV now has fixed height of 25px. The problem dissapears when I don't use .Scrollable(). Does anyone have the same issue or can explain to me what I have to do?
I'm using jQuery 1.8.2 and Kendo version 2012.3.1114. (Before the jQuery update I was using jQuery 1.7.1).
Thanks in advance!
Lennart
I was trying out the window component but it didn't work when I tried to open it from javascript:
$(
"#Window"
).data(
"kendoWindow"
).open();
I found out I had to update my jQuery to 1.8.x in order for it to work, and it did. But then another problem arose, my grid component has now shrunk. The DIV containing the grid still has the correct height but the k-grid-content DIV now has fixed height of 25px. The problem dissapears when I don't use .Scrollable(). Does anyone have the same issue or can explain to me what I have to do?
I'm using jQuery 1.8.2 and Kendo version 2012.3.1114. (Before the jQuery update I was using jQuery 1.7.1).
Thanks in advance!
Lennart