LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


allowDrop

Gets or sets a value indicating whether the Grid directive can accept data during drag&drop operation.

Property Value

A Boolean value. The default is true, stating that Grid accepts rows or other objects to become dropped into its space during HTML5 drag&drop operation.

Remarks

This property is accessed through 'allow-drop' attribute of Grid directive.

Other objects that are not row objects, can still drop into Grid space as long as the data set in the HTML5 is of 'Text' type. This will automatically create an row object with text set to the value of dropped object text.

Version Information

Supported in: v1.0.

Articles & Samples

See Also