Is there a 'RadLabel' from Telerik?

Posted by Young Ninja on Stack Overflow See other posts from Stack Overflow or by Young Ninja
Published on 2010-06-10T18:14:39Z Indexed on 2010/06/10 18:23 UTC
Read the original article Hit count: 797

Filed under:

I use the "Label" attribute in Telerik quite frequently. I like it because it helps me consistently structure tables. An example:

<ul class="box">
    <li><telerik:RadTextBox runat="server" Label="Name:"
           LabelCssClass="label" Enabled="false" Width="100%" /></li>
    <li><telerik:RadTextBox runat="server" ID="MachineSize" Label="Password:"
           LabelCssClass="label" Width="100%" /></li>
</ul>

I've run into a problem. I would like to continue with the above layout/structure, but in some cases I have tables that simply dump output (ie no user input). To be consistent, I need a RadLabel, which takes an input of "Label" and "Text", and then aligns them appropriately in the overall table format. Is there such a thing?

© Stack Overflow or respective owner

Related posts about telerik