Telerik Forums
UI for WPF Forum
0 answers
130 views
There any examples for doing this? I notice that in DragInfo DataObject has Ole stuff in it, but since the object is dynamic, I can't really figure out what methods are available.

I suspect there's some easy way to check whether this contains a file path.

[EDIT]

Nevermind. That was easy. I must have been blind.
Jerome
Top achievements
Rank 1
 asked on 29 Jul 2011
2 answers
191 views
Hello everybody! :)

I would like to know how to implement drag and drop functionality between 2 GridViews.
I appreciate it, if you send me a working WPF project sample with this funtionality.

Thanks in advance for your time.
Best regards!
Jorge
Jorge Alberto
Top achievements
Rank 1
 answered on 29 Jul 2011
1 answer
215 views
HI

I wanted to make some modifications to the tools in the command  "commands:ImageEditorRoutedCommands.ExecuteTool". I tried to look for the documentation but could not find it anywhere. Is possible please provide a link to the documentation so I could modify the code to suit my needs.
Ivailo Karamanolev
Telerik team
 answered on 29 Jul 2011
1 answer
221 views
Hi!

Is there a possiblility that RadWizard is going to be available for WPF? (please please please, pretty please with a cherry on top?) Has anyone attempted to host the winform RadWizard in a wpf control? If not, I'll give it a go. Is there any initial complications that come to mind that may hinder hosting the winform RadWizard in a wpf control?


Louis
Valeri Hristov
Telerik team
 answered on 29 Jul 2011
2 answers
190 views
Hallo,
is it possible to set size of space (distance) between tiles (especially in restored mode...). Something like "Margin" for each RadTileViewItem in RadTileView. Thank you.
David.

Tomas
Top achievements
Rank 1
 answered on 29 Jul 2011
5 answers
134 views
Hi,

I am facing specific requirement to design RadTileViewItems to have their headers oriented to the left border of the item.

Is there a simple solution of this (for better understanding of it please see picture attached)?

Thank a lot,
Petr H.
Tomas
Top achievements
Rank 1
 answered on 29 Jul 2011
5 answers
296 views
I have the following code for configuring RadPanelBar for Silverlight.

I have created a resource in the UserControl.Resources and referred to it through ItemTemplate of RadPanelBar.
The data source for the RadPanelBar is BindingProperties.SelectedTemplate.Charts. I am unable to generate the content of the RadPanelBarItem. What ever I do I either get the content in the header of the item or will not get any content generated.

BindingProperties.SelectedTemplate is an entity and Charts is a list of objects.

Am I missing any bindings here.

<UserControl.Resources>
    <telerik:HierarchicalDataTemplate x:Key="ChartDetailView">
        <StackPanel Orientation="Horizontal" Grid.ColumnSpan="2" >
            <Button Width="25" Height="25" Margin="10,0,0,0">
                <Image Source="Resources/DeleteRed.png" HorizontalAlignment="Stretch" VerticalAlignment="Top" />
            </Button>
            <Views:ChartConfigView  VerticalAlignment="Top" Grid.ColumnSpan="2" />
        </StackPanel>
    </telerik:HierarchicalDataTemplate>
 
    <telerik:HierarchicalDataTemplate x:Key="ChartView" ItemsSource="{Binding}" ItemTemplate="{StaticResource ChartDetailView}">
        <TextBlock Text="{Binding Path=ChartTitle}" Margin="5 3" />
    </telerik:HierarchicalDataTemplate>
</UserControl.Resources>

<telerik:RadPanelBar telerik:StyleManager.Theme="Vista" ItemsSource="{Binding Path=BindingProperties.SelectedTemplate.Charts}" ItemTemplate="{ StaticResource ChartView}" ></telerik:RadPanelBar>
Zarko
Telerik team
 answered on 29 Jul 2011
1 answer
97 views
Hi,
I am using SpecialSlot style in order to add a rectangle with some text on a slot. I am facing a difficulty since it's not a pattern that repeats itself like in the readonly brush example.
Here is the Content Template of my slot (assigned then by a SpecialSlotStyleSelector like in the examples).
           <ControlTemplate x:Key="VacationSlotTemplate">
               <Border Background="Black"  Opacity="0.655" VerticalAlignment="Stretch">
                   <Border  HorizontalAlignment="Left" Background="#FFDC1818">
                       <TextBlock Text="MD" 
                   Foreground="Azure"  FontSize="12px" HorizontalAlignment="Center"  TextAlignment="Center" Width="13" TextWrapping="Wrap"  />
                   </Border>
               </Border>
           </ControlTemplate>
Indeed, the text stays positionned relative to the top of the border in the viewPort, not positionned relative to the real border which is not shown completely on the viewport, it seems that the border is drawn such that it always begin inside the viewport (maybe for performance reasons?).
Hard to explain, I hope the screens will help :  screen1, screen2 
 The screen2 is the same as screen1 except that it is scrolled down a little bit in order to show that the border isn't at fixed position in the scheduler. In the second screen I shouldn't see the text since I have scrolled down.
Is this expected behavior? If so, can I remove this behavior?

Thanks
Dani
Telerik team
 answered on 29 Jul 2011
2 answers
177 views
Do you have any documentation on initializing and expression editor in code-behind and binding its Item proprty to either an ObservableCollection<T> or a datatable?

I am going to use it to filter a radgridview but the gridview is generated dynamically at runtime so I can't use XAML to bind the grid data to the expression editor.

Giving the user the option to use RadDataFilter or RadExpressionEditor to filter the same RadGridView so if you have anything on that particular scenario it would be appreciated.

I assume I will have to maybe accomplish it with one or the other unbound. Such as binding the grids itemsource to the datafilters filteredsource and changing the datafilters source after the expressioneditors changed event is fired... etc... please advise if there is a better way.
Dimitrina
Telerik team
 answered on 29 Jul 2011
1 answer
173 views
Is it possible to synchronize a datafilter and expression editor in code-behind?

Goal: give user option to user eith to filter gridview.

So the grid view will be bound to observablecollection<T> and the 2 filters will modify the grids filterdescriptors.
It would be nice if they are going from one filter to the other if the somehow reflect each others previous states...
Yavor Georgiev
Telerik team
 answered on 29 Jul 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
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
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?