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

AG_E_UNKNOWN_ERROR

1 Answer 86 Views
Expander
This is a migrated thread and some comments may be shown as answers.
reema
Top achievements
Rank 1
reema asked on 19 May 2009, 08:26 AM

hi,

what is the problem with the bellow code,it gives  AG_E_UNKNOWN_ERROR . actually the error appears only if I add RadGridView.

 

 

 

<telerik:RadExpander.Content>

 

 

 

 

 

 

 

<Border BorderThickness="1" BorderBrush="Black">

 

 

 

 

 

 

<Canvas Width="400" Height="500">

 

 

 

 

 

 

<grid:RadGridView></grid:RadGridView>

 

 

 

 

 

 

</Canvas>

 

 

 

 

 

 

</Border>

 

 

 

 

 

 

</telerik:RadExpander.Content>

thanx

 

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 19 May 2009, 03:10 PM
Hi Reema,

You need to add the following references to the project:
  • Telerik.Windows.Controls.dll
  • Telerik.Windows.RadGridView.dll
  • Telerik.Windows.Data.dll
  • Telerik.Windows.Controls.Input.dll
  • System.Windows.Controls.Data.dll
You can see a sample in the attached file.

All the best,
Dimitrina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Expander
Asked by
reema
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or