Gridview multiple header rows
How to show multirow header in gridview in asp.net? i was searching for this question but could not found any easy way so I decided to try my own and found it is not so difficult. Simply we can use header template and item template and design it according to our requirements. we will see this in action in this article.
First let's see what we are going to do, here is the final output which we will achieve in this article. alt text
Now we know what we are going to do so let's see the HTML of this grid
http://www.advancesharp.com/blog/1077/gridview-multiple-header-rows
Now we completed out multiple row header and formatting.
Comments
Post a Comment