Telerik Forums
UI for WPF Forum
1 answer
89 views
Hi, I'm using the latest trial version of RadControls for WPF.

RadTabControl has a property IsContentPreserved. When set to True, the content is preserved when a tab is hidden. Does RadCarousel has this feature? If not is there a workaround for this? Thanks!
Maya
Telerik team
 answered on 11 Dec 2012
1 answer
117 views
I have downloaded the 2012 Q3 controls and installed them, but I do not see the pivot grid control.  Is there a nothe build I need to download?
Rosen Vladimirov
Telerik team
 answered on 11 Dec 2012
0 answers
362 views
Hello, I have got the following style for my grid.

<Style TargetType="{x:Type t:RadGridView}" x:Key="OverrideDefaultGridViewStyle">
    <Setter Property="GridLinesVisibility" Value="None"/>
    <Setter Property="RowHeight" Value="50"/>
    <Setter Property="ColumnBackground" Value="White"/>
        <Setter Property="RowIndicatorVisibility" Value="Collapsed"/>
        <Setter Property="ShowGroupPanel" Value="False"/>
        <Setter Property="CanUserFreezeColumns" Value="False"/>
        <Setter Property="CanUserReorderColumns" Value="False"/>
</Style>

Could you explain, how can I get rid of extra lines (see attached file)?
These lines appear, when I am selecting cell(row). I think it's selected row.
How to disable selecting cell border (gray border)?
Thank You
Sergiy
Top achievements
Rank 1
 asked on 10 Dec 2012
3 answers
386 views
I am using a .docx file as a template and I am doing some processing to the document (insert text, etc) Before I save the document as a PDF.

Everything works great, but I have a problem to get and delete the next Paragraph after a specific table.

I can find and delete the table by using the following code:
//rdoc is the document, a .docx file used as a template.
 
//Search for the text "sometext".
DocumentTextSearch dts = new DocumentTextSearch(rdoc);
TextRange tr = dts.Find("sometext");
 
//Get the inline that the text is in.
Inline iCurrent = (Inline)tr.StartPosition.GetCurrentInline();
 
//Get the table to delete.
Table tToDelete = iCurrent.GetParentOfType<Table>();
 
//Delete the table.
sCurrent.Blocks.Remove(tToDelete);

How do I get and delete the paragraph that is directly below the table tToDelete?

I tought about useing the tToDelete.nextsibling, but that seem to return the next table instead of the next paragraph. I also tried to do a "foreach" loop of all blocks in the current section and delete the block that is directly after the table tToDelete, but that does not seem to work either since the blocks does not seem to be in order (top to bottom of the document).

Please note that I only want to process the document in memory and that I am therefore not using the actual RadRichTextBox Control.

 

Petya
Telerik team
 answered on 10 Dec 2012
4 answers
503 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
185 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
603 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
177 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
97 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
279 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
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?