This is a migrated thread and some comments may be shown as answers.

RadListBox in GridTemplateColumn

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 13 Jun 2012, 01:12 PM
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

Sort by
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.
Tags
Grid
Asked by
Lasly
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or