Binds components.
Parameters:
mygrid.bind(myCombo, function(data, filter){ return myGrid.cells(data, 2).getValue() == filter.text; });
See also: