Hi Telerik,
I want to access the Result view (i.e;QueryableCollectionView) of telerik grid after filtered and sorting is applied on it. While debugging throught application, when i used "Quick Watch" - I found that i can access QueryableCollectionView it through using
"(new System.Linq.SystemCore_EnumerableDebugView(((Telerik.Windows.Data.QueryableCollectionView)((RadGrid1.ItemsSource))))).Items[0]".
But when writing the code iam getting following errors:1.System.Linq.SystemCore_EnumerableDebugView' is inaccessible due to its protection level .
Please help. Its urgent.
Thanks and Regards,
Manishkumar patel
I want to access the Result view (i.e;QueryableCollectionView) of telerik grid after filtered and sorting is applied on it. While debugging throught application, when i used "Quick Watch" - I found that i can access QueryableCollectionView it through using
"(new System.Linq.SystemCore_EnumerableDebugView(((Telerik.Windows.Data.QueryableCollectionView)((RadGrid1.ItemsSource))))).Items[0]".
But when writing the code iam getting following errors:1.System.Linq.SystemCore_EnumerableDebugView' is inaccessible due to its protection level .
Please help. Its urgent.
Thanks and Regards,
Manishkumar patel