enable
enables the calling view that was disabled by the ‘disable’ method
function enable(): void
Example
Section titled “Example”mygrid.disable();...mygrid.enable();
also check the next samples:
enables the calling view that was disabled by the ‘disable’ method
function enable(): void
mygrid.disable();...mygrid.enable();
also check the next samples: