Telerik Forums
UI for WPF Forum
6 answers
200 views
As I know, in case of no data, the chart shows the text "No data to plot" by default.
ChartView provides 2 properties to customize the no data content and style, they are EmptyContent and EmptyContentTemplate.

The strange thing is - The chart still show the default text if its EmptyContent is bound to a view model property, but if the customized text is set to EmptyContent directly in xaml then it works well.

I made the same settings to VerticalAxis - bind Title and set TitleTemplate and didn't has this problem.

Any suggestion? Thank you.
Petar Marchev
Telerik team
 answered on 04 Feb 2015
5 answers
236 views
Hi,

i am currently evaluating some of the Telerik-Controls. So i created a sample project.
Now i have one question related to the Spreadsheet Control:

There was functionality included in the roadmap:
Conditional Formatting
Applying different visual settings to cells based on the data they contain allows you to identify variances in a range of values with a quick glance. The feature is very useful for comparing values, selecting rows dynamically and spotting duplicates easily.

Is Conditional Formatting included in the current WPF-Spreadsheet? I also tried out the demos but i was not able to find the fomatting.

I also wrote an email to the Trial-Support, but i do not receive an response :(.

Thank you very much!
Andy



Tanya
Telerik team
 answered on 03 Feb 2015
1 answer
143 views
Hi,

i am looking for a simple example to open "html, xml, docx, xaml" Documents in a RadRichTextBox.

Thanks a lot best Reagards
WW
Petya
Telerik team
 answered on 03 Feb 2015
4 answers
414 views
Hi,

in Wpf demos, the Galleries -> Bar example allow to switch chart orientation  between Horizontal and Vertical.
It work binding:

demo:OrientationBehavior.Orientation="{Binding ChartOrientation, Mode=TwoWay}"

Exists documentation about this?
How to add a check for a generic cartesian chart as Vertical/Horizontal switch?

Thank's very much,
marc.
Martin Ivanov
Telerik team
 answered on 03 Feb 2015
4 answers
155 views
I need some development help on  “Sales Dashboard Telerik WPF”  which was already developed, I have gone through the source code everything Is well but I got some confusion please try to  clarify  it , some questions on it 
 
1.       Why a Service is Created instead of coding locally in the same project.

2.       Where Database binding code is exists in the project  I mean getting the data ,
I have little confused where is the code for getting the data. 

So, Please I need some assistance from any one from your development team.
Sanjay
Top achievements
Rank 1
 answered on 03 Feb 2015
2 answers
273 views
Hi

We need a numeric updown  where the up and down buttons actually change the decimal part of the number ..

for ex -

1.07 on Up button press should give 1.08 whereas it gives 2.08 as of now.
and vice versa for down button press.

Any help will be appreciated.

Thanks
M.
Muds
Top achievements
Rank 1
 answered on 03 Feb 2015
4 answers
190 views
We're binding the IsSelected from our VM to the IsSelected of the grid row.

When we reload and restore the IsSelected on the VM the IsSelected get set from true to false. (stack trace below)

We have multiselect set to true on the grid. Can anyone demystify the stack below as to why this is happening?

Thanks

<Style TargetType="telerik:GridViewRow">
    <Setter Property="IsSelected" Value="{Binding Path=IsSelected, Mode=TwoWay}"/>


this.UseCase.Items.Clear();
this.UseCase.AddItems(this._products);
 this.UseCase.FrameViewModel.ProductGridVM.Products = this.UseCase.Items;

We're restoring IsSelected after this.


>   Union.Catalog.Client.Product.ProductVMBaseBase.IsSelected.set   C#
    [Native to Managed Transition] 
    MS.Internal.Data.PropertyPathWorker.SetValue   
    MS.Internal.Data.ClrBindingWorker.UpdateValue  
    System.Windows.Data.BindingExpression.UpdateSource 
    System.Windows.Data.BindingExpressionBase.UpdateValue  
    System.Windows.Data.BindingExpression.UpdateOverride   
    System.Windows.Data.BindingExpressionBase.Update   
    System.Windows.Data.BindingExpressionBase.ProcessDirty 
    System.Windows.Data.BindingExpressionBase.Dirty
    System.Windows.Data.BindingExpressionBase.SetValue 
    System.Windows.DependencyObject.SetValueCommon 
    System.Windows.DependencyObject.SetValue   
    Telerik.Windows.Controls.DataControl.PersistIsSelectedProperty 
    Telerik.Windows.Controls.GridView.GridViewDataControl.PrepareContainerForItemOverride  
    Telerik.Windows.Controls.GridView.BaseItemsControl.Telerik.Windows.Controls.GridView.IGeneratorHost.PrepareItemContainer   
    Telerik.Windows.Controls.GridView.GridViewItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.PrepareItemContainer   
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.NestedLayoutStrategy.InsertContainer   
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.NestedLayoutStrategy.InsertNewContainer
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.NestedLayoutStrategy.AddContainerFromGenerator 
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.NestedLayoutStrategy.GenerateNextChild 
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.NestedLayoutStrategy.MeasureOverride   
    Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.MeasureOverride
    System.Windows.FrameworkElement.MeasureCore
    System.Windows.UIElement.Measure   
    System.Windows.ContextLayoutManager.UpdateLayout   
    System.Windows.ContextLayoutManager.UpdateLayoutCallback   
    System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork
    System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks  
    System.Windows.Media.MediaContext.RenderMessageHandlerCore 
    System.Windows.Media.MediaContext.RenderMessageHandler 
    System.Windows.Threading.ExceptionWrapper.InternalRealCall 
    MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen   
    System.Windows.Threading.DispatcherOperation.InvokeImpl
    System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext   
    System.Threading.ExecutionContext.RunInternal  
    System.Threading.ExecutionContext.Run  
    System.Threading.ExecutionContext.Run  
    System.Windows.Threading.DispatcherOperation.Invoke
    System.Windows.Threading.Dispatcher.ProcessQueue   
    System.Windows.Threading.Dispatcher.WndProcHook
    MS.Win32.HwndWrapper.WndProc   
    MS.Win32.HwndSubclass.DispatcherCallbackOperation  
    System.Windows.Threading.ExceptionWrapper.InternalRealCall 
    MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen   
    System.Windows.Threading.Dispatcher.LegacyInvokeImpl   
    MS.Win32.HwndSubclass.SubclassWndProc  
    [Native to Managed Transition] 
    [Managed to Native Transition] 
    System.Windows.Threading.Dispatcher.PushFrameImpl  
    System.Windows.Threading.Dispatcher.PushFrame  
    System.Windows.Threading.Dispatcher.Run
    System.Windows.Application.RunDispatcher   
    System.Windows.Application.RunInternal 
    System.Windows.Application.Run 
    System.Windows.Application.Run 
    UnionShell.App.Main C#
Chad
Top achievements
Rank 1
 answered on 03 Feb 2015
1 answer
130 views
Hi,
I'm working with RadRadialGauge and I want to color the BarIndicator with a ProportionalGradient similar to a linear gradient on more colors (Ex. green, yellow and red). I have seen that this option works on RadHorizontalLinearGauge, I would like to obtain the same thing with a RadRadialGauge.
Can someone help me?

I have attached an example of solution with the two kinds of RadGauges and an image with the desiderata.

https://www.dropbox.com/s/82zpm5f3puh7yo8/ExampleWithRadGauge.zip?dl=0

Thanks a lot 

Ciro
Evgenia
Telerik team
 answered on 03 Feb 2015
2 answers
243 views
Hello Telerik Team

         I am using heatmap for my application.But ı have lots of rows definition and when loaded content , Rows data zipped for wrapping and ı need to scrolling them. I looked scrollViewer property for configuration . I couldnt.


Best Regards
Erhan
Top achievements
Rank 1
 answered on 02 Feb 2015
5 answers
839 views
Hello,
I am using RadCartesianChart for my project and I need to show the data I have with Line Series.
I am able to show it with BarSeries, but I cannot do the same with LineSeries.
This is my code for the data binding

<telerik:RadCartesianChart.Series>
    <telerik:BarSeries CategoryBinding="date" ValueBinding="value" ItemsSource="{Binding}">
    </telerik:BarSeries>
</telerik:RadCartesianChart.Series>

However, when I use the following code
<telerik:RadCartesianChart.Series>
    <telerik:LineSeries CategoryBinding="date" ValueBinding="value" ItemsSource="{Binding}">
    </telerik:LineSeries>
</telerik:RadCartesianChart.Series>

it gives me the error:
Error 1 Ambiguous type reference. A type named 'LineSeries' occurs in at least two namespaces, 'Telerik.Windows.Controls.ChartView' and 'Telerik.Windows.Controls.Charting'. Consider adjusting the assembly XmlnsDefinition attributes. C:\Users\.......

And in Window I only have this:
<Window ...
.... 
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
... />

How do I fix this? 


Erhan
Top achievements
Rank 1
 answered on 02 Feb 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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?