Hi,
I have implemented a functionality to search on columns which are not displayed in Grid.
In the mean time if you can provide me work around for atleast point 1 or 2 it would be of great help.
For Zip File of Sample application please refer: -
Sample Application
I have implemented a functionality to search on columns which are not displayed in Grid.
- Grid has 4 columns
- Only two columns are shown in grid with filter functionality
- There are two columns in grid which can be made visible/ hidden using context menu.
- I need to search on column which is not currently shown in grid.
- For this i have give a Drop down list with name of columns and a text box to enter value to search. User select column enters value to search and then searches using search button provided.
- I have attached sample for the same.
- This should be provided as some property which can be turned on or off. This especially useful when i have 200 columns in grid and i am only showing few of them but would like to show search even on others.
- The search functionality from within the grid and from my search functionality work independent of each other. They search in all records, where as the should consider both the criterias when search button is clicked.
- At least they should only filter on just whatever is displayed in grid and not all.
- Lastly the text box is displayed irrespective of Data type, Appropriate Control should be displayed depending on data type.
In the mean time if you can provide me work around for atleast point 1 or 2 it would be of great help.
For Zip File of Sample application please refer: -
Sample Application