Telerik Forums
Kendo UI for jQuery Forum
0 answers
61 views
I have a list of items I'm displaying on a page.  When the user hovers over an item I want a "details" window to appear for that item.  I'd like the window to disappear if the window and the list item have lost focus.  I was able to get this to work partially by displaying the window using the "open" method when the user hovers over the list item, but I don't know how to tell if the window or item has lost focus.  Should I be using the menu widget instead of the window widget?
Travis
Top achievements
Rank 1
 asked on 30 Jul 2012
0 answers
69 views
Hi..
I'm trying to open a window (with content from another php page ) from a grid .. the window opens, but only once ... when I try to open again does not work ... this is the code I'm using:

....line of grid calling a custom command....
{command: { text: "Dados de Registro", click: ShowPop}, title: " ", },

...the function to open the window...
function ShowPop()

{var myWin = $("#window");
     if (!myWin.data("kendoWindow")) {
            // window not yet initialized
            myWin.kendoWindow({
                content: 'elt.php',
                title: "elt",
                iframe: true,
                width: "800px",
                height: "400px",
                scrollable: false,
                visible: false
             }).data("kendoWindow").center().open();
     }
   
}

i don't know what to do...

tks
Carlos
Top achievements
Rank 1
 asked on 26 Jul 2012
0 answers
83 views
I am using a portal called liferay within which there are small portlets. Each portlet will consist of an html page.

This html page of mine contains 3 windows which can be dragged and adjusted. When this was embedded inside a portlet, the windows didnt fit inside the portlet. They were displayed outside the portlet. Is it because a window works with respect to a browser and cannot be contained within another small portlet?

I am unable to fit it inside the portlet. Is there anything that can be done from an html page perspective that the whole thing would fit inside the portlet.
Pooja
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
134 views
Scenario: We have a page on which there are multilevel kendo window opening in an iframe.
For eg:If i open a window,it might have child windows,ideally the child windows should open as a individual entity,but what is happening my case child pop-pup get's appended to parent pop-up thereby restricting the movement of pop-up inside the parent pop-up.
My requirement is that i require pop-up to take grid as parent and should open as individual entity, so that i can move the pop-up outside the parent pop-up window.

Kindly let me know if there is any way to handle my scenario.
Mangesh
Top achievements
Rank 1
 asked on 13 Jul 2012
0 answers
138 views
How to achieve the alert or messagebox  function of.
Does not seem to find the alert control at kendo UI.
Do use the window to achieve 
Zhou
Top achievements
Rank 1
 asked on 11 Jul 2012
0 answers
82 views
The title says everything for the most part.

I opened a modal window and then was able to tab to the input fields on the form and make changes.  I was able to do this in Chrome and IE9.  Is there something I can do to stop this behavior?

Side Note:

I just started working with Kendo UI and it has be a joy.  Great Work!!!
Tony
Top achievements
Rank 1
 asked on 02 Jul 2012
0 answers
81 views
hello,

Maximize not work in Maximize mode when window open on page load please review the attach image.

Thanks
Wajahat
waji imam
Top achievements
Rank 1
 asked on 02 Jul 2012
0 answers
126 views
Hello, 

     i want to add tooltip text on action buttons of kendo window (e.g. close , refresh, minimize, maximize etc) , can anyone help me in this ? 

     

     

Pushkar
Top achievements
Rank 1
 asked on 23 Jun 2012
0 answers
108 views
HI,

I have placed asp.net login control inside the kendo ui. i tried to get the button click work. it is failing to authenticate or post back to server.

The button inside the window has become useless.

 <script>
           $(document).ready(function () {
              

             var window = $("#window").kendoWindow();
             var button = $("#robo");
             var buttonLogIN = $("#LoginButton");
             button.show();
             window.hide();
             var onClose = function () {
                 undo.show();             
             }
             button.bind("click",function ()
             {                
                 window.show();
                 window.data("kendoWindow").open();
                 window.data("kendoWindow").center();
             })
             buttonLogIN.bind("mousedown", function () {                
                 window.show();
                 window.data("kendoWindow").open();
                 window.data("kendoWindow").center();
                 window.data("kendoWindow").closest("#window").appendTo("form");
         
             })

               if (!window.data("kendoWindow")) {
                   window.kendoWindow({
                       width: "300px",
                       height: "200px",
                       title: "About Alvar Aalto",
                       close: onClose
                   });
               }
              
           });
            </script>


digish devassy
Top achievements
Rank 1
 asked on 13 Jun 2012
0 answers
122 views
Hi,

I have a issue in IE 8 with window ui , I am using window as modal and when I open its show me perfect only silver light object is not working with shadow.

you can see in attached image.
wajimam
Top achievements
Rank 1
 asked on 05 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?