Hi,
I'm binding RadGridView ItemsSource to ObservableCollection<ExpandoObject> because I need to display the data without knowledge of its type and schema. Values are presented correctly in grid, but when I'm typing anything in search - no results are presented. Here is sample solution illustrating this problem, so that you can help me solve this problem.
I'm binding RadGridView ItemsSource to ObservableCollection<ExpandoObject> because I need to display the data without knowledge of its type and schema. Values are presented correctly in grid, but when I'm typing anything in search - no results are presented. Here is sample solution illustrating this problem, so that you can help me solve this problem.