Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello... I need to make a custom rows filtering page from my database.
I have several radio button lists. One for brands,one for sizes.etc
What i want is, when i select 1 brand, the corresponding rows can be shown. Also if i select another radio button for example a size, i need the rows corresponding to that size from the previous brand search result only. and not from the entire table... How to achieve this when there are more number of radio buttons in each list and also how if i use check box. help me...
Thanks...
Posted
Comments
joshrduncan2012 25-Jul-13 16:51pm    
Help you with what? What have you accomplished so far, code-wise?
Winston Madiano 25-Jul-13 20:22pm    
What have you tried? code pls..

1 solution

Hi, if you hadn't done anything yet for your filtering, try to do some research.

Try to look at this links:

DataGridView Filter[^]
Filtering DataGridView Without Changing DataSource[^]
GOOGLE DataGridView Filter[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900