Telerik Forums
UI for WPF Forum
1 answer
175 views
Hi
Why the Tile View SelectionChanged not working for me, 
i need an event that fired after the user maximize any tile.

Thanks
Akram
Pavel R. Pavlov
Telerik team
 answered on 26 Dec 2012
1 answer
178 views
Hello,

I am trying to create chart with text labels on X axis. I know about categorical chart, but in my case this is not an option and I'll tell why.
Each of my items has Count filed, CustomDate field and Label field. Count is used for Y axis. CustomDate is integer value and it is used on X axis. Label field is a string that is generated based on CustomDate and I want it to be displayed on X axis ticks, not CustomDate values. I cannot use XCategory to bind to X axis because chart can calculate difference between CustomDate values, i.e. it knows that there is difference of 5 between 5 and 10. But if use XCategory and string field it cannot calculate difference between for example "5" and "10". But this gap between values on X axis is very important.

So, is there is any possibility to use integer values on X axis using XValue, but to display string labels not these integer numbers?  
Missing User
 answered on 25 Dec 2012
1 answer
327 views
Hi
Sometimes i need to use the them colors for border brush, so the color changes if the them changes

Is that possible here?

Thanks,
Akram
Vanya Pavlova
Telerik team
 answered on 25 Dec 2012
1 answer
199 views
Hey,

I am evaluating the telerik chart component (trial version) for its suitability for our software project, and can not bring the RadCartesianChart to work.  

I am trying to put a new view atop of an existing viewmodel, and bind the chart data to a property of type ObeservableCollection<KeyValuePair<int, double>>. When the collection is empty its ok, but when trying to populate it, I get
ArgumentException: Dynamic getter is not supported for value types. 

Any idea why this happens and what the solution is? 

My code: View:
<telerik:RadCartesianChart Grid.Row="1">
            <telerik:RadCartesianChart.HorizontalAxis>
                <telerik:LinearAxis/>
            </telerik:RadCartesianChart.HorizontalAxis>
 
            <telerik:RadCartesianChart.VerticalAxis>
                <telerik:LinearAxis/>
            </telerik:RadCartesianChart.VerticalAxis>
 
            <telerik:RadCartesianChart.Series>
                <telerik:ScatterLineSeries XValueBinding="Key"
                       YValueBinding="Value"
                       ItemsSource="{Binding Path=DataSeries}">
 
                </telerik:ScatterLineSeries>
            </telerik:RadCartesianChart.Series>
 
        </telerik:RadCartesianChart>

And the view model:
// populated in Constructor
       private ObservableCollection<KeyValuePair<int, double>> mTempRandomData = new ObservableCollection<KeyValuePair<int, double>>();       
 
       private ObservableCollection < KeyValuePair <int, double> > mDataSeries = new ObservableCollection < KeyValuePair < int, double > > ();
 
        public ObservableCollection<KeyValuePair<int, double>> DataSeries
        {
            get { return mDataSeries; }
            set { mDataSeries = value; RaisePropertyChanged ( ()=>DataSeries );
            }
        }
 
        private void DoResetData ( )
        {
            DataSeries = new ObservableCollection < KeyValuePair < int, double > > ();
        }
        private void DoAddRandomData()
        {
            DoResetData (  );            
            DataSeries = mTempRandomData;
             
        }
Petar Marchev
Telerik team
 answered on 25 Dec 2012
3 answers
357 views
Hello

I would like to know if it is possible to use a single data source with the tree list view and describe the self referencing parent-son relationship in the data (ID property and ParentID propert), in opposition to having each node contain a property listing all of its sons.

I managed to do this with the rad grid view, but this is not satisfactory to me, i want to state which objects are root, in the grid view the nodes appear in both the first level and under their parent (I found this to exist in your examples as well), in addition the control operates as a master detail with several levels.

This was actually asked before on this thread:
http://www.telerik.com/community/forums/wpf/treelist/self-reference-with-datatable.aspx

but no actual response was made.

Thanks in advance.
Dimitrina
Telerik team
 answered on 24 Dec 2012
3 answers
133 views
Hi 
I know how to switch themes but the strange thing that the already opened windows does not affected by this line
StyleManager.ApplicationTheme = new Windows8Theme();

Is that true that i can't change the theme for the already opened windows?

Thanks,
Akram
Maya
Telerik team
 answered on 24 Dec 2012
1 answer
129 views
Hi everyone,

I have a button declared in a Prism region with a command declared in RadScheduleViewCommands. This button is used to advance the displayed date in my ScheduleView. 

<Button Label="Next day" Command="scheduleView:RadScheduleViewCommands.IncreaseVisibleDateLarge"/>

My RadScheduleView is declared in another region. This region can be shown or not, because it is inside a tab control. My problem is when I show my RadScheduleView in the tab, my button is disabled until the user clicks in the RadScheduleView. In this moment, the button is enabled and functional.

I need to change this behavior to enable the button in the moment the ScheduleView is shown on the screen, avoiding the user to click on the schedule. Is this possible? How?

Thank you!!!!

EDIT: The title of this post is wrong, The button is always visible. My problem is the IsEnabled property of the button. Don't know how to change the post title, sorry!
Konstantina
Telerik team
 answered on 24 Dec 2012
3 answers
185 views
Hello,

I have RadGridView working with DataPager. I encountered a problem when tried to select all items in RadGridView. To do this I am going through each page of DataPager and add items to GridView SelectedItems collection. It seems to work, but after that if I try to switch page or deselect any item - my selection is removed. 

What is right approach to do what I want?  
Maya
Telerik team
 answered on 24 Dec 2012
4 answers
224 views
I've downloaded and installed the WPF controls.

When the demo is run, it crashes. At first I thought that is was something I was doing, but each time I tried it I did something different. In the end, I just started the demo and did nothing and it still crashed.

It appears that it will always crash after about the same period of time regardless of the level of interaction I have with it.

This machine has XPPro SP2, V2008SP1 .Net v3.5SP1 installed.

Is there something I've missed?

--
Stuart
Phil
Top achievements
Rank 1
 answered on 23 Dec 2012
3 answers
310 views
Hi,

I am just starting on a trial version of telerik so I am still new to many concepts.

Here are some questions I like to ask about radmap:

1. I managed to load my geotiff image using UriImageProvider and specifying the geobounds. However, is it possible to load the geotiff image directly, i.e. without me having to use another tool to read off the geotiff header to find the location boundaries of the image.

2. My geotiff image is not a perfect square / rectangular image, that is, there are black background on pixels that have no information. How do I render the images such that these pixels show up as transparent since I be overlaying the image on top of my base map. With Arcmap, I can set this through the image properties. How do I do it with radMap?

Thanks!
Andrey
Telerik team
 answered on 21 Dec 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
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?