Hey jheyse,
I've been trying to implement your TableTextSeach filter control and I've copied over the code from your post but I am getting compile errors about missing references (for example it cannot find IDynamicDataSource). Am I missing a reference?
Have you added this component to CodePlex?
Thanks a lot!
Joel.
--EDIT--
Forget what I said...I was just missing a using stmt.
Joel.
--EDIT--
Ok, almost have it compiling without errors...most recent error is on cols.Trim()...getting an error that System.Array does not support Trim()
Am I missing a reference or using stmt?
Also, where is your Columns attribute defined? Which namespace? I assume that this becomes metadata on the table partial class.
Do you perhaps have a working example?
Thanks,
Joel.