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

HasItems and SetInitialUIState

1 Answer 51 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Matt Brewington
Top achievements
Rank 1
Matt Brewington asked on 22 Nov 2010, 08:48 PM
It seems that HasItems and SetInitialUIState are both missing from the Q3 2010.3.1110.35 release.  If they are no longer supported, what do we use in their place?

1 Answer, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 23 Nov 2010, 10:58 AM
Hi Matt Brewington,

We made some changes around the RadUpload's UI related code. The new UI related code is now using the Visual State Manager rather than accessing the elements in the template from code. The SetInitialUIState method can be replaced either by calling the CancelUpload() method or using the VisualStateManager.GoToState(..., "Initial", ...); and clearing the items in the Items collection.

Best wishes,
Alex Fidanov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Upload
Asked by
Matt Brewington
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Share this question
or