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

Document disappear

2 Answers 64 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Ricardo
Top achievements
Rank 1
Ricardo asked on 26 Feb 2014, 07:16 PM
I downloaded the new RadControls for WPF (2014.1.224.45). 

I have a problem with this version .

All of my RTB's disappear and I don't know why.

I created a new proyect for wpf and I added  all references of the new release and I have de same issue.

Please could you help me it's very urgent.


I attached the screenshot of my sample proyect.

2 Answers, 1 is accepted

Sort by
0
Ricardo
Top achievements
Rank 1
answered on 26 Feb 2014, 08:14 PM
Here is the xaml code:

<Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow"
        Width="525"
        Height="350">
    <Grid Background="#FF877D7D">
        <Border Width="497"
                Height="299"
                Margin="10,10,0,0"
                HorizontalAlignment="Left"
                VerticalAlignment="Top"
                BorderBrush="White"
                BorderThickness="1">

            <telerik:RadRichTextBox />

        </Border>

    </Grid>
</Window>
0
Accepted
Missing User
answered on 28 Feb 2014, 01:24 PM
Hi Ricardo,

Thank you for contacting us!

The most common cause for such behavior is because of inappropriate use of NoXAML binaries. Could you try removing all references and adding them anew, cleaning and rebuilding the project? Please make sure the new references should be the ones containing XAML and all referenced .dll files should be the same version. Please take a look at this article about all needed Assembly References to start using RadRichTextBox for WPF.

Also, you could find more information about XAML and NoXAML binaries at this help article.

Regards,
Yancho
Telerik
Tags
RichTextBox
Asked by
Ricardo
Top achievements
Rank 1
Answers by
Ricardo
Top achievements
Rank 1
Missing User
Share this question
or