hi,
i have a RadListBox in a GridTemplateColum with a different datasorce of radgrid.
can I apply filter on this column?
1 Answer, 1 is accepted
0
Accepted
Andrey
Telerik team
answered on 18 Jun 2012, 08:53 AM
Hello,
When you are using the built-in filtering functionality, RadGrid creates a filter expressions that are applied over its datasource.
So, the only way to use the built-in filtering functionality you should use datafield for the column from the same datasource as RadGrid.
You could filter the ListBox datasource either with stand-alone filter control like RadFilter or you could provide custom logic in the code-behind to handle the filter process. In both cases you should build the expression and apply it manually.
Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.