DHTMLX Docs & Samples Explorer

bind(target, rule)

Binds components.

Parameters:

  • target - (object) the object that method is assigned to (optional)
  • rule - (function) sets the rule according which components will be bound (optional)
mygrid.bind(myCombo, function(data, filter){
		return myGrid.cells(data, 2).getValue() == filter.text;
});

See also: