Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
One FieldLayout for multiple XamDataGrids
posted

Hey,

I have a few UserControls with different hierarchical XamDataGrids, in which I display different DataViews tht still have the same FIeldLayouts.

I wanted to declare these FieldLayouts in the App.xaml Ressources and use these for all Grids. But I not get it done to acces these Layouts by their Key-Names. 
Is there a way like this:

<igDP:XamDataGrid
Grid.Row="1"
Name="XamDataGridProjects"
Language="de-DE"
>
<igDP:XamDataGrid.FieldLayouts
>
<igDP:FieldLayout

Based On="FieldLayout1"

>