In my login page, I would like to hide the RadMenu which resides in the Master page in a RadPageLayout column.
Currently, the LayoutColumn holding the RadMenu has a Span of "2". The RadMenu is in a LayoutColumn with a Span of "10". Both exist within the same LayoutRow.
When I set the RadMenu.Visible property to "false", the parent LayoutColumn is still rendered and while the RadMenu is not visible, the space it occupies is. This forces the login form to appear off-center.
I have implemented a crude padding-right value which makes the visible login form to appear to be centered. This is not a desired approach.
Is it possible to hide this LayoutColumn, server-side, on the login page so that the form isn't off center, or maybe a better solution to achieve the desired functionality?
Thank you, in advance.