I am having problems getting the FilteredBindingList working in C#. I need to do a custom provider because I need to filter on an enumeration value like
if ( MyObject.TestProperty = = enumTestValue )
{
return true;
}
Can somebody point me towards an example. I've looked all over the site and can't find one :(
Copyright (c) Marimer LLC