Telerik Forums
UI for WPF Forum
0 answers
116 views
Hi,
          How can i load the carousel items using itemsource= linq objects please give me the sample.

Regards
Randy
Rajini
Top achievements
Rank 1
 asked on 06 Feb 2012
3 answers
116 views
It seems that the FlipDuration property of the RadBook control is only taken into account when the user has initiated a page turn.

When using the method .NextPage or setting the property .RightPageIndex the flip duration is not used. Is this by design?

Is there a way to slow down a page turn when using .NextPage or .RightPageIndex?

Thanks,

Jim
Kiril Stanoev
Telerik team
 answered on 06 Feb 2012
1 answer
124 views
I upgraded my WPF controls to version 2011.2.712.35 to fix a problem with adding the Camera Extension to a Chart for zooming.  When I did this I started getting a very odd error in a call to add a LegendItemMarkerShape to the Legend.  The chart xaml looks like this:

<UserControl x:Class="ABC.APP.ProfileWpf.ChartControl"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             mc:Ignorable="d"
             d:DesignHeight="300" d:DesignWidth="300" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
    <Grid>
        <telerik:RadChart Margin="0" Name="mChartControl">
            <telerik:RadChart.DefaultSeriesDefinition>
                <telerik:Bar3DSeriesDefinition />
            </telerik:RadChart.DefaultSeriesDefinition>
  
            <telerik:RadChart.DefaultView>
                <telerik:ChartDefaultView>
                    <telerik:ChartDefaultView.ChartLegend>
                        <telerik:ChartLegend Name="legend" />
                    </telerik:ChartDefaultView.ChartLegend>
                    <telerik:ChartDefaultView.ChartArea>
                        <telerik:ChartArea LegendName="legend" DimensionMode="Strict3D">
                            <telerik:ChartArea.Extensions>
                                <telerik:CameraExtension />
                            </telerik:ChartArea.Extensions>
                        </telerik:ChartArea>
                    </telerik:ChartDefaultView.ChartArea>
                </telerik:ChartDefaultView>
            </telerik:RadChart.DefaultView>
        </telerik:RadChart>       
    </Grid>
and the code where I pass the marker shape looks like this:
mChartControl.DefaultView.ChartArea.Legend.LegendItemMarkerShape = value;

I am using VS2010 and the weird thing here is if I let the code run without inspecting the object in the QuickWatch 
Dialog then it will exception with the error "Object reference not set to an instance of an object.".  If I 
go ahead and inspect the mChartControl object and drill all of the way down to the Lengend object the Legend 
object will show "+Legend{Telerik.Windows.Controls.Charting.ChartLegend Header: Items.Count:0}" that it does
exist and the code will run as it should without exception, but if I just do a hover over the string in the 
IDE the Legend oject will show a value of NULL and will exception.  Please let me know what is going on here
and what can be done to correct this.  Thanks for your help out there.

Nikolay
Telerik team
 answered on 06 Feb 2012
1 answer
199 views
For example, I have a line chart with a data series. How can I know the pixel position relateve to the left-top of chart control of a data point in chart?

Thanks!
Nikolay
Telerik team
 answered on 06 Feb 2012
0 answers
75 views
Hi.
I want to chnage the following items.

1. The border and background color for that Cell.
2. Whenever i drag the column header to group panel the Font size and color gets change. i want to change these colors in xaml.

Thanks
Dhruv
Top achievements
Rank 1
 asked on 06 Feb 2012
0 answers
83 views
Hi,
As the Title,for example,could bind the source for page2,when I turn to page2,then page 3 and so on...
just give the pagecount then dynamic binding itemsource for every page. 

Best Regards,
Sky,
Yu
Top achievements
Rank 1
 asked on 06 Feb 2012
1 answer
178 views
When writing customized property definitions, is it possible to mark properties as readonly? The workaround I have now is setting a control's IsEnabled property to false in the editortemplate
Maya
Telerik team
 answered on 06 Feb 2012
0 answers
90 views
hi,
i have a client the LOVES your opening page animation on the WPF Controls Expamles Demo.
was it done with a carousel control?
thanks! 
sivan benmoshe
Top achievements
Rank 1
 asked on 05 Feb 2012
1 answer
122 views
We have Ms. theme look in complete application, The Date picker also has the theme and look, But when datepicker is clicked to select date, the month and year on top shows black in color instead of the theme color which is blue, Any idea?

In the attached pic below. We want to change the forecolor of "February -2012.
Boyan
Telerik team
 answered on 03 Feb 2012
2 answers
92 views
Have the complete application with Microsoft theme. The Radchart legend forecolor needs to be same color as needed. It shows Black right now. How do I change the legend radchart forecolor or keys?
The Legend Items are created dynamically. Pic of what needs changed color attached.
Bhakti
Top achievements
Rank 1
 answered on 03 Feb 2012
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?