Telerik Forums
UI for WPF Forum
1 answer
216 views

Hello,

I'm trying to select rows, columns, and cells like Excel does. There was a post over 5 years ago indicating this would be possible in the future. http://www.telerik.com/forums/excel-like-cell-row-and-column-selection  Is there a way to select like Excel does now?I have the following set in XAML, but row selection and column selection do not work using this. SelectionMode="Extended"  SelectionUnit="Mixed"  Is there now a way to do this?

 

Thanks,

Scott

Dilyan Traykov
Telerik team
 answered on 14 Dec 2015
2 answers
528 views
I have a RadLegend associated with a RadCartesianChart. I would like the items associated with the legend to be listed horizontally instead of vertically. How do I do that?

Here's my XAML for my legend:
<telerik:RadLegend Items="{Binding LegendItems, ElementName=ProfitChart}"/>

Thank you,
Mark
Jonah
Top achievements
Rank 1
 answered on 11 Dec 2015
1 answer
118 views

Hello,

with the Office2013 theme, the left and right margings of a cell don't have the same width, the right margin being shorter. This makes strange looking when a right aligned column is followed by a left aligned column.

Ivan Ivanov
Telerik team
 answered on 11 Dec 2015
1 answer
100 views

Having a problem where my marker is showing up behind the background on my gauge range. Here is my code. 

 

  <telerik:VerticalLinearScale IsInteractive="False" Max="100" Min="0" Foreground="Black" >
                        <telerik:GaugeRange Min="0" Max="80" Background="Green"></telerik:GaugeRange>
                        <telerik:GaugeRange Min="80" Max="100" Background="Red"></telerik:GaugeRange>
                        <telerik:LinearScaleMarker  x:Name="indicator" telerik:LinearScale.RotateForVertical="True" telerik:ScaleObject.Location="OverCenter"  Value="{Binding Path=myEngine.PercentLoaded}" />
                    </telerik:VerticalLinearScale>

 

Everything works fine, its just that the marker is behind the gauge range backgrounds.

Ivan
Telerik team
 answered on 11 Dec 2015
1 answer
271 views

Hi,

 

We are using various third party software packages. We have come across an issue which causes a system crash and we believe it may be because some third party is using an older version of the .Net Framework. We are currently targeting .Net 4.5.

We are using Telerik's UI for WPF Product Version 2015.1.0406.40. I would be helpful to know which >Net framework this is dependent on.

Thanks in advance for your help.

 Jonathan Manoharan

Dinko | Tech Support Engineer
Telerik team
 answered on 11 Dec 2015
3 answers
185 views

Hello

I try to custom connection caps, you can find in attach files my goals and what i did.

I try 2 solutions with a custom RadDiagramConnection : 

- Override CreateSourceCapGeometry and Target : i didn't find a way to add a text into a pathFigure (not like geometryGroup and FormattedText)

- Override CreateGeometry : I works fine but the style of the line (like StrokeDashArray) is also use for the caps (that's why the text look like weird).

Do you think it's possible to do that? Is there any other solution?

 

Thank you in advance.

weird
weird
weird
Martin Ivanov
Telerik team
 answered on 11 Dec 2015
1 answer
835 views

Is there some kind of property on the RadGridView that will make it scroll to the bottom of the list when a new record is added?  I'm binding the "ItemsSource" to an ObservableCollection.  Then, in my ViewModel, I'm adding rows.  I'd like the grid to scroll to the bottom automatically, rather than requiring me to add the record and then execute a "ScrollToEnd" on the "GridViewScrollViewer".  If there is no such property, what would be the best event to tie into to make this happen (i.e. so that I could contain this code to the View rather than contaminate my ViewModel)?  Yes, I could also add an event handler to the CollectionChanged of the ObservableCollection, but that that feels redundant somehow.  (Also, from my testing, it leaves the grid one row behind, since it fires before the row is actually rendered to the grid.)

Thanks!

Brad.

Dilyan Traykov
Telerik team
 answered on 11 Dec 2015
4 answers
175 views

Hi,

I created a form that has RadMaskedTextInput, CheckBox and PasswordBox.

I am using noxaml binaries and added styles for native wpf windows controls this way:

<ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/System.Windows.xaml"/>
        <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.xaml"/>
        <ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
        <ResourceDictionary Source="Resources/CommonStyles.xaml"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

CheckBox is styled correctly. Unfortunately PasswordBox is not. It has smaller height and a border that looks strange. See Image here:

Screenshot

Is there a better way than setting form, removing border ?

Thanks,

Łukasz

Masha
Telerik team
 answered on 11 Dec 2015
1 answer
699 views
Hi,

I try to change the Validation.ErrorTemplate of PasswordBox.

1.<Style TargetType="PasswordBox" BasedOn="{StaticResource PasswordBoxStyle}">
2.       <Setter Property="Validation.ErrorTemplate" Value="{StaticResource ErrorTemplateStyle}" />
3.</Style>

But the two templates are displayed.

Why ?

PS : It works for other control like RadWatermarkTextBox but not for MS controls.

Best regards,

Geoffrey

Masha
Telerik team
 answered on 11 Dec 2015
5 answers
208 views
Hi,
I use RadDocking with several RadPanes. I implemented Load/Save functionality as described in Save/Load Layout. It works great, but what if I add a new pane to my RadDocking control? User with saved layout will still see old layout? How to update user layout to match current number of panes in the application? I don't want to delete user layout every time I add something new to the application. 
Kalin
Telerik team
 answered on 11 Dec 2015
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?