or

Any suggestions are appreciated.
Thanks,
Joel
Hi,
we are using/testing RadRichTextBox. What we do is to insert some text and tab stops.
Then we save it as rtf (created with RtfFormatProvider) to a database.
The rtf String in the Databse is correct.
Then we load that string from the database (string still contains tab stops) in the RadRichTextBox again with RtfFormatProvider/RadDocument.
Now all the tab stops are vanished.
Are we doing something wrong, or are tab stops not fully supported ?
Thanks,
Bernhard / Timo
<telerik:RadComboBox HorizontalAlignment="Left" DockPanel.Dock="Top" Margin="5,0,5,0" TabIndex="1" FontSize="14" Name="RadComboBoxLocality" VerticalAlignment="Top" Width="286" Height="25" IsEditable="True" ItemTemplate="{StaticResource CustomItemTemplateLocality}" CanKeyboardNavigationSelectItems="False" MaxDropDownHeight="400" StaysOpenOnEdit="True" OpenDropDownOnFocus="True" IsDropDownOpen="True" ItemsSource="{Binding Source={StaticResource SuggestorViewModel}, Path=Searchresult}" SelectedValue="{Binding Source={StaticResource SuggestorViewModel}, Path=CurrentItem, Mode=TwoWay}" Text="{Binding Source={StaticResource SuggestorViewModel}, Path=LocalityName, Mode= TwoWay}" IsSynchronizedWithCurrentItem="True" IsFilteringEnabled="False"> </telerik:RadComboBox>