Looking for an C# example

Looking for an C# example

Old forum URL: forums.lhotka.net/forums/t/2001.aspx


RangerGuy posted on Monday, December 18, 2006

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