Telerik Forums
UI for WPF Forum
1 answer
239 views
Hi,

I have a RadRichTextBox, and I have added a span dynamically by change the default cursor style but It not reflected on the added span text.

So how can I change the default cursor style of dynamically added span.

Telerik.Windows.Documents.Model.Span spn = new Telerik.Windows.Documents.Model.Span();
               spn.Text = rnd.Next().ToString()+"[]";
               spn.FontWeight = FontWeights.SemiBold;
               spn.Cursor = Cursors.Hand;
               selectedpara.Children.AddAfter(currentspan, spn);

above code added the span to RadRichTextBox but not change the cursor to Hand


how to do this?

Regards
Sopan Vaidya
Iva Toteva
Telerik team
 answered on 02 Aug 2013
3 answers
118 views
Hello,

In Demo RadControl after Horizontal Scrolling code highlight disabled, Please see screenshot.

Thanks so much.
Yana
Telerik team
 answered on 02 Aug 2013
1 answer
78 views

Good morning,

I´m working with the RadDiagram Shape (WPF), in a specific process project.. but im facing a problem when i tried to connect a shape with itself... 

its there any way to achive this behaviour ?

Thanks in advanced

PD: im attaching a image for the way i would like to see it.
Pavel R. Pavlov
Telerik team
 answered on 02 Aug 2013
3 answers
345 views
Hi everyone,

I'm in front of a strange issue...
I develop a WPF application with Prism/MEF and MVVM pattern, for this one I'm using the Docking control.

As Prism pattern usecase, I have region with many views, those views are not UserControl but RadPanel.
For every views, I'm using a HeaderTemplate to bind a header title and tooltip.

Here's the view code (MyView.xaml) :
<telerik:RadPane Style="{StaticResource RadPaneHeaderStyle}">

And the HeaderTemplate code (App.xaml) :
<Style x:Key="RadPaneHeaderStyle" TargetType="telerik:RadPane">
    <Setter Property="Header" Value="{Binding HeaderTitle, Mode=TwoWay}" />
    <Setter Property="HeaderTemplate">
        <Setter.Value>
            <DataTemplate>
                <StackPanel Orientation="Horizontal">
                    <TextBlock Text="{Binding}" ToolTip="{Binding}" />
                </StackPanel>
            </DataTemplate>
        </Setter.Value>
    </Setter>
</Style>

It's working corretly in the DocumentHost region (default position), but when I move the window to Anchor it anywhere else, pinned and unpinned, style of all the window is changed... Please see the attached image for illustration.

Anyone have a solution for this problem ?
Thanks in advance.

Regards.

Guillaume


Guillaume
Top achievements
Rank 1
 answered on 02 Aug 2013
1 answer
80 views
Hi Telerik,

we are using RadGrid View as show in image. I want recorder on TEXBOX1 and TEXBOX2.CUIT recorder is recorded correctly but while playing back it is clicking only on TEXTBOX1 not on TEXTBOX2.

Can you please provide a unique properties for two textboxs

Regards,
Rajendar.
Maya
Telerik team
 answered on 02 Aug 2013
2 answers
144 views
Good day.
When I set a mask for my RadMaskedTextBox MaskType = "Numeric" Mask = "N" and start typing numeric values ​​by default are presenting 0.00 and continue typing the number in the beginning these zeros always remain at the end of the value. Fasso How to get around this? Somehow need that 0.00, but only when the control does not have a set value and without focu, but by winning the focu needed it to be cleaned and defining mascara according co the value entered!

In short: I do not have a default value of 0.00 only when the need has not focu and the set value is 0 otherwise need the formatted value and typing in the value vanish with 0.00!

NOTE: The same goes for the type MaskType = "DateTime" values ​​pre-defined not.

graciously
André
Pavel R. Pavlov
Telerik team
 answered on 02 Aug 2013
3 answers
541 views
Hello,

I have a grid view which I want to ALWAYS group by a particular column.  I need to let the user also group by more columns if they choose so I still need to show the group panel.

I can set the initial group descriptor fine in XAML, but would like to hide the button which appears in the Group Panel so the user cannot remove the grouping. (not sure what the proper term for this button is)

I found code to handle the Grouping event and canceling the removal, but I'd really like to have that button hidden if possible.

Thanks,
Chris
Muhammad
Top achievements
Rank 1
 answered on 01 Aug 2013
2 answers
148 views
Hello,
Is it possible to set different FilteringMode for columns, not for grid?
I.e.:
Column1 - FilteringMode=Popup
.
.
.
Column9 - FilteringMode=FilterRow.

I'll be appreciate for any help.
Paweł
Top achievements
Rank 1
 answered on 01 Aug 2013
1 answer
91 views
Hi.
In my application I need to focus TextBox (which is inside Filter column) after press keyboard tab button.
So at the begining i'd like to focus first filter textbox -> press tab, focus next etc.
Any sample for that?
Yoan
Telerik team
 answered on 01 Aug 2013
6 answers
469 views
Title says it.

How do I go about printing the chart at its current state (pan, zoom etc.)?
RadChart made it possible to export (save) the diagram as an image to a temp file that could be used but I don't see this feature with ChartView.

(Sorry if this question has been asked before but my attempts to search the forums came up with nothing.)
Ves
Telerik team
 answered on 01 Aug 2013
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?