Hi,
I'm deriving our custom grid from the RadGridView control and adding a couple of parts to the control template to include a RadDataFilter and a RadDataPager. I want to set up the sources such that when the ItemsSource property is set on the GridView, it actually sets the RadDataFilter Source property and then the RadDataPager Source would be the filter's FilteredSource, and finally the GridView ItemsSource should actually be the pager's PagedSource. How can I achieve this? Basically, when the consumer of this control sets the ItemsSource on the grid, I don't know how to intersect that and have the bindings as I describe here.
Thanks,
LauraH
I'm deriving our custom grid from the RadGridView control and adding a couple of parts to the control template to include a RadDataFilter and a RadDataPager. I want to set up the sources such that when the ItemsSource property is set on the GridView, it actually sets the RadDataFilter Source property and then the RadDataPager Source would be the filter's FilteredSource, and finally the GridView ItemsSource should actually be the pager's PagedSource. How can I achieve this? Basically, when the consumer of this control sets the ItemsSource on the grid, I don't know how to intersect that and have the bindings as I describe here.
Thanks,
LauraH