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.
.
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.
.