Telerik Forums
UI for WPF Forum
4 answers
421 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
163 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
278 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
193 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
132 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
251 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
848 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
1 answer
121 views
Hello, 

My problem is: the grid view contains cells with more than the total number of characters that an excel cell can contain (32,767 characters) and I export the data to excel with ToExcelML and I got the error at opening the result file. Is there a solution to limit just the export, without limit the grid cell?

Thank you.
Ivan Ivanov
Telerik team
 answered on 02 Feb 2015
3 answers
156 views
Hi,
I have a radgridview where the user can make a random cells multiselection (see the attachment).
On the click button I need to know which cells are been selected. More specifically, for each row I need to know the item and the column of the selected cells.
If I use the radgridview.SelectedCells everything is works since the cells are visible, when I scroll the rows in the radgridview.SelectedCells they disappear.

How can I do?
Thanks
Mattia
Top achievements
Rank 2
 answered on 02 Feb 2015
1 answer
117 views
I have put together a pivotgrid control that I want to use, that works fine.  I now want to integrate the radchart view as per the wpf demo and all I get are errors simalr to

Error    2    The resource "BarSeriesStyle" could not be resolved.   

I have then downloaded the Telerik WPF demo source code and get the same error.  I preumse I am missing something on my PC, but need to get this working so I can replace some legacy software.

Thanks,
Lee

Polya
Telerik team
 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
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?