SMART datagrid v.1 > Examples

Back  Forward

Search Tree Row  Example
no-lite

1. Search Row

You can provide a UI which sequentially visits the grid row meeting the special conditions through GridBase.searchRow method. 

 Country:     

 Product name:  Currency:      

Tree - 1
rows
2. Search Cell

If use GridBase.searchCell, you can search in the data cell level and display the searched result. 

Search the value of 'Country' field. 

 Search term:     

Search the value of 'Country' and 'Project ID' fields. 

 Search term:     

Tree - 2
rows

View Source JSP 

See Also
GridBase.searchRow
GridBase.searchCell
Tree Overview
Examples
Grid Search Row
Load Tree Data