This is a migrated thread and some comments may be shown as answers.

Telerik Tile Group No public Property called "Title"

3 Answers 57 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Dipali
Top achievements
Rank 1
Dipali asked on 04 Feb 2016, 05:07 PM

Hello All,

I am trying to give titles to Telerik Tile list --> Tilegroup using the sample code provided on this page  

http://demos.telerik.com/aspnet-ajax/tilelist/examples/data-binding/server-side-binding/declarative-data-source/defaultcs.aspx.

But when I run the code I get the following error: 

Type 'Telerik.Web.UI.TileGroup' does not have a public property named 'Title'.

here is my code:

  <telerik:RadTileList RenderMode="Lightweight" runat="server" DataSourceID="SqlDataSource1" ID="RadTileList1" AppendDataBoundItems="True"
            TileRows="4" OnTileDataBound="RadTileList1_OnTileDataBound" OnTileCreated="RadTileList1_OnTileCreated">
            <DataBindings>
                <CommonTileBinding TileType="RadImageAndTextTile" Shape="Square" DataGroupNameField="Division" />
                <ImageAndTextTileBinding DataTextField="Employee" DataImageUrlField="BLOB" />
                <TilePeekTemplate>
                    <div class="peekTemplateClass">
                        <strong>Location</strong>
                        <%#DataBinder.Eval(Container.DataItem, "Location")%>
                        <br />
                        <strong>Division</strong>
                        <%#DataBinder.Eval(Container.DataItem, "Division")%>
                        <br />
                        <strong>Email</strong>
                        <%#DataBinder.Eval(Container.DataItem, "EmailID")%>
                        <br />
                        <strong>Name</strong>
                        <%#DataBinder.Eval(Container.DataItem, "Employee")%>
                    </div>
                </TilePeekTemplate>
            </DataBindings>
            <Groups>
                <telerik:TileGroup Name="Health Services" Title=""> ---> I m getting error here while trying to add title as per the telerik demo.
                </telerik:TileGroup>
                <telerik:TileGroup Name="Home Health">
                </telerik:TileGroup>
                <telerik:TileGroup Name="Hospice">
                </telerik:TileGroup>
                <telerik:TileGroup Name="DME">
                </telerik:TileGroup>
            </Groups>
        </telerik:RadTileList>

 

Can any one please suggest me why this is happening? 

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 05 Feb 2016, 08:13 AM

Hi Dipali,

This feature was introduced with the Q1 2016 release of the controls (http://docs.telerik.com/devtools/aspnet-ajax/controls/tilelist/functionality/group-title), so if you are using an earlier version you will get such errors.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Dipali
Top achievements
Rank 1
answered on 08 Feb 2016, 06:45 PM
Thank you Marin . I resolved the issue by using the latest Q1 2016 version dlls.
0
Dipali
Top achievements
Rank 1
answered on 09 Mar 2016, 05:46 AM

Hello Sir.THank you for the quick reply.

 

My new question is my Rad binary image and Rad tile list not showing up when i deploy my website to server. I can see it locally.

It is because I have trial telerik version or is it  something else

Tags
TileList
Asked by
Dipali
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Dipali
Top achievements
Rank 1
Share this question
or