Hi,
Assume I have a SQL table with two columns, one which stores text and one which stores integers. I want the user to be able to search for data in the tables before displaying it in the grid.Is there any controls availabe to solve this requirement or do we have to add the input fields manually for each combination of table and grid?
Regards// Hans
Hi Hans,
The WebDataGrid has a Filtering behavior, which allows you to filter by any column - it's inherent functionality and part of WDG. If you want to filter some other data, and based on it change the contents of the WebDataGrid, you can use our WebDropDown control, which has automatic server-side filtering capabilities.
There is an online sample where grid contents are filtered based on WebDropDown selection of text
http://samples.infragistics.com/2009.1/WebFeatureBrowser/WebDropDown/WebDropDownUpdateOtherComponent.aspx
at samples.infragistics.com you can also find the Filtering behavior samples under WebDataGrid => Data Filtering
Hope it helps,
Angel