filtering a Datagrid using standard controls
-
I have a series of dropdownlists outside the datagrid control. I'm looking for a tutorial or a point in the right direction to learning how to filter the datagrid with these controls. If anyone knows a good place to start let me know, its much appreciated.
-
I have a series of dropdownlists outside the datagrid control. I'm looking for a tutorial or a point in the right direction to learning how to filter the datagrid with these controls. If anyone knows a good place to start let me know, its much appreciated.
please describe your question in detail. what exactly do u need.
-
please describe your question in detail. what exactly do u need.
I'm looking for a way to drilldown i think it is the datagrid.For instance When the page loads the default dataset with all the info is retrieved. then the user can filter the data using dropdowns. But they can search between parameters eg. id > 34 id <544
-
I have a series of dropdownlists outside the datagrid control. I'm looking for a tutorial or a point in the right direction to learning how to filter the datagrid with these controls. If anyone knows a good place to start let me know, its much appreciated.
when you retrieve data from database assign that datatable to default view and then filter with prarameter you want and then bind it with grid