asp.netgridviewdatagrid

ASP.NET GridView with filtering in the column headers


I need to use a grid that allows for filtering in the column headers. I know there are some third-party components out there that cost money. I am looking for something that is free / open-source that can be used on a project. Is anyone aware of a GridView that can do this?


Solution

  • One way is to put drop down lists in the headers and on the selectedchanged event, rebind your grid based on that.