Telerik Forums
UI for WPF Forum
0 answers
106 views
Hi,

In RadScheduleView I wan to show the start and end time for the particular slot when mouse hovering on that slot. For achieving this, I
used the Mouseoverhighlightstyle. The code looks like this.
<ControlTemplate>
         <Grid>
                  <TextBlock x:Name="StartTextBox" Margin="4 2" Foreground="Black" HorizontalAlignment="Left"    VerticalAlignment="Top" Text="{Binding ActualStart,StringFormat=t}" />
                      <TextBlock x:Name="EndTextBox" Margin="4 2" Foreground="Black" HorizontalAlignment="Right" VerticalAlignment="Bottom" Text="{Binding ActualEnd,StringFormat=t}" />
          
</Grid>
                </ControlTemplate>

But it is not working....

ANY HELP.......
jeya
Top achievements
Rank 1
 asked on 20 Mar 2012
1 answer
90 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
376 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
259 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
245 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
96 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
221 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
150 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
125 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
225 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?