RadComboBox flickers
Article Info
Rating: Not rated
|
Article relates to
|
RadComboBox all recent versions
|
|
Created by
|
Nick
|
|
Last modified
|
27 February, 2008
|
|
Last modified by
|
Nick
|
PROBLEM
RadComboBox flickers
SOLUTION
RadComboBox exposes the ShowWhileLoading property. This property determines whether the combobox should be shown while being loaded or not. Disabling this property will hide the combobox during load. Thus, the flickering effect will disappear.
Example
| <telerik:RadComboBox ID="RadComboBox1" runat="server" ShowWhileLoading="False" ... /> |
| <rad:RadComboBox ID="RadComboBox1" runat="server" ShowWhileLoading="False" ... /> |
Comments
There are no comments yet.
If you'd like to comment on this KB
article, please, send us a
Support Ticket.
Thank you!
Please
Sign In
to rate this article.