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!