Amos,
In regards to your forum question, C1 ADO.NET DataExtender support and has the ability to filter a DataView only on rows, using this code...
[C#] public event C1ViewFilterRowEventHandler FilterRow
[Visual Basic] Public Event FilterRow As C1ViewFilterRowEventHandler
C1 ADO.NET DataExtender does not have the ability to filer a DataView on a column
as it does on a row though.
- Steve