views:

27

answers:

1

I want to have the filter controls of a radgrid sit outside the radgrid. can this be done?

A: 

You can, like on this sample. With multiple outside filters you have to apply several control parameters for your data source controls or build the filter expression of the grid by hand.

Dick Lampard
not using a datasource control i'm binding a datatable to the radgrid in code behind. any examples how to do that sample in code behind using a datatable
Adam Wright
Here is a quick one: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx. See the RefreshCombos method and how the WHERE clauses are defined - should work the same way with DataTables.
Dick Lampard