Telerik Forums
UI for WPF Forum
4 answers
155 views

Hi,

I'd like to change the outer appointment margin (suppress those few pixels around each appointment)

I looked into PART_ItemsHost for any margin to modify with no success..

What should I do?

Thanks for your answer

Regards

Philippe
Top achievements
Rank 1
 answered on 10 Dec 2012
0 answers
83 views
Are there any third party Telerik WPF themes available, either free or commercial.

Thanks,
-Mike
Mike
Top achievements
Rank 1
 asked on 10 Dec 2012
5 answers
250 views

Hi,

The XAML Development community could really use controls like the Windows 8 Start menu.

These appear to combine Panorama, HubTile and a type of WrapPanel.

The idea of combining navigation with content into a live dashboard with drill in to the underlying content is extremely powerful for Line of Business applications.  Clearly, most of will be building those types of native applications in XAML in WPF/Silverlight for the foreseeable future.



We're looking for a both the Start Menu Live Tile type functionality along with the Grouped Item and Detail type tile pages that are prevalent in the WinRT style of applications, but in WPF/Silverlight Desktop Applications which can actually live in a multi-tasking environment.

To help facilitate the Telerik Product Teams in seeing how hot this is, I have brought together just a few of the various sources of interest into a single post.  Although the posts are fractured and in various locations, there is clearly a high degree of interest in a ready made solution.



Community, Please vote for the items at the top of the below links.



Product teams, please get us something pronto.  DevExpress has a huge lead on this currently.

Thanks,

David Davids

Sr. Software Engineer

AMS Controls

http://www.telerik.com/support/pits.aspx#/public/silverlight/10473

http://www.telerik.com/support/pits.aspx#/details/Issue=7938

http://www.telerik.com/community/forums/wpf/general-discussions/panorama-other-metro-controls-available.aspx

http://www.telerik.com/community/forums/silverlight/general-discussions/any-plans-for-metro-live-tiles-control-in-silverlight.aspx

http://www.telerik.com/community/forums/wpf/general-discussions/metro-app-with-wpf.aspx

http://stackoverflow.com/questions/11407177/any-wpf-panel-layout-code-that-emulates-the-windows-8-start-menu-tile-layout-eng

http://www.codeproject.com/Articles/370650/Simple-Metro-Style-Panorama-Control-For-WPF

http://mareinsula.wordpress.com/2011/06/10/wpf-panoramaitem/

http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/c8c39133-1061-4e45-a9c5-6b36a58b5e32

http://stackoverflow.com/questions/5172423/can-i-use-the-wp7-panorama-control-outside-of-wp7

http://stackoverflow.com/questions/8084479/is-there-a-panorama-control-for-wpf

http://wiky-learning.blogspot.com/2012/05/simple-metro-style-panorama-control-for.html

http://blogs.microsoft.co.il/blogs/arielbh/archive/2010/10/21/porting-windows-phone-7-s-panorama-control-to-silverlight-4.aspx

http://www.netframeworkdevs.com/windows-presentation-foundation-wpf/buidling-a-user-control-for-used-in-wpf-15530.shtml

 

Dirk
Top achievements
Rank 1
Iron
 answered on 10 Dec 2012
1 answer
269 views
Is it possible to add optional cross button to clear text like the RadMaskedTextInput?
Konstantina
Telerik team
 answered on 10 Dec 2012
3 answers
261 views
I have a following scenario and try to accomplished by the grid view.

1) User can drag and drop a cell in the grid view and drop it in the same grid view.
2) the value of the dragging cell will switched with value of the dropping cell
3) there are some column should not allow dragging.
4) the drop should be allow only when it's in the same row of dragging cell.

How can I do it by using RadGridView and DragAndDropManager?  It will be great if there sample code similar to my scenario.

Thanks so much

Jack
Nick
Telerik team
 answered on 10 Dec 2012
3 answers
92 views
Hi,

In version 1129 you have removed IndicatorPresenter class from the dll, while you forgot to remove the reference to it from the themes xaml files.

Regards,
Goran
Vlad
Telerik team
 answered on 10 Dec 2012
0 answers
104 views
Hi,

containent filter in radgridview have English culture despite the radgrid have French culture.

I want to display Oui/Non not True/False.



Thanks.
Fatima
Top achievements
Rank 1
 asked on 10 Dec 2012
1 answer
142 views
I have some RadDocumentPanes. When I opening a document (RadDocumentPane) of some type, I want to load a different layout. How can this be done?

I tried switching layout in the ActivePaneChanged event, but this throws an InvalidOperationException. Please help!

private void dockingPaneManager_ActivePaneChanged(object sender,
    Telerik.Windows.Controls.Docking.ActivePangeChangedEventArgs e)

{

    if (e.NewPane == pane1)

        LoadLayout(Properties.Resources.Pane1);

    else if (e.NewPane == pane2)

         LoadLayout(Properties.Resources.Pane2);

    else if (e.NewPane == pane3)

         LoadLayout(Properties.Resources.Pane3);

}


<telerik:RadDocking x:Name="dockingPaneManager" ActivePaneChanged="dockingPaneManager_ActivePaneChanged">
<telerik:RadDocking.DocumentHost>
  <telerik:RadSplitContainer>
    <telerik:RadPaneGroup>
      <telerik:RadDocumentPane x:Name="pane1" Title="1st" telerik:RadDocking.SerializationTag="Pane1">
        <telerik:RadDocumentPane.Content>
          ... some content ...
        </telerik:RadDocumentPane.Content>
      </telerik:RadDocumentPane>
      <telerik:RadDocumentPane x:Name="pane2" Title="2nd" telerik:RadDocking.SerializationTag="Pane2">
        <telerik:RadDocumentPane.Content>
          ... some content ...
        </telerik:RadDocumentPane.Content>
      </telerik:RadDocumentPane>
      <telerik:RadDocumentPane x:Name="pane3" Title="3rd" telerik:RadDocking.SerializationTag="Pane3">
        <telerik:RadDocumentPane.Content>
          ... some content ...
        </telerik:RadDocumentPane.Content>
      </telerik:RadDocumentPane>
    </telerik:RadPaneGroup>
  </telerik:RadSplitContainer>
</telerik:RadDocking.DocumentHost>


This is the thrown exception:
---------------------------

---------------------------
System.InvalidOperationException: The specified Visual is not an ancestor of this Visual.

   at System.Windows.Media.Visual.TrySimpleTransformToAncestor(Visual ancestor, Boolean inverse, GeneralTransform& generalTransform, Matrix& simpleTransform)

   at System.Windows.Media.Visual.InternalTransformToAncestor(Visual ancestor, Boolean inverse)

   at Telerik.Windows.Controls.ApplicationHelper.TransformToScreenRoot(UIElement target) in c:\TB\102\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\Common\ApplicationHelper.cs:line 285

   at Telerik.Windows.Controls.RadPane.GetDraggableArea(Boolean allowDragReorder) in c:\TB\102\WPF_Scrum\Release_WPF\Sources\Development\Controls\Docking\Docking\Docking\RadPane.cs:line 1378

   at Telerik.Windows.Controls.RadPane.OnHeaderMouseLeftButtonDown(Object sender, MouseButtonEventArgs e) in c:\TB\102\WPF_Scrum\Release_WPF\Sources\Development\Controls\Docking\Docking\Docking\RadPane.cs:line 886

   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)

   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)

   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)

   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)

   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)

   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)

   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)

   at System.Windows.Input.InputManager.ProcessStagingArea()

   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)

   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)

   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)

   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---------------------------
OK  
---------------------------

Vladi
Telerik team
 answered on 10 Dec 2012
1 answer
150 views
According to the documentation, I can specify a collection to provide my own palette of colours for the colorpicker.  Can I do that using xaml?  And if so, how?

Thanks,
Petar Mladenov
Telerik team
 answered on 10 Dec 2012
1 answer
119 views
Hello,
I am working on a RadGridView that requires the capability to move rows up and down within the grid, ideally I would like Alt+Up/Down to execute a command that moves the selected row up or down in the grid. What I've done is created a behavior that is attached to the grid and wires up to the KeyDownEvent or PreviewKeyDownEvent. My issue is that when I hit Up or Down neither of the events are fired. I understand that those keys are used for navigation but I want to handle the event when Alt+Up/Down is pressed but I can't seem to get either of the events when focused on the grid no matter what modifier keys I have pressed. Is there any way to get the KeyDownEvent/PreviewKeyDownEvent to fire for the Up/Down buttons on a RadDataGrid?

AssociatedObject.AddHandler( UIElement.KeyDownEvent, mKeyEventHandler, true );

EDIT: Using the 'preview' event handler directly (rather that AddHandler) appears to work so I'm past my issue. Thanks

AssociatedObject.PreviewKeyDown += _HandlePreviewKeyDown;


Thanks,
Jason
Maya
Telerik team
 answered on 10 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?