Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
I want to keep dropdown list column in the template field of a header and would like filter the data based on the options selected in the dropdown list of header column in the data grid..but not single row filtering,
Its on the header where i need to filter the data with regard to a single column in the grid without using data source control.
Posted

1 solution

Hello friend
you need this changes

1) set the autopostback property = true in header drop down
2) generate a SelectedIndexChanged event of that drop down event
3) in that event you have to write your code that will filter your data and that data will be reassign to your grid to re bind it and the out put is your grid data will be filtered as per your drop down will change the index

i hope this is what you want..??

if you satisfied please don't forgot to accept ans as solutions and also rate my ans..
 
Share this answer
 

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