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

Word wrapping in EmptyContent

3 Answers 33 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexey
Top achievements
Rank 1
Alexey asked on 20 May 2014, 11:25 AM
Hi
I have following XAML:
<telerikPrimitives:RadDataBoundListBox
Grid.Row="4"
ItemTemplate="{StaticResource CategoryItemTemplate}"
ItemsSource="{Binding BudgetCategories}"
ScrollViewer.VerticalScrollBarVisibility="Disabled">
<telerikPrimitives:RadDataBoundListBox.EmptyContentTemplate>
<DataTemplate>
<TextBlock
Text="{Binding LocalizedResources.NoCategoriesInBudget, Source={StaticResource LocalizedStrings}}"
Style="{StaticResource PhoneTextSubtleStyle}"
FontSize="{StaticResource PhoneFontSizeLarge}"
FontFamily="{StaticResource PhoneFontFamilyLight}"
TextWrapping="Wrap"
/>
</DataTemplate>
</telerikPrimitives:RadDataBoundListBox.EmptyContentTemplate>
</telerikPrimitives:RadDataBoundListBox>

Text property contains very long text. Doesn't matter to TextWrapping property value text never wraps. In previous version there was no such problem.

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 23 May 2014, 08:09 AM
Hello Alexey,

This issue has been addressed in our Latest Internal Build. You should be able to download it from your account on the Telerik Website.

Let us know if you continue experiencing this issue after updating the assemblies.

Regards,
Deyan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Alexey
Top achievements
Rank 1
answered on 23 May 2014, 12:33 PM
I've tried  Telerik_UI_for_WindowsPhone8_2014_1_0507_DEV_hotfix
The same problem
0
Deyan
Telerik team
answered on 28 May 2014, 06:52 AM
Hi Alexey,

This is a quick follow up to inform you that an Internal Build with a fix addressing this issue is on its way. You will be able to download it from your account by the end of today.

Regards,
Deyan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Alexey
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Alexey
Top achievements
Rank 1
Share this question
or