Questions tagged [kendo-ui-window]

Window is a Kendo UI component.

Overview

Window is a Kendo UI () component. A Window displays content in a modal or non-modal HTML window. By default, a Window can be moved, resized, and closed. Its content can also be defined with either as static HTML or loaded dynamically via AJAX. A Window can be initialized from virtually any DOM element. During initialization, the targeted content will automatically be wrapped in the div element of the Window.

Links

Related tags

12 questions
2
votes
2 answers

Kendoui Window set X and Y Position

How do I specifically set a kendo ui window to a location x, y Ive tried both .x and .left and .y and .right Neither of these seem to have any effect and I cant find anything online or in the docs.
Dale Fraser
  • 4,623
  • 7
  • 39
  • 76
1
vote
0 answers

How do get kendo window's content inside form tag?

I have the following HTML where Address is shown using Kendo Window
1
vote
0 answers

First Time If checking the parent node neither parent node getting checked nor child node getting checked

I use Telerik kendo-tree-view to show popup inside which all parent node is there as checkbox.So when I should check parent node it should expand and check all child node automatically.But Not happening so and the issue is only for first time from…
AMT.in
  • 391
  • 1
  • 5
1
vote
1 answer

Kendo Template - Convert boolean value into yes or no

I have this kendo template and i am trying to convert the isDiscount boolean value into yes/no. Please suggest how can i perform this conversion.