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

trying the window but i cannot see the close button

4 Answers 104 Views
Window
This is a migrated thread and some comments may be shown as answers.
com
Top achievements
Rank 1
com asked on 01 Dec 2011, 04:58 PM
I have tried in three navigators, all with the same behaviour. I am using the Kendo UI i downloaded today Dic 1st.

The code i have used is:
<script>
    $("#lasfotos").kendoWindow(
    { draggable: true,
     resizable: false,
     width: "800px",
     height: "550px",
     title: "Fotos de <%=sficha%>",
    actions: ["Close"]
    });
    </script>
The ASP code works perfect!
Can someone tell me why i cannot see the close button?
Again, thank you.
   
.

4 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 02 Dec 2011, 09:14 AM
Please ensure that you have linked both kendo.common.css and kendo.[theme].css (or their minified counterparts). If you have already done so, there might be some clashing styles on the page. The fastest way to debug this is to post a sample project or a live URL, but if you cannot do so, you could try inspecting the window with Firebug / Chrome developer tools. You should find the close button in .k-window-titlebar
 > .k-window-actions element. Clicking on every element above it will show you where they are, as well as any clashing styles.

Best wishes,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Arni
Top achievements
Rank 1
answered on 02 Dec 2011, 12:54 PM
Everything is much easier. The new distribution is no folder styles / kendo. it refers to styles of kendo by default. In the beta version it was.
0
Alex Gyoshev
Telerik team
answered on 02 Dec 2011, 01:54 PM
Hi Taras,

Indeed, the kendo skin has been renamed to default. You need to link to it instead.

Kind regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
com
Top achievements
Rank 1
answered on 15 Dec 2011, 11:57 AM
Thank you for your responses.
After adding the css kendo style, everything is ok!
Tags
Window
Asked by
com
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Arni
Top achievements
Rank 1
com
Top achievements
Rank 1
Share this question
or