Hello,
I want to change the way TileViewItems change their positions in the I want to change the way TileViewItems change their positions in the TileView so that when I drag an item to the left of another one it will change his position to the left of the dropped item and to the right accordingly without any other changes to the other items (I believe the way to do that is to pin all the others).
How would you recommend me to do so?
Thank you anyway!
Dear support team,
I'm using the RadChart and want to define a global style for several charts. One of the properties to be set is the property PaletteBrushes.
As long as I apply the PaletteBrushes for the RadChart it works, but if I apply it by the style of the chart, the Brushes are not applied.
This one is working:
<
telerik:BrushCollection
x:Key
=
"DashboardPaletteBrushes"
>
<
SolidColorBrush
Color
=
"Green"
po:Freeze
=
"True"
/>
<
SolidColorBrush
Color
=
"Yellow"
po:Freeze
=
"True"
/>
<
SolidColorBrush
Color
=
"Red"
po:Freeze
=
"True"
/>
</
telerik:BrushCollection
>
<
telerik:RadChart
PaletteBrushes
=
"{StaticResource DashboardPaletteBrushes}"
/>
This one does not work:
<
telerik:BrushCollection
x:Key
=
"DashboardPaletteBrushes"
>
<
SolidColorBrush
Color
=
"Green"
po:Freeze
=
"True"
/>
<
SolidColorBrush
Color
=
"Yellow"
po:Freeze
=
"True"
/>
<
SolidColorBrush
Color
=
"Red"
po:Freeze
=
"True"
/>
</
telerik:BrushCollection
>
<
Style
x:Key
=
"DashboardChartStyle"
TargetType
=
"telerik:RadChart"
>
<
Setter
Property
=
"PaletteBrushes"
Value
=
"{StaticResource DashboardPaletteBrushes}"
/>
</
Style
>
<
telerik:RadChart
Style
=
"{StaticResource DashboardChartStyle}"
/>
IFilteringControl)
. Then the problem was my filter control was totally different (in look and feel) to the default ones in the grid.
Is there a way to extend the default filter control in grid? or a recommended way to implement similar look and feel?
Thanks
Indrajith