Telerik Forums
UI for WPF Forum
3 answers
127 views

I'm trying to set the expanded state on load. I'm using the following RowLoaded handler.

 

private void PspTreeListView_RowLoaded(object sender, Telerik.Windows.Controls.GridView.RowLoadedEventArgs e)
{
    PspTreeViewObject pspTreeViewObject = e.DataElement as PspTreeViewObject;
    TreeListViewRow treeListViewRow = e.Row as TreeListViewRow;
 
    if (treeListViewRow != null && pspTreeViewObject != null)
    {
        treeListViewRow.IsExpanded = pspTreeViewObject.IsExpanded;
    }
}>

 

This works to set the expanded state properly, but then none of the items in the treeview can be expanded or contracted. I tried setting IsExpandable to true for the items, but that didn't work either. It seems that once the initial state is set, it cannot be changed.

Any ideas on how I can fix this?

 

Dimitrina
Telerik team
 answered on 03 May 2012
1 answer
125 views
Is the GridView column header keyboard accessible? Can I tab to it and activate sorting with the keyboard? The native WPF listview doesn't support this and we are looking for a control that does. 

Thanks,
Derek 
Pavel Pavlov
Telerik team
 answered on 03 May 2012
2 answers
140 views
Is there or will there be in the near future the ability to modify the Zoom range? I would like to be able to set the zoom property to something lower than 0.5.
Eric
Top achievements
Rank 1
 answered on 02 May 2012
9 answers
363 views
Hi guys,

I've followed the self-reference hierarchy example and have implemented the custom DataItemCollection. The tree binds great and I am able to view all the tree items. However, now I want to have the drag/drop ability too, I've found that I can't "Drop-Inside" and also, when I can, drop before or after the program gives me the following exception:

NullReferenceException
at Telerik.Windows.Controls.RadTreeView.EndDrop(FrameworkElement dropTarget, IEnumerable draggedItemsEnumerable) in c:\\Builds\\WPF_Scrum\\Release_WPF\\Sources\\Development\\Controls\\Navigation\\TreeView\\RadTreeView.cs:line 2147\r\n   at Telerik.Windows.Controls.RadTreeView.OnDropComplete(FrameworkElement dropDestination, IEnumerable draggedItems) in etc...

I have pretty much following the example found in the documentation exactly and extended the ObservableCollection. I have only  enabled the property IsDragDropEnabled to true to turn on this feature. Is there something else I must do to make the dropping work?

Thank you,

Tim.
Tina Stancheva
Telerik team
 answered on 02 May 2012
1 answer
83 views
I am using the Bing map provider and only the road view is available. Aerial is enabled but when clicked the map flashes and then goes back to road. Birdseye view is disabled. Are the modes controlled by the map key? I think they used to work, but I updated the telerik version and map key.
Andrey
Telerik team
 answered on 02 May 2012
1 answer
129 views

Hello,

is it possible to rotate the UriImageProvider image?  I have an image that I am using with a UriImageProvider but it doesn't align on the map properly and needs to be rotated.  Is this possible with the provider or is my only option to rotate the source image?

thanks
Andrey
Telerik team
 answered on 02 May 2012
1 answer
176 views
How can I add a button to the RadPane header so that when clicked the pane will float and maximize on screen and then when clicked again will put the pane back as it was. Essentially a temporary pop out.
Georgi
Telerik team
 answered on 02 May 2012
2 answers
96 views
HI,
i am new to telerik chart view control.
I want to display the negative sign at the end of a lable for an axis.
For Ex:if the label value is: -10 it has to show 10- instead of -10.
Can any one help me out of this problem..
thanks.
Sailaja
Top achievements
Rank 1
 answered on 02 May 2012
1 answer
100 views
In my wpf application I noticed that while using RadDocking users can drag windows into a layout so that the split bar between adjacent sections is no longer present. This is very annoying to the users.

This can easily be reproduced using the silverlight demo and probably the wpf one also.

In the "Split Containers" demo, drag pane "Pane Bottom 2" to the bottom half of "Pane Right 2". You will notice that before this "Pane Right 1" and "Pane Right 2" had a split bar between them. After they do not. This happens with other combinations also.

Georgi
Telerik team
 answered on 02 May 2012
2 answers
138 views
I am having trouble getting a bound  boolean to a GridViewCheckBoxColumn to show its state. 

<telerik:RadGridView Name="dgvBreaks" ShowGroupPanel="False" Margin="0,0,0,53" AutoGenerateColumns="False" SelectionUnit="Cell">
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Price}" Header="Price" Width="120" IsReadOnly="True" />
                <telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding MatchUs}" Header="Match Us" AutoSelectOnEdit="True" EditTriggers="CellClick" />
                <telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding MatchThem}" Header="Match Them" AutoSelectOnEdit="True" EditTriggers="CellClick" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

It looks like everything is binding fine, but if I click on the checkbox and go to another cell, the state of the checkbox is reset. I bound a normal GridViewDataColumn to the boolean field and I can see that the value is updated each time I click on the cell.

I am using build version 2012.1.326.40
Dimitrina
Telerik team
 answered on 02 May 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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
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
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?