Telerik Forums
UI for WPF Forum
1 answer
269 views
Hi there,

I'm trying to host a RadTimeLine inside a RadTimeBar so that I can view timeline events but with the selection ability of the TimeBar.

a) If I want the mouse scrolling to work, I need to have intervals set on my RadTimeBar, but I don't want duplicate intervals to be displayed. I can't seem to make the header height for the RadTimeLine drop to zero - is it possible to completely hide either of the headers?

b) I'd like the cursor to just be a single line rather than a selected range - representing an instant in time rather than a period. Is there a simple way to do this?

Many thanks

Nick
Tsvetie
Telerik team
 answered on 16 Jan 2013
1 answer
65 views
Hi,

Is it possible to limit the number of RandPaneGroup within a RadDocking control?

At this moment, we have one RadSplitContainer with RadPane in it on the left for navigation purpose.

And another DocumentHost with one RadPane in it occupying the rest of area.

When there are multiple RadnPane in the RandPaneGroup of the DocumentHost, they can be draaged out to float, and when they dock back, we would like to make the float window docked back to the original PanGroup they are from.

The reason is we are using Prism region with radDocking. When they radpane are docked back to diffrent RadPanGroup. exceptions will be thrown.

Is it possible to do it? Does it need to disalbe some indicator of the Compass?

Regards,

Yu
Vladi
Telerik team
 answered on 16 Jan 2013
1 answer
182 views
I have data bound the RadMap Center and ZoomLevel to properties in my ViewModel. These work fine up until I move the map or zoom in/out using the mouse. It appears as if the databinding is no longer working. I'm firing the OnPropertyChanged events but the map fails to respond. The mouse events are being handled directly by the control.

Any Idea if this is a bug? Or should I update these properties in another way?
Andrey
Telerik team
 answered on 16 Jan 2013
3 answers
241 views
Hi,

is it possbile to view a Report (Example the Dashboard.trdx) in a wpf Application?

Thanks
Best Regards
Rene
Steve
Telerik team
 answered on 16 Jan 2013
7 answers
193 views

Is it possible to write unit test against the VirtualQueryableCollectionView? I tried to write a unit test to verify the VirtualItemCount, but it seems that the collection is tightly coupled to the UI components and therefore requires tests to run on a STA thread. Is this correct?

Vlad
Telerik team
 answered on 16 Jan 2013
1 answer
213 views
This exception occurred while I was using the RadRichTextBox, and it crashed my application.  I have not been able to reproduce it since.  I am on RadControls for WPF version 2012.3.1017.40.

ShellApplication.HandleException : InteractionDesktopClient: App Domain Unhandled exception
Top Exception
Type=System.ArgumentNullException
Source=mscorlib
Message=Value cannot be null.
StackTrace:
   at System.Threading.Monitor.ReliableEnter(Object obj, Boolean& lockTaken)
   at System.Threading.Monitor.Enter(Object obj, Boolean& lockTaken)
   at Telerik.Windows.Documents.DocumentPosition.Dispose() in c:\TB\105\WPF_Scrum\Release_WPF\Sources\Development\Documents\Core\DocumentPosition\DocumentPosition.cs:line 2626
   at Telerik.Windows.Documents.DocumentPosition.Finalize() in c:\TB\105\WPF_Scrum\Release_WPF\Sources\Development\Documents\Core\DocumentPosition\DocumentPosition.cs:line 2650

Is this a known issue?

Thanks,
Evan
Boby
Telerik team
 answered on 16 Jan 2013
5 answers
675 views
Hi,

I am trying to use the AggregateFunctions and display them inside the Footer of the Grid using ItemsControl.ItemTemplate similar to the sample you provide. Though this works fine I have run into a problem, I have a tab control with 2 tabs inside each tab I have a Grid both using AggregateFunctions displayed in the footer using the ItemsControl.ItemTemplate. Initially the footers are displayed fine, if I however move between tabs/grids the footers are displayed empty.

If I do not use the ItemsControl.ItemTemplate approach the footers work fine, if I go and add or update the contents of the grid then the footer is displayed correctly again.

This code does not work:

<telerik:GridViewDataColumn Header="Available Amount" UniqueName="Amount" DataMemberBinding="{Binding Amount}" > 
    <telerik:GridViewDataColumn.AggregateFunctions> 
        <telerik:SumFunction Caption="Sum: " ResultFormatString="{}{0:0}" SourceField="Amount" /> 
        <telerik:AverageFunction Caption="Average: " ResultFormatString="{}{0:0}" SourceField="Amount" /> 
    </telerik:GridViewDataColumn.AggregateFunctions> 
    <telerik:GridViewDataColumn.Footer> 
        <StackPanel Orientation="Vertical" Margin="5,0">  
            <telerik:AggregateResultsList ItemsSource="{Binding}" VerticalAlignment="Center" Grid.Column="4">  
                <ItemsControl.ItemTemplate> 
                    <DataTemplate> 
                        <StackPanel Orientation="Horizontal" VerticalAlignment="Center">  
                            <TextBlock VerticalAlignment="Center" Text="{Binding Caption}" Width="100"/>  
                            <TextBlock VerticalAlignment="Center" Foreground="Blue" Text="{Binding FormattedValue}" /> 
                        </StackPanel> 
                    </DataTemplate> 
                </ItemsControl.ItemTemplate> 
                <ItemsControl.ItemsPanel> 
                    <ItemsPanelTemplate> 
                        <StackPanel Orientation="Vertical" /> 
                    </ItemsPanelTemplate> 
                </ItemsControl.ItemsPanel> 
            </telerik:AggregateResultsList> 
        </StackPanel> 
    </telerik:GridViewDataColumn.Footer> 
</telerik:GridViewDataColumn> 

This code does display but I would really like to control how it is displayed:

<telerik:GridViewDataColumn Header="Available Amount" UniqueName="Amount" DataMemberBinding="{Binding Amount}" > 
    <telerik:GridViewDataColumn.AggregateFunctions> 
        <telerik:SumFunction Caption="Sum: " ResultFormatString="{}{0:0}" SourceField="Amount" /> 
        <telerik:AverageFunction Caption="Average: " ResultFormatString="{}{0:0}" SourceField="Amount" /> 
    </telerik:GridViewDataColumn.AggregateFunctions> 
</telerik:GridViewDataColumn> 

I am using Q2 2009 (Version: 2009.2.701.35)

Hopefully it is something I am missing.

Regards,
Glen
Pankaj
Top achievements
Rank 1
 answered on 16 Jan 2013
4 answers
206 views
Is there a way to increase the height of the tab size (below the title bar).

Thanks

Chom
Chom
Top achievements
Rank 1
 answered on 15 Jan 2013
1 answer
186 views
Good Day,

We use Telerik WPF controls Version 2012 Q2. we have a problem regarding the handling of the menu of options offered by the RadDiagram, modify the content and include new options. The problem is that we want to load a list of options through the DependencyProperties, this was possible but we can not tell you to select element after being added as the method telerik: SettingsPaneView.EditorValue being used to tell the ListBox to property friendly.

Down with information on how we are achieving this. hope can help,
  Thank Telerik Team.

ListColumn = List different values
ListColumnSelectedItem = Selected Item

telerik:SettingsPaneView.EditorPropertyName="ListColumn" <telerik:RadListBox telerik:SettingsPaneView.EditorItemType="Shapes,Custom" telerik:SettingsPaneView.EditorValue="{Binding ItemsSource, Mode=TwoWay, RelativeSource={RelativeSource Self}}">
                 </ telerik: RadListBox>
Hristo
Telerik team
 answered on 15 Jan 2013
3 answers
101 views
I have a RadGridView and DataGrid implementation of a grid with with about 20 columns. A large number of the columns use cell templates and some of them use converters as well. I've noticed that when I edit and then tab between columns the RadGrid's performance has a noticeable lag compared to the DataGrid. Any ideas as to what might cause this and ways to alleviate?

Thanks,
Alex
Nedyalko Nikolov
Telerik team
 answered on 15 Jan 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
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?