Based on gridview1 selection hide the gridview2 column using javascript
Hi Everybody,I have a requirement, For ex I have 2 gridviews in gv1 I will show all the table columns and gv2 I will display the data of that table.
Now, my requirement is In gv1 I have checkbox before of each column of a table, when I click that checkbox selected column alone need to show in gv2. That means I want to be hide few columns of gv2 based on gv1 checkbox selection.
I know how to do it by using server side. But I'm looking for client side scripts.
Please give your valuable suggestion out of this..
