Skip to content

removeSelectArea

removes a select area

function removeSelectArea(
// optional, the name of the select area that should be removed
area_name: string
): void
dgrid.removeSelectArea();

also check the next samples:

If the area_name parameter isn’t passed, the method removes the last unnamed selected area.

Articles

API