Avatar of T Hoecherl
T Hoecherl
Flag for United States of America

asked on 

vb.net filtering in datagridview

Is there a vb.net process that allows filtering in a datagridview?  Suppose, for example, I have a column called Style and there are 15 possible styles.  I want to be able to filter the dgv, so that I only see records where the Style column has a value of a, b, or f.  Right now I am using a separate form to select the filtering criteria and then sending parameters to a SQL stored procedure and, finally, populating a table with the filtered rows and using that table as the source for the datagridview.

I would rather do the filtering in the dgv itself, if there is a way.

T
Visual Basic.NET

Avatar of undefined
Last Comment
Fernando Soto

8/22/2022 - Mon