Hi,
I'm using the build number 2011.1.315.1040 and I have the same issue if I try to scroll vertically in RadGridView more than define loadsize (50 rows in my code). It seems that include fails after the first load... Filter doesn't work to (same error)
For your information, the same code (without "
.Sort(maVue.SortDescriptors).Where(maVue.FilterDescriptors)")
works with build number 2010.3.1314 and doesn't work to with build number 2011.1.315.1040.
BR
Christophe
ERROR :
Output (In French sorry)
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.LB_MOD' DataItem='{}' (HashCode=0); l'élément cible est 'Telerik.Windows.Controls.GridView.GridViewCell' (Name=''); la propriété cible est 'Value' (type 'System.Object')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.LB_MOD' DataItem='{}' (HashCode=0); l'élément cible est 'System.Windows.Controls.TextBlock' (Name=''); la propriété cible est 'Text' (type 'System.String')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_COLORIS' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_COLORIS.LB_COUL' DataItem='{}' (HashCode=0); l'élément cible est 'Telerik.Windows.Controls.GridView.GridViewCell' (Name=''); la propriété cible est 'Value' (type 'System.Object')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_COLORIS' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_COLORIS.LB_COUL' DataItem='{}' (HashCode=0); l'élément cible est 'System.Windows.Controls.TextBlock' (Name=''); la propriété cible est 'Text' (type 'System.String')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.LB_FAM' DataItem='{}' (HashCode=0); l'élément cible est 'Telerik.Windows.Controls.GridView.GridViewCell' (Name=''); la propriété cible est 'Value' (type 'System.Object')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.LB_FAM' DataItem='{}' (HashCode=0); l'élément cible est 'System.Windows.Controls.TextBlock' (Name=''); la propriété cible est 'Text' (type 'System.String')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.ADA_I_METAFAMILLE.LB_MFAM' DataItem='{}' (HashCode=0); l'élément cible est 'Telerik.Windows.Controls.GridView.GridViewCell' (Name=''); la propriété cible est 'Value' (type 'System.Object')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.ADA_I_METAFAMILLE.LB_MFAM' DataItem='{}' (HashCode=0); l'élément cible est 'System.Windows.Controls.TextBlock' (Name=''); la propriété cible est 'Text' (type 'System.String')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.ADA_I_METAFAMILLE.ADA_I_RAYON.LB_RAY' DataItem='{}' (HashCode=0); l'élément cible est 'Telerik.Windows.Controls.GridView.GridViewCell' (Name=''); la propriété cible est 'Value' (type 'System.Object')..
Erreur System.Windows.Data : erreur de chemin d'accès BindingExpression : propriété 'ADA_I_MODELE' introuvable sur '{}' 'DynamicClass1' (HashCode=0). BindingExpression : Path='ADA_I_MODELE.ADA_I_FAMILLE.ADA_I_METAFAMILLE.ADA_I_RAYON.LB_RAY' DataItem='{}' (HashCode=0); l'élément cible est 'System.Windows.Controls.TextBlock' (Name=''); la propriété cible est 'Text' (type 'System.String')..
Query In Domain Service
ViewModel C# :
View XAML :