Telerik Forums
UI for WPF Forum
1 answer
639 views
Is there a way to get the RadSplitContainter to fill the available space?  I have several split containters and the the last one, I want the RadPane's to fill what space is left.  Thanks.

<telerik:RadDocking  BorderThickness="0" Padding="0" Grid.Row="1" >             
    <telerik:RadSplitContainer Orientation="Horizontal" InitialPosition="DockedBottom">                 
        <telerik:RadPaneGroup >                     
            <telerik:RadPane Header="Development Log" Content="" />                 
        </telerik:RadPaneGroup>             
    </telerik:RadSplitContainer>            
    <telerik:RadSplitContainer Orientation="Horizontal" InitialPosition="DockedLeft" >                 
        <
telerik:RadPaneGroup  telerik:ProportionalStackPanel.RelativeSize="200, 300">                     
            <telerik:RadPane Header="Administration" Content="" IsPinned="True" />                 
        </telerik:RadPaneGroup>             
    </telerik:RadSplitContainer>                
    <telerik:RadSplitContainer Orientation="Horizontal" InitialPosition="DockedRight" MinWidth="300">                 
        <telerik:RadPaneGroup >                     
            <telerik:RadPane Header="Maintenance Plans"  />                 
        </telerik:RadPaneGroup>             
    </telerik:RadSplitContainer>             
    <!--<telerik:RadDocking.DocumentHost >-->
                
        <telerik:RadSplitContainer Orientation="Vertical" InitialPosition="DockedLeft"  MinWidth="200" HorizontalContentAlignment="Stretch" HorizontalAlignment="Stretch">                     
            <telerik:RadPaneGroup  >                         
                <
telerik:RadPane Header="Reference Materials" Content=""  />                     
            </telerik:RadPaneGroup>                     
            <telerik:RadPaneGroup >                         
                <telerik:RadPane Header="Maintenance Items" Content="" />                     
            </
telerik:RadPaneGroup>                 
        </telerik:RadSplitContainer>             
    <!--</telerik:RadDocking.DocumentHost>-->         
</telerik:RadDocking>

Konstantina
Telerik team
 answered on 02 Dec 2011
3 answers
145 views
     Hi,

I hava a problem about RadTreeListView columns. I can show some columns to users in like Hierarchical Data.
everthings is ok. and then i add a coloumn and want to create a textbox put it in last column

  column1      column2     column3
some data   some data    TextBox

---------------------------

  <telerik:RadTreeListView  IsDragDropEnabled="True" IsDragTooltipEnabled="False" x:Name="treeListView" IsFilteringAllowed="False"  
                                  ItemsSource="{Binding TheTree}"  AutoGenerateColumns="False" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="5,120,5,32"
                                  CanUserFreezeColumns="False" CanUserReorderColumns="False" MinHeight="300" MaxHeight="500" RowIndicatorVisibility="Collapsed" >
            <telerik:RadTreeListView.ChildTableDefinitions>
                <telerik:TreeListViewTableDefinition  ItemsSource="{Binding ChildNodes}" />
            </telerik:RadTreeListView.ChildTableDefinitions>
            <telerik:RadTreeListView.Columns>
 
                <telerik:GridViewDataColumn  DataMemberBinding="{Binding Entity.MalKod}" Header="Mal Kodu"  IsReadOnly="True"/>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Entity.MalAdi}" Header="Mal Adı"  IsReadOnly="True"/>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Entity.OlcuAd}" Header="Ölçü"  IsReadOnly="True"/>
                
               // i want to add textbox other column.
               //<TextBox Name="textBox1" VerticalAlignment="Top" Width="120" />
               //GIVES ERROR               

            </telerik:RadTreeListView.Columns>
            
               
        </telerik:RadTreeListView>


   How can i do that. Ofcourse i can use gridview but my data is Hierarchical so i have to show like tree


Vera
Telerik team
 answered on 02 Dec 2011
1 answer
151 views
Are there any plans to port the PdfViewer-Control from Silverlight to WPF?
Kammen
Telerik team
 answered on 02 Dec 2011
1 answer
151 views
When using RadTextBox, we can export documents to Pdf. Very good!

But... how about exporting to PDF / A?
Iva Toteva
Telerik team
 answered on 02 Dec 2011
2 answers
105 views
Hello,

the Transparent Theme seems to behave different then the Metro Theme. This behavior changed in Q3. Could you fix this? Thanks.

Greetings,
Ronny
Dimitrina
Telerik team
 answered on 02 Dec 2011
1 answer
104 views
The placement of the docking arrows and toolwindows are wrong when using a vertical taskbar in windows. This is also an issue if the taskbar is placed at the top of your screen. The wpf window hosting the docking control must be in a maximized state. Is this a known issue?

Running Telerik 2011.Q2

Regards
Arnstein
George
Telerik team
 answered on 02 Dec 2011
1 answer
155 views
Hi,

in my application, depending on which rtf document I have, I want to display it into a RadRichTextBox, can you provide me a small demo on how to do it?

Thank's
Iva Toteva
Telerik team
 answered on 02 Dec 2011
1 answer
245 views
I read: "RadTreeMap and RadPivotMap allow for various techniques to be used to assign colors to their generated visuals, allowing you to choose from pre-defined colors, automatically generated gradients, and a variety of other schemes to fit any application scenario."

So I see a lot of possibilities: Palette, Desaturating, Brush, Custom, relative, Absolute...

Nice! But...
Spent some time to find (simple) samples... I found a few. Very thin...
Could you point me to the documentation and some examples?

Yavor
Telerik team
 answered on 02 Dec 2011
1 answer
155 views
I have a three-level hierarchical grid, in which I'd like each of the sub/child grids to be sorted based on a column.

I'm having no problem getting the top-level grid sorted since there's an OrderBy clause in the query that populates the CollectionViewSource that the grid is bound to.

Is there a property that can be set on the sub-grids to cause them to, by default, sort on a particular column?

Example:

Customers (sorted on last name)
 Orders (sorted by date)
   Order Line Items (sorted by quantity)
        

Thanks.
Maya
Telerik team
 answered on 02 Dec 2011
4 answers
89 views
Hi,

I have User Control containing RadGridView that we are using in WPF module to be used in a "WPF application" as well as in "Windows Application" (using Element Host).

When we use it in Windows App and we group the Grid on Multiple Columns it works fine and it lets us drag the "columns to group"  on desired location  in the "group header" and also we can reorder the "grouped by" columns as desired.

However when using it in WPF application we are not able to drag the "columns to group" on desired location in the "group header" and also we are not to reorder the "grouped by" columns as desired.

We are doing nothing extra when hosting the control in Windows Form, the exact same control is being used in both the applications.

And help would be really appriciated

Ashima
Vera
Telerik team
 answered on 02 Dec 2011
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?