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

Listbox disappears after reload

3 Answers 72 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Manikanta Kiran
Top achievements
Rank 1
Manikanta Kiran asked on 23 Feb 2010, 05:48 PM
Hi

The web application has a page in which all the controls are dynamically loaded. A RadTabStrip and RadMultiPage act as the place holders for the controls. One of the tabs has listboxes which have some render issues i.e. after a postback the list box controls flicker (or) disappear completely. If I change focus i.e go to another tab and comeback to the tab which has the list boxes , they show up.

 Please advice on how to resolve this issue?

Thanks
Kiran 

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Feb 2010, 09:26 AM
Hello Manikanta,

Thank you for contacting us.

How do you add the listboxes to the pageview? Dynamically added controls should be added on every postback. If this is not the case, please open a support ticket and send us a simple page illustrating the issue there. Thanks in advance

Sincerely yours,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Manikanta Kiran
Top achievements
Rank 1
answered on 24 Feb 2010, 04:16 PM
protected void radMultiPageCR_OnPageViewCreated(object sender, RadMultiPageEventArgs e)  
 
{  
}  
 

 

 

I used the OnPageViewCreated event of the telerik RadMultiPage so that the dynamic controls are added on postback too.

 

 

 

 

0
Yana
Telerik team
answered on 26 Feb 2010, 02:43 PM
Hello Manikanta Kiran,

I'm still not able to reproduce this issue, please send us a simple page which will help us to observe it. Thanks

Regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListBox
Asked by
Manikanta Kiran
Top achievements
Rank 1
Answers by
Yana
Telerik team
Manikanta Kiran
Top achievements
Rank 1
Share this question
or