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

Using jquery to hide and then show divs leaves the kendo control hidden

0 Answers 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 30 Jun 2012, 02:40 AM
I have a set of divs that I hide and only show one at a time according to a menu item.
The initial div has a bound kendo control inside it.
I use jquerys .hide() method to hide the div with the kendo grid inside it.
I DO NOT call .hide() on the grid, just its parent div.

Later on when I call .show() method the div shows up including other normal text inside the div shows up but not the kendo grid??

Once a kendo grid has its parent div hidden how do I make it appear again?

Is this a bug?

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Joshua
Top achievements
Rank 1
Share this question
or