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

Issue with Transition control?

2 Answers 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Cameron Molyneux
Top achievements
Rank 1
Cameron Molyneux asked on 23 Feb 2010, 10:43 AM
Not sure if this is a problem with the transition control or my code

I have a page with a menu on it and when i select an option I 'navigate' to the page by setting the content of the transistion control to the new page

sometimes i've noticed that the page does not display, infact the screen stays the same.  If i minimise and then maximise the window, the page that should have been displayed is there

code looks something like this

 

/// <summary>

 

 

/// Add page to page collection

 

 

/// </summary>

 

 

/// <param name="content"></param>

 

 

/// <param name="title"></param>

 

 

private void addContent(UserControl content, string title)

 

{

 

ContentControl page = new ContentControl();

 

page.Content = content;

contentPages.Add(page);

mainContent.Transition =

null  //took transition out for now

 

mainContent.Content = page;

addBreadcrumb(title,page);

}

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 25 Feb 2010, 12:34 PM
Hi Cameron,

We didn't ovserve such issue yet. Could you please share some more information about your case - if you could open a support ticket and send us a sample project, this would be very helpful? Did you notice when this happens or it happens randomly?

Best wishes,
Miroslav Nedyalkov
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
Cameron Molyneux
Top achievements
Rank 1
answered on 26 Feb 2010, 12:07 PM
Hmm .. when I try it in a project on its own .. i cant replicate ..

I will try some more and post back if i can replicate
Tags
General Discussions
Asked by
Cameron Molyneux
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Cameron Molyneux
Top achievements
Rank 1
Share this question
or