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

Erro trying to use RadDataForm, does not exist

1 Answer 125 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Ying
Top achievements
Rank 1
Ying asked on 19 Jan 2012, 09:16 PM
I tried to use the RadDataForm, but get
The type 'telerik:RadDataForm' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. 
I am using build 2011_3_1220 release

here is my xaml code:
<telerik:RadWindow x:Class="GISWeb.UserControls.window_bcaa"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
      xmlns:data="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Data"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">

    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadDataForm ></telerik:RadDataForm>
    </Grid>
</telerik:RadWindow>

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 20 Jan 2012, 08:08 AM
Hello Ying,

You need to make sure you have Telerik.Windows.Controls.Data assembly referenced in your application. Can you please verify it and let me know in case you are still unable to work with RadDataForm control ? 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataForm
Asked by
Ying
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or