I would like to ask, if there is some way to set width = 100% to RadTileList.
I tried this:
But the width is 100px. Is there any way to achieve this?
I tried this:
<div> <telerik:RadTileList ID="RadTileList1" runat="server" DataSourceID="ObjectDataSource1" Width="100%"></telerik:RadTileList> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetTiles" TypeName="TelerikWebApp1.TilesData"></asp:ObjectDataSource></div>But the width is 100px. Is there any way to achieve this?