removeSelectArea
removes a select area
function removeSelectArea( // optional, the name of the select area that should be removed area_name: string): void
Example
Section titled “Example”dgrid.removeSelectArea();
also check the next samples:
Details
Section titled “Details”If the area_name parameter isn’t passed, the method removes the last unnamed selected area.
See also
Section titled “See also”Articles
API