Telerik Forums
UI for WPF Forum
2 answers
117 views
I have a series recurring every day and it includes some recurrence exceptions.  If I open the series and go to the Edit Recurrence dialog and make a change, for example change the end by date, then all the recurrence exceptions disappear.  Is this a bug or is there something I need to change in order to preserve the recurrence exceptions? 

I'm using version 2013 Q1 NET 45 of the RadScheduleView control.  This behaviour can be repeated with the RadControls for WPF Demos.
Alek
Telerik team
 answered on 09 Apr 2013
3 answers
116 views
I hope my question makes sense. I've got some test data which will better illustrate what I'm trying to convey.

Here's a link on my Flickr account, to the photo (I can't find any other way to show the pic on this forum).

Bottom line, when the application is running and the user types in search parameters which shows fewer rows than what the GridView normally has in it, I'd like the white area, which currently shows up in the grid, to not be there. I did a search on this forum, but only found results related to row height. I don't believe the row height is my problem, it's the height, or space, taken up by the GridView. How do I eliminate the unneeded white space?
Vanya Pavlova
Telerik team
 answered on 09 Apr 2013
6 answers
239 views
Hello.

I have a problem creating group-headers for a RadScheduleView from code behind.
I want to have multiple header in a timeline-view, one for each selected user. I use custom appointments, which have the UserID within.

My code looks like this at the moment:
ResourceTypeCollection Group = new ResourceTypeCollection();
ResourceType User = new ResourceType("User");
 
for (int i = 0; i < UserGroup.UserIDs.Count; i++)
{
 
        Resource Person = new Resource();
        Person.ResourceName = UserGroup.UserIDs[i];               
        Person.DisplayName = UserGroup.UserName[i];
        User.Resources.Add(Person);
     
}
 
Group.Add(User);
ScheduleView.ResourceTypesSource = Group;

But when displayed, there appears not a single header.
Marcus
Top achievements
Rank 1
 answered on 09 Apr 2013
1 answer
70 views
I have the WPF:

<telerik:RadChart x:Name="reasonChart" ItemsSource="{Binding ReasonChart, Mode=TwoWay}">
    <telerik:RadChart.SeriesMappings>
        <telerik:SeriesMapping LegendLabel="Devices">
            <telerik:SeriesMapping.SeriesDefinition>
                <telerik:BarSeriesDefinition></telerik:BarSeriesDefinition>
            </telerik:SeriesMapping.SeriesDefinition>
            <telerik:SeriesMapping.ItemMappings>
                <telerik:ItemMapping DataPointMember="Label" FieldName="Value"></telerik:ItemMapping>
                <telerik:ItemMapping DataPointMember="YValue" FieldName="Value"></telerik:ItemMapping>
                <telerik:ItemMapping DataPointMember="XCategory" FieldName="Label"/>
            </telerik:SeriesMapping.ItemMappings>
        </telerik:SeriesMapping>
    </telerik:RadChart.SeriesMappings>
</telerik:RadChart>

Instead of the Value for the Label I would like to format the seconds in the HH:mm:ss format! See the image attached!
Excepted result:
120s => 00:02:00
Petar Kirov
Telerik team
 answered on 09 Apr 2013
1 answer
180 views
In the documentation for ChartPanAndZoomBehavior.PanMode Property  it reads:
Gets or sets the ChartPanZoomMode value that specifies how the chart will respond to a pan action.

But what is a 'pan action'? I can zoom using scrollbars or mouse window and I can pan using the scrollbars even if PanMode is set to 'None'. So which kind of interaction is enabled/disabled when I set the property PanMode?
Petar Kirov
Telerik team
 answered on 09 Apr 2013
1 answer
169 views
Hi!

I have a WPF application where I create RadButtons on the fly programatically. The content is set to a text. Is it possible to make this text wrap within the boundaries of the button? Furthermore I'd like to be able to include a BulletGraph together with the text, thus being able to give the user a graphical feedback as of the progress of the work being done in the area to which the button is connected. By pressing a given button the user is taken to another screen within the application where they're able to perform activities and the amount of work that has been done should be visually displayed on the button when the user goes back to the "button screen". I thought the BulletGraph would be a great way of displaying this progress.

In other words:

1. Is it possible to allow word-wrap for the RadButton.Content property when the content is text?
2. Is it possible to programatically populate a programatically created RadButton with a RadBulletGraph together with text?

Hmmm, hope this makes sense...:)

Cheers
Pavel R. Pavlov
Telerik team
 answered on 09 Apr 2013
5 answers
357 views
Hello
I have problem with finding out if selected or cliked row is on child grid or on parent grid. I want only know if I just clicked/selected child or parent.

I tried selection changed but it is called during expanding row, not during real selection. So e.g when I have only one row in child grid, and switching between parent row and child row, there is no selection changed event fired, So I cannot recognize if my current selected row is on parent grid or on child.

Is there any way to know which row is actually selected? Parent or child?
Yoan
Telerik team
 answered on 09 Apr 2013
1 answer
123 views

How to turn Panning Inertia off?

Hi Kammen,

can we turn Panning Inertia off? Just Panning, no inertia.

Thanks

Wenjie

Kammen
Telerik team
 answered on 09 Apr 2013
2 answers
106 views
Hi,
    I have data source which contains values in millions or billions.Default interval range for y-axis is 5000000.but i want to customize this interval using radchartview. could you please help me on this topic?
Thank you in advance
 
Dts
Top achievements
Rank 1
 answered on 09 Apr 2013
3 answers
216 views
I want to use timebar control for displaying events. To achieve that, I am trying to create my custom control to be hosted inside timebar thumb.
I am not sure how should I handle the zoom changes and how can I synchronize my custom control layout with the timeslots of the timebar in most efficient manner given that, zoom and scrolling are frequent and non-performant operations could be real performance issue.

My requirements are very much like Telerik SchedulerView in Timeline mode. But, I also want zooming feature of timebar control and also, timebar control best suites interms of look and feel for this type of requirement.

Any pointers or alternative approaches will be of great help.

Thanks,
Tsvetie
Telerik team
 answered on 09 Apr 2013
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?