Telerik Forums
UI for WPF Forum
7 answers
683 views

Dear All,

I want to add RadWindow in WPF Window as a child control like following:
  

<

 

Window x:Class="MDIApplication.Window1"
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation

 

 

 

xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"

 

 

 

xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml

 

 

 

Title="Window1" Height="300" Width="300">

 

 

 

    <Canvas>

 

 

 

        <telerik:RadWindow Width="500" Height="300" BorderBackground="Yellow" BorderThickness="30" BorderBrush="Green" Visibility="Visible" />

 

 

 

    </Canvas>

 

</

 

Window>

Now I want to move this child RadWindow inside the parent WPF Window, Just same as an MDI Child Window inside an MDI Parent Window.

 

 

 

Konstantina
Telerik team
 answered on 05 Mar 2012
1 answer
107 views
From this page: http://www.telerik.com/help/wpf/raddatetimepicker-styling-calendar.html 

It says that if I generate a style, I should get those resources at the bottom (i.e. HeaderBackground).  This never happens.  I get a style, but I can't change the background of the header.  Basically I do not want any of the colors that are defaulted.  I just want to specify new colors overriding ALL that are there.

Has anyone else gotten that to work?
Dani
Telerik team
 answered on 05 Mar 2012
1 answer
221 views
How can I get rid of the date header when grouping by resources in the day view?

See screen shot
Dani
Telerik team
 answered on 05 Mar 2012
1 answer
208 views
Is it possible to show an empty group (group containing no items) in the GridView, f.i. by adding a group from code?
Vlad
Telerik team
 answered on 05 Mar 2012
2 answers
196 views
Hi,

I have a question about the binding to a SQL-Database

The Database-Table looks like this:

Column        value

id                    id
name              name of the node
parentid          id of the parentid (0=root)

how is the best way to fill a RadTreeView from this table with all its nodes?

Thank you for your help and sorry for my bad english

Johann
Top achievements
Rank 1
 answered on 05 Mar 2012
1 answer
248 views
Hi,

I am printing GridView's and TreeListViews using the PrintAndExportWithRadDocumentModel.cs code, which I found on the forum somewhere.


public void Print(object parameter)
     {
         GridViewDataControl grid = (GridViewDataControl)parameter;
         RadRichTextBox rtb = new RadRichTextBox() { Height = 0 };
 
         rtb.Name = "RadRichTextBox1";
 
         Grid parent = grid.ParentOfType<Grid>();
         if (parent != null && parent.FindName(rtb.Name) == null)
         {
             parent.Children.Add(rtb);
             rtb.ApplyTemplate();
         }
 
         rtb.Dispatcher.BeginInvoke((Action)(() =>
         {
             rtb.Document = CreateDocument(grid);
         }));
          
         rtb.Print("MyDocument", Telerik.Windows.Documents.UI.PrintMode.Native);
     }

I need to be able to hide the PrintDialog if required, how do I achieve this using the printing functionality of the RichTextBox. Previously I was using another class  PrintExtensions.cs, but this was not able to print the TreeListView's which I need.

Thanks,

Adam


Vlad
Telerik team
 answered on 05 Mar 2012
1 answer
90 views
The code samples provide a mechanism for saving the file and then subsequently open Excel with the saved file. 

We would like to follow a more standard paradigm with regards to exporting to Excel.  We would like to stream the contents of the grid directly to Excel - similar to some other well know applications (e.g. SSRS).  The saving of the file would then becomes the prerogative of the end-user.

Is there a way to do so?
Vlad
Telerik team
 answered on 05 Mar 2012
8 answers
272 views
I read several posts that stated that you were going to have the PDFViewer for WPF in Q3 SP 1. I just downloaded it and installed it and it is not there. What is the time frame on this?
Vlad
Telerik team
 answered on 05 Mar 2012
7 answers
962 views
Hello Telerik Team,

I want to expand / collapse all hierarchy levels of a RadTreeListView in C# code. 
I have multi level hierarchy items (generally 3-4 levels deep)

When I use
 
radTreeListView.ExpandAllHierarchyItems();
 
radTreeListView.CollapseAllHierarchyItems();

This only expands or collapses the first level hierarchy, the inner levels are left unchanged.

Any ideas on how to expand or collapse recursively all the way to the last level?

Thanks in Advance.
- Kumar
Vlad
Telerik team
 answered on 05 Mar 2012
4 answers
329 views
Hi,

I use the TileView to display content that can change dynamically. I would like the tiles to adjust to their new content whenever that happens.

Is this possible?

Regards,

Alex

Edit: I realized that the RowHeight property accepted the Auto value. Although my tiles now adjust their height to their content, for some reason a large blank space appears between my tiles (my column count is 1, thus I have 1 tile per row).
Alex
Top achievements
Rank 2
 answered on 05 Mar 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?