Telerik Forums
UI for WPF Forum
1 answer
106 views
We were looking at implementing KPI support in the WPFpivotGrid.  Is this only available when using an OLAP data source?
Polya
Telerik team
 answered on 14 Jul 2017
13 answers
926 views

I tried hosting your WPF RichTextBox in a WinForms application and the Japanese IME doesn't work properly with it. I used the Microsoft IME and the characters start repeating themselves.

 

Brian
Top achievements
Rank 1
 answered on 14 Jul 2017
1 answer
183 views

I am wanting to change the behavior of the Radial Menu Button.  Instead of opening / closing the radial menu, I'd like it to do something else. 

Is it possible to override the behavior of the central radial menu button on a radial menu?

Dinko | Tech Support Engineer
Telerik team
 answered on 14 Jul 2017
4 answers
72 views

when I  batch delete links,  the number is 2000, I use removelink method to remove the link from UI, but the efficiency is very low, the time is 67 seconds,  if do not call the method the time is 2 seconds

why the removelink  method is so low efficiency, and is any solution the raise batch delete links efficiency?

 

thank you !

rui
Top achievements
Rank 1
 answered on 14 Jul 2017
3 answers
110 views

Is it possible to save a RadRichTextBox RadDocument with IsTrackChangesEnabled so that it can be reloaded and the changes still be visible?

I need to save the document to a database (or file system) and then load it on a different PC/user later on for review.

I presume it needs to be Exported using a FormatProvider - but can't find any documentation detailing the steps.

Thanks

Tanya
Telerik team
 answered on 13 Jul 2017
1 answer
107 views

I wonder if it's possible. Please refer below picture.

 

Dinko | Tech Support Engineer
Telerik team
 answered on 13 Jul 2017
1 answer
375 views

Provide us the Editable WPF RadGridView GroupHeader text value example. So that we can rename the Group Header value by double click on header. Our grid view code is -

<telerik:RadGridView x:Name="Gridview"  AutoGenerateColumns="False" ShowGroupPanel="False" ValidatesOnDataErrors="None"
                                  AllowDrop="True" CanUserDeleteRows="True" CanUserInsertRows="True" CanUserSelect="True" CanUserSortGroups="True"
                             AutoExpandGroups="True" GroupRenderMode="Nested"   ItemsSource="{Binding SelectedItems}"
                         SelectionMode="Extended">
            <telerik:RadGridView.GroupHeaderTemplate>
                            <DataTemplate>
                    <StackPanel Orientation="Horizontal">
                        <CheckBox x:Name="grpCheckbox" IsThreeState="True">
                            <i:Interaction.Behaviors>
                                <behaviors:GroupSelectionBehavior/>
                            </i:Interaction.Behaviors>
                        </CheckBox>
                        <TextBlock Foreground="Black"   Text="{Binding Group.Key}" FontWeight="Bold" ForceCursor="True"/>

                    </StackPanel>
            </DataTemplate>
            </telerik:RadGridView.GroupHeaderTemplate>

Dinko | Tech Support Engineer
Telerik team
 answered on 13 Jul 2017
9 answers
93 views

Dear Admin

I just have a RadGridView with two columns, and I have already set these column read-only to be 'True' , users are not allowed to do any change for these two columns' value. But if users would like to copy value in these two columns, how to implement such request? I tried to use Ctrl+C and no effct finally.

Ning
Top achievements
Rank 1
 answered on 13 Jul 2017
2 answers
119 views

I'm trying to access some metada features of the image selected by user. I'm using following code to read metadata of the image once user selects it. However, it always returns null. 

var metadata = ImageEditorUI.ImageEditor.Image.Bitmap.Metadata; 

 

Does telerik imageEditor erases all metadata when loaded?

Martin Ivanov
Telerik team
 answered on 12 Jul 2017
0 answers
154 views

Dear Admin

Current project telerik library version is 2014.1.411.45, and I cannot use PercentComboBox control integrated with RadPdfViewer, in this case I tried to construct PercentComboBox class through decompiling latest telerik library and copying required codes as a simple testing. Everything looks well,but after running WPF application, the percentComboBox cannot appear as expected, and I checked the textBox value is null.

So how to make it work as same as demo shown?

Ning
Top achievements
Rank 1
 asked on 12 Jul 2017
Narrow your results
Selected tags
Tags
+113 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?