Layout Controls

Posted by Community Admin on 03-Aug-2018 22:25

Layout Controls

All Replies

Posted by Community Admin on 17-Dec-2010 00:00

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>

Are there detailed docs on these yet?

Posted by Community Admin on 24-Dec-2010 00:00

Hi Steve,

It is quite hard to do this. You can take a look at this post.

Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed