I am trying to filter a large datapull using dropdowns in the header for a gridview. When the grid is filled I want the dropdowns to have the data from a column and when the user chooses the selection the gridview will then filter the data based on that choice. I have to do this using a dataview or datatable. The first bind is from a stored proc. Once The data is binded I need to filter from there. Is there a way of doing this without requerying the database? Also how to fill the dropdowns.
I want to be able to do an google like filtering. The Telrik control http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandcombo/defaultcs.aspx?product=grid
is what I am trying to build.
Similar:
- grid controls for ASP.NET MVC ? If you are using ASP.NET MVC how are you doing grid display? Rolled your own? Got a library from somewhere? These are some of the...
- what is the slickest interface for many filter options on a website i have an asp.net mvc sit with one page that displays a large html table of data that show a list of widgets (price, description,...
- Using Gridview in aspx.vb (code-behind) Hey, I need to create a gridview based on 2 different datasources: main and sub-cathegory. And I need to list them like below: Productinfo sub-product...
- Drop down value used to filter another drop down inside a gridview Hello, I'm having a problem with using a dropdown to filter the contents of another drop down. The basic idea is: Dropdown 1 = CountryList...
- How do I format Column when a Gridview loads? How do I format Column when a Gridview loads? Details:I have a grid named : SubcategoryGridthe grid is binded to a data binding source. there...