Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys..

I have merged cell/row of gridview header in my form. But in certain situation, I need to hide the second row of the header after do data binding. How can I do that?

Current gridview header:

VB
Item    Date  01/05/2013
        Time  08  10  12


which Item has been merged. How can I remove Time column header as well as 08, 10, 12 column headers but still remain Date header?
Posted

1 solution

I have been searching and searching. And seems that there is still no solution to find second row of gridview header.
So, i ended up recreate the gridview header without merging it.

If any of u found the solution to find second row of gridview header, kindly share with me.

Thanks :)
 
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