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

How to display kendo listview in kendo window on link click/button click?

1 Answer 187 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Parthasarathi
Top achievements
Rank 1
Parthasarathi asked on 14 Dec 2012, 12:30 PM
Hi All,

How to display list-view in kendo window on link click/button click? Immediate help would be appreciated.

Regards,
Partha.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 18 Dec 2012, 11:57 AM
Hi Partha,

In order to achieve the desired outcome I will suggest the following approach: 

  • Hide initially the ListView (for example you could use display: none property);
  • Hook up to the click event of the button and use the jQuery show() method to show the ListView.

For your convenience I prepared a simple HTML page which demonstrates the suggested approach in action.

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Parthasarathi
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or