I use winforms and c#.
How can I filter Binding source or binding list. with a textbox text ? I meam while I am typing in a textbox my grid is filtering with a %Like method not (=,equal)method.
thanks.
I use winforms and c#.
How can I filter Binding source or binding list. with a textbox text ? I meam while I am typing in a textbox my grid is filtering with a %Like method not (=,equal)method.
thanks.
You may want to use CollectionViewSource class to enable filtering.
See here
I use delegate for this problem. Some code like bellow