Telerik Forums
UI for WPF Forum
1 answer
90 views
Hi Folks,
I've got a kind of "activation problem" or "focus problem" with the crystal reports viewer in a RadDocking pane.
When you switch to another RadDocking Pane and switch back, the Crystal toolbar is disabled.
It seems the pane "steals" the focus. (when you press TAB twice the focus is in the CR viewer again and the toolbar is activated again)

What should I do to have the viewer constanly enabled ?

Please refer to two screenshots: "before pane switch.jpg" and "after pane switch.jpg".
I could also upload a demo app I made.
Please help me.

Best regards
Oliver Abraham
Konstantina
Telerik team
 answered on 09 Dec 2011
6 answers
452 views
Hi,
I need to have the tileviewitems without the header. It's posible to do that?
Greetings.
soroush
Top achievements
Rank 1
 answered on 09 Dec 2011
2 answers
105 views
Hi,
I have this tileview to present some thumbnails:
<telerik:RadTileView
x:Name="SearchResultsListBox" SelectionChanged="SearchResultsListBox_SelectionChanged" 
IsSelectionEnabled="True"
SelectionMode="Single"
Background="White"                                                
ContentTemplateSelector="{StaticResource RTS}"
TileStateChangeTrigger="None"
IsItemsAnimationEnabled="False"
ColumnsCount="3"                                                                                                                                               
MinHeight="185">
</telerik:RadTileView>
I dynamically fill the "Items" and When the height of items gets bigger than MinHeight value I need that vertical scrollbar to appear, but it wont, what is the problem?
soroush
Top achievements
Rank 1
 answered on 09 Dec 2011
1 answer
98 views
Hi

is it possible to use the im / export functions without a UI ?

I've to convert HTML Content from a database to doc(x) and PDF within a batch / Console application.
Ivailo Karamanolev
Telerik team
 answered on 09 Dec 2011
1 answer
156 views
Hi Telerik,

Im currently styling the GridLines for my chart. The problem appears when I enable the GridLines with a strokethickness of 1. You now see some gridlines not snapping to the device pixels (which causes the gridline to be blurry or sharp).

This behavior is also apparent in your GridViewSample: http://demos.telerik.com/silverlight/#Chart/CustomGridLines

I've tried to customize the AxisStyles and setting SnapToDevicePixels, but this doesnt work.

Do you have a sample which fixes the blurry GridLines?
Sia
Telerik team
 answered on 09 Dec 2011
4 answers
133 views
Hello,
I've used the PrintExtension class you've provided with WPF 2011 SP1 examples but when I click the print button it's not possible to set a range of pages... if my grid has 20.000 records I don't want be responsable of Amazonian's forest harvest....
is it possible to choose a range? how to enable it? my Grid doesn't have pagination but as far I've seen that's no the problem...

Thanks

Paolo

Michele
Top achievements
Rank 2
 answered on 09 Dec 2011
1 answer
247 views
Hi,

I'm using Telerik 2011.3.1116.35 and VS2008 with a RadRichtextBox. Actually I use a RtdDataProvider to add Rtf document in my RadRichTextBox.

When I try to insert new text at the end of my RadRichTextBox, the new text seems to clear the current content of my RadRichTextBox bedfore insert my new text.

Here is the xaml:
<Window x:Class="WpfApplication3.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
    xmlns:telerikProvider="clr-namespace:Telerik.Windows.Documents.FormatProviders.Rtf;assembly=Telerik.Windows.Documents.FormatProviders.Rtf"
    Title="Window1" Height="300" Width="641">
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="*"/>
            <RowDefinition Height="Auto"/>
        </Grid.RowDefinitions>
              
        <StackPanel Orientation="Horizontal" DataContext="{Binding ElementName=editor, Path=Commands}">
            <telerik:RadRibbonToggleButton Text="B" FontFamily="Times New Roman" FontSize="14" FontWeight="Bold" telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ToggleBoldCommand}" />
            <telerik:RadRibbonToggleButton Text="I" FontFamily="Times New Roman" FontSize="14" FontStyle="Italic" telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ToggleItalicCommand}" />
            <telerik:RadRibbonToggleButton FontFamily="Times New Roman" FontSize="14" telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ToggleUnderlineCommand}">
                <Underline>U</Underline>
            </telerik:RadRibbonToggleButton>
            <telerik:RadButton Click="RadButton_Click">Test</telerik:RadButton>
        </StackPanel>
       
        <telerik:RadRichTextBox Grid.Row="1" x:Name="editor" Margin="24 24 0 0" AllowDrop="True" ShowComments="True" IsSelectionMiniToolBarEnabled="False" IsContextMenuEnabled="False" />       
        <telerikProvider:RtfDataProvider Name="Rtf" RichTextBox="{Binding ElementName=editor}" />
        <telerik:DocumentRuler AssociatedRichTextBox="{Binding ElementName=editor, Mode=OneTime}" Grid.Row="1" />
        <telerik:RadRichTextBoxStatusBar Grid.Row="2" AssociatedRichTextBox="{Binding ElementName=editor, Mode=OneTime}" />
    </Grid>
</Window>

Here is the code-behind:

using

 

System;

 

using

 

System.Collections.Generic;

 

using

 

System.Linq;

 

using

 

System.Text;

 

using

 

System.Windows;

 

using

 

System.Windows.Controls;

 

using

 

System.Windows.Data;

 

using

 

System.Windows.Documents;

 

using

 

System.Windows.Input;

 

using

 

System.Windows.Media;

 

using

 

System.Windows.Media.Imaging;

 

using

 

System.Windows.Navigation;

 

using

 

System.Windows.Shapes;

 

using

 

VPlayer;

 

using

 

Telerik.Windows.Documents.Model.Styles;

 

namespace

 

WpfApplication3

 

{

 

/// <summary>

 

 

/// Interaction logic for Window1.xaml

 

 

/// </summary>

 

 

public partial class Window1 : Window

 

{

 

public Window1()

 

{

InitializeComponent();

}

 

private void RadButton_Click(object sender, RoutedEventArgs e)

 

{

Rtf.Rtf =

"Line 1";

 

editor.Document.CaretPosition.MoveToLastPositionInDocument();

editor.Insert(

@"Line 2");

 

}

}

}


Thank's

Alex
Telerik team
 answered on 08 Dec 2011
3 answers
134 views
Is there a way of getting the spell checker to perform live checks and add the wavy underscore?  If not do you intend to add this in a future update?
Andrew
Telerik team
 answered on 08 Dec 2011
1 answer
92 views
i'm using with the pie.
my ItemLabelFormat #%{P2} #XCAT becouse i want to display the category name.
my category name is enum, and i want to display the description by the enum.
Hou could i do that?
Petar Marchev
Telerik team
 answered on 08 Dec 2011
1 answer
123 views

Hi

i have problem following this scenario :

TreeView use LoadOnDemand and CheckList

1.  parent node checked;
2.  parent node expand;

i want to result that is all check of child node for parent node

but all not checked for checkbox for child node for parent node

how to do checked for all checkbox of child node for parent node??

thank you

Petar Mladenov
Telerik team
 answered on 08 Dec 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?