Telerik Forums
UI for WPF Forum
3 answers
153 views
Hi guys,

I started working with the PersistanceFramework to save the settings of the RadGridView.
To check the items, we have inserted a GridViewSelectColumn on 1st position.

When we save the configuration and load it again, the checkbox in the header of the SelectColumn isn't a checkbox anymore.

In the header is now: System.Windows.Controls.CheckBox Content: IsChecked:False

Hope you can rebuild this "bug"?

Regards,

David
Tina Stancheva
Telerik team
 answered on 04 Jun 2012
7 answers
777 views
Is there a way to have the content of an expander fill all available space and push any expanders to the bottom or top of the window.  So far I tried using StackPanels, DockPanels, Grids but I just have not been able to get the desired effect.  Any recommendations would be appreciated.

behavior example,

All Collapsed
===================
Expander1 - {collapsed}
Expander2 - {collapsed}
Expander3 - {collapsed}
.
.
. { blank}
.
.
------------------------------


Expander 1 Expanded
===================
Expander1 - {expanded}
.
.
. { expander content}
.
.
Expander2 - {collapsed}
Expander3 - {collapsed}
------------------------------

Expander 2 Expanded
===================
Expander1 - {collapsed}
Expander2 - {expanded}
.
.
. {expander content}
.
.
Expander3 - {collapsed}
------------------------------

Expander 3 Expanded
===================
Expander1 - {collapsed}
Expander2 - {collapsed}
Expander3 - {expanded}
.
.
. {expander content}
.
.
------------------------------


All Expanded
===================
Expander1 - {expanded}
.
. {expander content}
.
Expander2 - {expanded}
.
. {expander content}
.
Expander3 - {expanded}
.
. {expander content}
.
------------------------------

Viktor Tsvetkov
Telerik team
 answered on 04 Jun 2012
15 answers
372 views
Hello there,
            Can anyone help me out here. I have used Tiles View Control and I Liked it very much.  I Simply loved it. I have used it and much of it is working is alright except the drag and drop even though all the Tiles are at restored state. I have checked the isItemDraggingEnabled property to true. Please help me out here what should I do to enable the drag and drop feature of tiles.

1 curious question. When 1 Tile is Maximized and the other Tiles are Restored. Does these restored Tiles Support drag and drop like in the modern internet Browsers?

Thank You
Ingrid
Top achievements
Rank 1
 answered on 04 Jun 2012
0 answers
106 views
How to add my main windows Metro Titlebar with telerik controls.
Thanks all telerik team.
John
Top achievements
Rank 1
 asked on 03 Jun 2012
1 answer
161 views
Hi Telerik Team,

I have an application which displays multiple gridviews and multiple charts. and I need to enable user to export the whole data in grid and charts to one excel file.
I know that RadChart and RadGridView have export function, but it's only limited to one excel file target per object.
Is there any workaround to achieve this?

Thanks,
James
Bartholomeo Rocca
Top achievements
Rank 1
 answered on 01 Jun 2012
2 answers
223 views
Hi,

Is there a way to change//bind the default Add command without modifying RadDataForm's template? I need to control when the button is enabled/disabled, and provide some additional logic as well.

Thanks.

Best regards
Viktor
Ivan Ivanov
Telerik team
 answered on 01 Jun 2012
1 answer
116 views
Does the WPF PDFViewer control support search and highlighting?  I'm trying to evaluate it for potential use in my project.
Lancelot
Top achievements
Rank 1
 answered on 01 Jun 2012
1 answer
102 views
I saw a very old post in these forums that said it is not possible to have a horizontal rangebar with a datetime axis.  Is that still true?  I need a rangebar plotted against time, similar to ganttview, but ganttview does not quite meet my needs. since that post was about a year old, I was hoping that there was some progress on this front, and it is now possible. 
please let me know.
Rosko
Telerik team
 answered on 01 Jun 2012
1 answer
135 views
Hello,

In a wpf project (3.5), define a colorpicker, a button and a rectangle :
the rectangle display the color choosen in the colorpicker.
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Grid.Row="5">
            <tlk:RadColorPicker x:Name="picker"/>
            <Button Content="Click" Width="40" Height="30" Click="Button2_Click" />
            <Rectangle Width="40"
                       Height="40" Margin="0 10 0 0">
                <Rectangle.Fill>
                    <SolidColorBrush Color="{Binding ElementName=picker, Path=SelectedColor}" />
                </Rectangle.Fill>
            </Rectangle>
        </StackPanel>

Select a color (named colorA), the color is well associated in the rectangle.
Re-open colorpicker, the selectedcolor (dashed line around the latest color choosen) is ok.

Now click on the button
private void Button2_Click(object sender, RoutedEventArgs e)
        {
            picker.SelectedColor = Colors.Transparent; //Color.FromArgb(255, 216, 202, 206);// colorB
        }

I'd like to set the selected color to a color (ColorB) which is not in the main palette.
The rectangle is ok but Re-open colorpicker, the selectedcolor (dashed line around the latest color choosen) is not ok.
the dashed line still on the colorA....

Have you a way to undisplay dash line of previous selected color ?

Regards
Aurore

Petar Mladenov
Telerik team
 answered on 01 Jun 2012
3 answers
143 views
The richTextBox has a RadDocument with a large image of width 1171. The print page only shows part of the image, the rest of the image is not printed. Shown Below is part of xaml of the RadDocument having an image of width 1171.

<t:Paragraph>
      <t:ImageInline Extension="png" Height="43" RawData="iVBORw0KGgoAAAANSUhEUgAABJMAAAArCAIAAABDx17OWbo09GQGz8AAAAASUVORK5CYII=" RotateAngle="0" Width="1171" />

Is this a bug? Any workarounds?

Thanks,
Boby
Telerik team
 answered on 01 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?