This question is locked. New answers and comments are not allowed.
Hi There,
I am looking to use the gridview and prism together. I need to implement the search as you type functionality found in the telerik demo site.
The CustomFilterDescriptor constructor expects the columns, but since I am doing this all through xaml I am not quite sure how to initialize it with the columns.
Hoping to find a work around, I declared a constructor with no parameters but got stuck on binding to the FilterValue to an element or to a property in the model. I keep getting "The given key was not present in the dictionary."
Any help is much appreciated.
Sam
I am looking to use the gridview and prism together. I need to implement the search as you type functionality found in the telerik demo site.
The CustomFilterDescriptor constructor expects the columns, but since I am doing this all through xaml I am not quite sure how to initialize it with the columns.
Hoping to find a work around, I declared a constructor with no parameters but got stuck on binding to the FilterValue to an element or to a property in the model. I keep getting "The given key was not present in the dictionary."
| <telerikGrid:RadGridView.FilterDescriptors> |
| <controls:CustomFilterDescriptor FilterValue={Binding Path=SearchValue}></controls:CustomFilterDescriptor> |
| </telerikGrid:RadGridView.FilterDescriptors> |
Any help is much appreciated.
Sam