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);