Telerik Forums
UI for WPF Forum
0 answers
75 views
Hi,

Is it possible to be notified when a user freezes columns in the RadGridView?

Thanks in advance!

Arthur
Arthur
Top achievements
Rank 1
 asked on 05 Sep 2012
0 answers
174 views
Just started testing this component,

Managed to get the PropertyGrid to update another UI control (button) so can change the size of the button  by changing the properties in the grid.

I will actually need to bind the PropertyGrid to a object in a View Model (which I have done) but when I change the details in the property grid the underlying object is not updated. 

Note I have linked up INotifyPropertyChanged etc as normal. So is there anything else that I need to do other that this 

Thanks

Arthur
Arthur
Top achievements
Rank 1
 asked on 05 Sep 2012
4 answers
115 views
Hello there,

I am currently developing a mapping application with WPF radmap for my company.
Therefore I have a question:

I have multiple arrows (WPF path shape) for which I also have locations in Lat/Lon.
I want to show these arrows on an InformationLayer, which works fine by just using MapLayer.SetLocation and InformationLayer's Items property.
My problem is now that I have a set of arrow-sets (imagine a list of tours and each tour has a set of direction arrows) and I need a 1to1 relation between objects on the information layer and my model (e.g. if a tour is deleted i want to remove the corresponding polyline and the corresponding arrows).
Is there any kind of CompositeMapShape which can have arbitrary WPF FrameworkElements (all of them have their own MapLayer location) as children?

Best regards,
Markus
Markus
Top achievements
Rank 1
 answered on 05 Sep 2012
1 answer
103 views

Hi,

I have an unexpected behavior with Docking control. To reproduce the issue, you can use the WPF Docking First Look example. Follow these steps:

  • Start the demo Docking First Look WPF Demo
  • Unpin the "Server tab explorer"
  • Click on the "hidden" "Server Explorer" tab (it appears)
  • Unpin the "Solution explorer" tab
  • "Server explorer" doesn't close!
  • Pin the the "Solution explorer" tab
  • Unpin the "Solution explorer" tab
  • "Server Explorer" tab opens unexpectedly after each attempt

You can use all of the docking examples to reproduce the issue.
The issue exist in Silverlight too.

 Is there a way to avoid this?

Thanks,
Christophe

Georgi
Telerik team
 answered on 05 Sep 2012
3 answers
74 views
Hello Team,

we like to give the user the possibility to select and deselect a PointMark in a LineSeriesDefinition.
Simply in the event ItemClick we change the brush of the .Fill property. But surprisingly, if we set the original brush (= nothing in the example), the view don't change.

This is the relevant code:
Private _manualPointMarkFill As Brush
Private _manualSelectedPointMark As PointMark

Private Sub SetPointMarkSelectedState()
    _manualPointMarkFill = _manualSelectedPointMark.Fill
    _manualSelectedPointMark.Fill = New SolidColorBrush(Colors.Black)
End Sub

Private Sub ClearPointMarkSelectedState()
    If _manualSelectedPointMark IsNot Nothing Then
        'The Color of the PointMark do not reset to white, the PointMark remains black.
        _manualSelectedPointMark.Fill = _manualPointMarkFill

        'That works, but is only correct if the PointMark was white before.
        '_manualSelectedPointMark.Fill = Brushes.White

        _manualSelectedPointMark = Nothing
    End If
End Sub

I have made a little example project (*.Zip), but those files are not allowed to attach??

Do you have an explanation for this behaviour and a functioning idea?
Thank you
Sia
Telerik team
 answered on 05 Sep 2012
1 answer
155 views
HI,
I'm using RadSchedulerView and i would like to disable the animation when ViewDefinitionChanged occurs.
what should i do?


thanks
Yana
Telerik team
 answered on 05 Sep 2012
1 answer
124 views
Hello 

Yes, its more a feature request than a issue. We have tool which is showing items (attachment). This items organized as a tree. That tool is self made and not the best code behind.
I am wondering, is it possible to use the 
 TreeMap with PieCharts or something similar instead of rectangle as style? 
And how to do that?

Thank you :)
Evgenia
Telerik team
 answered on 05 Sep 2012
0 answers
125 views
Hello,

is it possible to manually set/modify a splitter's position (from codebehind/XAML)?
I have a splitcontainer with 2 radpanegroups in the DocumentHost.

Thanks for your help!

Regards,
Thomas
Thomas Felis
Top achievements
Rank 1
 asked on 04 Sep 2012
0 answers
86 views
Hi,

is it possible to bind raddataform to two or more itemsources?
I have hierarhical treeview with two different object collections, is it posible for dataform to switch between these collections(Itemsources) and use different templates for fields on selecteditem in treeview?

Thanks!
Dmitrijs
Top achievements
Rank 1
 asked on 04 Sep 2012
0 answers
96 views
Hi,
I have an issue with the RADWINDOW when i want to maximise it with the button Maximize, the window doesn't take the full screen mode and the borders disappears(image in attachement) but when i double click on the task bar, it works correctly

below the code i use :
public static void NavigateToModal<T>(OpraViewName name, ParameterizedMessage message = null) where T : UIElement, new()
        {
            _message = message;
  
            object view = null;
            int Width =0, Height =0 ;
  
  
            switch (name)
            {
                case OpraViewName.AboutView:
                    view = new AboutView();
                    Width = 1000;
                    Height = 600;
                    break;
                case OpraViewName.ArticlePickerView:
                    view = new ArticlePickerView();
                    Width = 1000;
                    Height = 600;
                    break;
                case OpraViewName.ArticleLoaderView:
                    view = new ArticleLoaderView();
                    Width =  700;
                    Height = 600;
                    break;
                default:
                    break;
            }
  
             
  
            RadWindow modalWindows = new RadWindow();
            modalWindows.WindowStartupLocation = WindowStartupLocation.CenterOwner;
            modalWindows.MinHeight = Height;
            modalWindows.MinWidth = Width;
            modalWindows.Header = name.GetStringValue();
            modalWindows.Content = view;//The view is the user control i use
            modalWindows.ShowDialog();
             
        }

thanks.
Hicham
Top achievements
Rank 1
 asked on 04 Sep 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
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?