Layout Controls
Ok so how do these work at render time?
Is there some way I can get access to the controls nested in the layout elements in my custom LayoutControl class?
I get 4 LiteralControls in the this.Placeholders collection...I assume those are the Inner and Outer Divs??
<div id="Div1" runat="server" class="sf_cols"> <div id="Div2" runat="server" class="sf_colsOut sf_2cols_1_50"> <div id="Div3" runat="server" class="sf_colsIn sf_2cols_1in_50"> </div> </div> <div id="Div4" runat="server" class="sf_colsOut sf_2cols_2_50"> <div id="Div5" runat="server" class="sf_colsIn sf_2cols_2in_50"> </div> </div></div>Hi Steve,
It is quite hard to do this. You can take a look at this post.
Regards,
Ivan Dimitrov
the Telerik team