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

Visibility of controls

0 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
V N
Top achievements
Rank 1
V N asked on 30 Jan 2012, 09:44 AM
// My code is as follows:

<input id="myControl" style="max-width: 66px;" />

$('#myControl').kendoNumericTextBox();


// The following doesn't work:
$('#myControl').hide();
$('#myControl').show();


Is this a bug? What is the proper way to hide/show a kendo control?

No answers yet. Maybe you can help?

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