Skip to content

enable

enables the calling view that was disabled by the ‘disable’ method

function enable(): void
mygrid.disable();
...
mygrid.enable();

also check the next samples: