Hello everyone,
I have two separate web applications. In one web application, the following statements works just fine, whereas in the other, it gives this error: 'Sys is Undefined'.
Statements:
var grdBounds = Sys.UI.DomElement.getBounds(grdHeader);
Sys.UI.DomElement.setLocation(dvMain, grdBounds.x, grdBounds.y);
Best Regards,
Girish.
Please remember to click “Mark as Answer” on the post that helps you.
This can be beneficial to other community members reading the thread.
Good Luck!