Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method brings up a filter box above a grid column allowing the user to filter grid data.

Parameters:

  • columnIndex - index to identify the column, where 0 is the first column, 1 is the second column, etc.

Example:

getObj("Grid1").grid.startFilter(0); 
  • No labels