Telerik Forums
UI for WPF Forum
0 answers
7 views

On Opening project in Telerik am getting "Error Deserializing Object" and empty project is shown.

Attaching Settings.aiis in zip file.Please let us know how to solve the issue

Sreelakshmi
Top achievements
Rank 1
Iron
Iron
 asked on 07 Mar 2024
0 answers
28 views

Hello everyone,

 

in my application I have 2 different usercontrol. In first ine I have a RadTileView, In the other usercontrol I have a simple list of element present in the first usercontrol (with a dedicated button) and i want to open the radtile view element by click on the button.

Through this code


 var container = radTileElement.ItemContainerGenerator.ContainerFromItem(item) as RadTileViewItem;

 if (container != null)
 {
    container.TileState = TileViewItemState.Maximized;                 
 }

i can open the Tile view from the other usercontrol, but only if all element of RadTileView are in Minimized state. If a tile view element in the RaTileView is Maximized this call

 


radTileElement.ItemContainerGenerator.ContainerFromItem(item) as RadTileViewItem;

 return null.

 

Any suggestions?

 

Thank you

Marco
Top achievements
Rank 1
 asked on 31 Oct 2023
2 answers
112 views

I have List(of objects) and the definition of the Object is Name (string) FileName (string) that I set to the ItemSource of a RadTileList.  Here is the control definition in XML:


        <telerik:RadTileList x:Name="tlColorPresets" Grid.Row="1" Grid.Column="1" Width="600">
            <telerik:RadTileList.ItemTemplate>
                <DataTemplate>
                    <Grid Background="#FF006AC1">
                        <Grid.RowDefinitions>
                            <RowDefinition />
                            <RowDefinition />
                        </Grid.RowDefinitions>
                        <Grid.ColumnDefinitions>
                            <ColumnDefinition/>
                        </Grid.ColumnDefinitions>
                        <TextBlock Grid.Row="0" Grid.Column="0" Text="{Binding Name}"/>
                        <Image Grid.Row="1" Grid.Column="0" Source="{Binding ImageFileName}" />
                    </Grid>
                </DataTemplate>
            </telerik:RadTileList.ItemTemplate>
        </telerik:RadTileList>

Trying to figure out how to get my images displayed in the RadTileList?  Any hints/suggestions.

Cheers, Rob.

 

Martin Ivanov
Telerik team
 answered on 30 Jun 2021
1 answer
83 views
Wondering how the image of the background repeated on the sample of this control .
Martin Ivanov
Telerik team
 answered on 30 Jun 2021
0 answers
57 views

I'm populating a RadTileList using AutoGeneratingFile and setting Tile.Background to a ImageBrush, works well.  In the RadTileList.Loaded event (which seems to be happen only after all AutoGeneratingTile events have completed) I set the RadTileList.SelectedItem.

This works great when I step thru the code in debug mode.  However, if I don't step thru the code the SelectedItem will NOT be checked in the RadTileList?

Don't know how to proceed with this?

Any help?

Cheers, Rob.

 

Rob A.
Top achievements
Rank 2
Iron
Iron
Veteran
 updated question on 28 Jun 2021
0 answers
42 views

Hi

i use tile in grid without tilelist

when i change tile's content, this can't show very well

if length of text is bigger than old text can't show full of old text

 

text just showing in size of old text

 

in pictures' i change "i" to "Hi" and you see what happend

smr
Top achievements
Rank 1
 asked on 31 Mar 2021
4 answers
110 views

I bound RadTileList's Tile Item with Number type field. and assigned ContentTemplateSelector. Idea is I want to load different Templates based on bound Content.

ContentTemplateSelector is working fine, and I am getting required result. Only minor issue I found that Content value (number) appears at bottom before Template loads i.e. before animation I can see Coent value which is (1,2,3,4).

 

I noticed the same issue in WPF demo NASDAQ tile. For reference I am attaching screenshot and yellow highlighted actual content value. Is there any way to hide actual Content value. 

 

Kamran
Top achievements
Rank 3
Iron
Iron
Veteran
 answered on 03 Mar 2021
5 answers
122 views

Hello Telerik Team,

 I'm trying to change the orientation of my tiles within a group from vertical default orientation to horizontal orientation.

 I already created a class derived from TileListPanel overriding the default orientation:

public class CustomTileListPanel : TileListPanel
{
    protected override bool HasLogicalOrientation { get { return true; } }
    protected override Orientation LogicalOrientation { get { return Orientation.Horizontal; } }
}

 

But unfortunately this has no effect.

 Please tell me how I can change the orientation of the tiles.

 

Regards,

Johannes

Martin Ivanov
Telerik team
 answered on 29 Jan 2021
6 answers
80 views

Is it possible to make the grouping so that it would be more like this instead of them side by side.:

 Group 1 Header

Tiles wrapped

Group 2 Header

Tiles wrapped

 Group 3 Header

Martin Ivanov
Telerik team
 answered on 18 Nov 2020
1 answer
212 views
I'm trying to change the highlight color when a user hover's over the tile with their mouse. the WPF Demo Tiles have a border highlight and not a complete tile highlight on a MouseOver event. How exactly does one achieve this?
Vladimir Stoyanov
Telerik team
 answered on 28 Oct 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?