Telerik Forums
UI for WPF Forum
1 answer
103 views
In My Project I need to Emabad many types of documents Like word ,excel,pdf ,picturs ..
there is a way to use teleik control to support this kind of solution.
Ivo
Telerik team
 answered on 20 Mar 2012
5 answers
403 views

I'm currently evaluating the RadDocking classes for a client - so I'm pretty new to the telerik stuff. Bear with me...

I've made a super-simple example with a couple of portfolios in a tabbed container:

<telerikDocking:RadDocking>
    <telerikDocking:RadDocking.CompassStyle>
        <Style TargetType="dock:Compass">
            <Setter Property="IsTopIndicatorVisible" Value="false" />
        </Style>
    </telerikDocking:RadDocking.CompassStyle>
    <telerikDocking:RadDocking.RootCompassStyle>
        <Style TargetType="dock:RootCompass">
            <Setter Property="IsTopIndicatorVisible" Value="false" />
        </Style>
    </telerikDocking:RadDocking.RootCompassStyle>
    <telerikDocking:RadDocking.DocumentHost>
        <telerikDocking:RadSplitContainer>
            <telerikDocking:RadPaneGroup>
                <telerikDocking:RadDocumentPane Header="Portfolio 1" Title="Portfolio 1">
                    rates and trade controls go here
                </telerikDocking:RadDocumentPane>
                <telerikDocking:RadDocumentPane Header="Portfolio 2" Title="Portfolio 2">
                    More rates and trade controls go here
                </telerikDocking:RadDocumentPane>                    </telerikDocking:RadPaneGroup>
        </telerikDocking:RadSplitContainer>
    </telerikDocking:RadDocking.DocumentHost>
    <telerikDocking:RadSplitContainer Orientation="Horizontal" InitialPosition="DockedRight">
        <telerikDocking:RadPaneGroup>
            <telerikDocking:RadPane Header="Fx" Content="...drag onto portfolio..." IsPinned="False" />
            <telerikDocking:RadPane Header="Commodities" Content="Commodities controls" IsPinned="False" />
            <telerikDocking:RadPane Header="Research" Content="Research controls" IsPinned="False" />
        </telerikDocking:RadPaneGroup>
    </telerikDocking:RadSplitContainer>
    <telerikDocking:RadSplitContainer Orientation="Horizontal" InitialPosition="DockedBottom">
        <telerikDocking:RadPaneGroup>
            <telerikDocking:RadPane Header="Orders" Content="Order blotter" />
            <telerikDocking:RadPane Header="Trades" Content="Trade blotter" />
        </telerikDocking:RadPaneGroup>
    </telerikDocking:RadSplitContainer>
</telerikDocking:RadDocking>

What I'd like to do is reorder the tabs in the DocumentHost using drag-and-drop (like you can reorder tabs in your Internet Explorer 8 or Visual Studio 2010).

Does anyone know how to do this?

/thomas
George
Telerik team
 answered on 20 Mar 2012
1 answer
285 views
Hi,
I am setting the list box orientation to Horizontal with this XAML
 
                           <telerik:RadListBox.ItemsPanel>
                                <ItemsPanelTemplate>
                                    <VirtualizingStackPanel Orientation="Horizontal" />
                                </ItemsPanelTemplate>
                            </telerik:RadListBox.ItemsPanel>

and it's work fine but  i did not find how can i set the Horizontal ScrollBar Visibility

e.g.
  VerticalScrollBarVisibility="Auto" or HorizontalScrollBarVisibility="Auto" 


Thanks
Roni Saar

Software Developer, Intergraph Corporation.

mailto:roni.saar@intergrapg.comwww.intergraph.com

Georgi
Telerik team
 answered on 20 Mar 2012
3 answers
277 views
Hi,

I have a RadGridView in my WPF v2011.3.116.40 application. This RadGridView has 6 columns.

Let's say that the last column extends beyond the RadGridView and I have not selected any cell in this RadGridView, so only part of those cells are visible.
When I click on a cell of this column, my horizontal scrollbar is moved so as to show the entire contents of the cell.

I would like to override this behaviour so that selecting a cell does not shift my horizontal scrollbar, except if the keyboard navigation keys are used to select a cell that is not visible at all.
I have not found a property of RadGridView that would implement this.

I hope my question is clear.

Thanks.
Nick
Telerik team
 answered on 20 Mar 2012
0 answers
111 views
I'm using TwoWay binding on the SelectedItem property of the RadTreeListView control to sync my view and view model:  

SelectedItem="{Binding SelectedItem,Mode=TwoWay}" SelectionMode="Single"

It appears that the selected item brush color is not applied to the SelectedItem in this scenario:

Load control
Expand tree
Collapse tree
Set SelectedItem in view mode

In other scenarios, the selected item brush color is applied correctly.


  

Mark
Top achievements
Rank 1
 asked on 19 Mar 2012
3 answers
251 views
It seems that HtmlFormatProvider doesn't export headers or footers - I realise this is probably intentional, as HTML isn't normally associated with a more fixed-document type layout.

However, it would be preferable in the situation I'm working on for the HTML to more closely represent a fixed document layout - e.g. fixed width divs, page breaks - and this should include the headers and footers.

Is this something that would be considered?  I suppose I could write my own FormatProvider implementation!
Iva Toteva
Telerik team
 answered on 19 Mar 2012
3 answers
173 views
I would like to change the AutoScaling size from 5% max data to 0, so that the chart scales every time a new highest data value is set, is there a way to do this?

E.G. I have 3 sets of data in a bar series, 3, 6, and 10. The chart appears to have a 1-2 gap of white space above it, roughly 5% of the highest data. When the highest data reaches this value, it adds another 5% of space above the column, causing the appearance of "choppy" chart behavior in a rapid-live data environment. I'd like to maintain the 5% gap of space, but simply have it re-size the data every time.
Giuseppe
Telerik team
 answered on 19 Mar 2012
1 answer
142 views
Hello,
in the silverlight demo i can't move milestones. I want to ask if its possible to move tasks with the mouse and also dates on the left side are changed automatically?
greetings ...
Rosi
Telerik team
 answered on 19 Mar 2012
1 answer
243 views
Is there an example of using BreadCrumb to navigate the actual file system?
All examples I see appear to be hardcoded simulated paths.
Petar Mladenov
Telerik team
 answered on 19 Mar 2012
3 answers
177 views
I am unable to get Autocomplete and filteringmode working together. I would like to have a FilteringMode of startswith and still have autocomplete. As soon as I set a filteringmode AutoComplete no longer works. Any solutions would be appreciated. (q2 2209 release)
Konstantina
Telerik team
 answered on 19 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?