SMART datagrid v.1 > Examples

Back  Forward

Search Row  Example

1. Search Row

You can use GridBase.searchRow method to provide a UI which progressively visits the grid row meeting the special condition. 

 Product name:     

 Product name:  Customer name:      

Grid - 1
rows
2. Search Cell

You can search in the data cell level and display the search results with using GridBase.searchCell

Search 'Product name' fields. 

 Search term:     

Search 'Product name' and 'Unit' fields. 

 Search term:     

Grid - 2
rows

View Source JSP 

See Also
GridBase.searchRow
GridBase.searchCell
Examples
Search Tree Row