ASP.NET - How to Make a Attractive GridView in Asp.Net
Asked By Mohan Kumar on 08-May-13 07:49 AM
Hi,
My Application in asp.net to develop a gridview. In each Header it should consist of Sort with Ascending or Descending order and it consist of all Columns name with Check box. When i Click on Ascending on a specific column that specific
should sort with Ascending and same as Descending.When i UnCheck on any Column it should not display that Column.
I Have a reference http://examples1.ext.net/#/GridPanel/ArrayGrid/ArrayWithPaging/
Below is the Screen Shot of my requirement.
Please any one help in Creating this GridView.