Telerik Forums
UI for WPF Forum
4 answers
523 views
I would like to be able to change the header color of the calendar (looks remarkably like a RadCalendar) that appears when I click on the button inside the RadDateTimePicker (set to select a date and a time). So far, I have some resources that I put together that are changing normal RadCalendar controls in the application, but these resources do not modify the calendar from the date time picker. Is there a short way to modify this color either in C# code or in XAML? I also put this together:

<Style x:Key="NewStyle" TargetType="{x:Type telerik:RadDateTimePicker}">
  <Setter Property="Control.Background" Value="Red"/>
</Style>


It would be great if there would be something that I could put in there as well to change the header of the calendar. I saw postings that talked about copying and pasting the entire sections from the theme XAML file for the control, but there has to be a shorter way to do this that I am just missing.

Thanks.
Brian
Top achievements
Rank 1
 answered on 10 Dec 2012
6 answers
203 views
I have some properties that need some time to execute (e.g. operation via TCP). Hence, it makes sense to bind these properties asynchronously. I cannot get this working using RadPropertyGrid.

<Grid>
  <Grid.DataContext>
    <ObjectDataProvider ObjectType="{x:Type viewModels:MyViewModel}" IsAsynchronous="True" x:Name="myViewModel" />
  </Grid.DataContext>
  <telerik:RadPropertyGrid x:Name="settings" Item="{Binding}" AutoGeneratePropertyDefinitions="False">
    <telerik:RadPropertyGrid.PropertyDefinitions>
      <telerik:PropertyDefinition GroupName="TCP" DisplayName="Status">
        <telerik:PropertyDefinition.Binding>
          <PriorityBinding FallbackValue="Reading...">
            <Binding Path="Status" IsAsync="True" Mode="TwoWay" />
          </PriorityBinding>
        </telerik:PropertyDefinition.Binding>
      </telerik:PropertyDefinition>
    </telerik:RadPropertyGrid.PropertyDefinitions>
  </telerik:RadPropertyGrid>
</Grid>


The code looks right to me but it yields a System.Windows.Markup.XamlParseException:

Additional information: A 'PriorityBinding' cannot be set on the 'Binding' property of type 'PropertyDefinition'. A 'PriorityBinding' can only be set on a DependencyProperty of a DependencyObject.

Either I'm doing it wrong, or your property grid doesn't support this...?

Please help!
Ivan Ivanov
Telerik team
 answered on 10 Dec 2012
0 answers
611 views
Hello, I want implement up\down buttons in my gridview (see attached file please). It's should be Reorder rows.
Could you explain me, how I can do it?

Thank You.
Sergiy
Top achievements
Rank 1
 asked on 10 Dec 2012
4 answers
197 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
104 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
287 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
299 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
304 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
122 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
143 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
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?