PortalLayout no longer has a setCanResizeRows method?
While migrating to SmartGWT 3.0, we noticed that the setCanResizeRows method is no longer available in PortalLayout. Was there a reason that this was removed?
This method was replaced by setCanResizePortlets().
Given the potential back-compat issues removing the method could introduce we've re-added it (marked as deprecated in favor of the new method). Check the next nightly build in the 3.0p branch to pick this up.
Comment