enable
enables the calling view that was disabled by the ‘disable’ method
function enable(): voidExample
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(): voidmygrid.disable();...mygrid.enable();also check the next samples: