LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


groupChange(e)

Occurs when group order has changed during drag drop operation.

Event Data

ParamTypeDetails
eObjectAn event object which contains the group

Remarks

This event can be handled by creating a function in your application controller $scope and applying this function as value to an attribute in Grid directive:

  • group-change attribute, or
  • events attribute

The events attribute has a higher priority than the group-change attribute. If both attributes are set, the value from events attribute is used.

Version Information

Supported in: v3.2

See Also