Telerik Forums
UI for WPF Forum
3 answers
134 views
System Specifications:
   - RadControls for WPF Q3 2010 SP1
   - Windows XP SP3
   - VS2010 .NET 4.0
   - C#

The DragAndDrop TreeToGrid example in the WPF Demos shows dragging from a Grid to TreeView. I have implemented a WPF application in a TileView that contains several tiles with TreeViews and GridViews in separate tiles. Drag and Drop from a TreeView to GridView works however drag and drop from the GridView to TreeView does not. Is this functionality supported in RadControls for WPF Q3 2010 SP1? The DragAndDrop TreeToGrid example in the WPF Demos shows example code but not XAML. Is the TreeToGrid XAML viewable?

Thanks,
Mike
Maya
Telerik team
 answered on 06 Jun 2011
3 answers
317 views
Wondering if anyone has a solution to this. I have a SelectionBoxTemplate on my combo box but it keeps getting the right hand side of the template cut-off.. The template is basically the same template that I use for the ItemTemplate without a border.
 
I am hoping to avoid having to hard code a width into the ComboBox to ensure that this doesn't happen:(

Cheers!
AJ
Dani
Telerik team
 answered on 06 Jun 2011
2 answers
79 views
Hi,

i have UserControl that contains a RadGridView and a RadCarousel. The ItemSource of the RadCarousel is bound to the SelectedItem of the Grid and has a filter. So far so good.

The Problem is: when the user filters the grid, the filter of the RadCarousel is beeing removed. How can i keep the filter? Is there something wrong with my databinding?

here is the source of the xaml:

<telerik:RadGridView x:Name="uxCustomerGrid" ItemsSource="{Binding Customers}" Grid.Row="0" DataLoadMode="Asynchronous" IsReadOnly="True" EnableColumnVirtualization="True" EnableRowVirtualization="true" SelectionMode="Extended" RowIndicatorVisibility="Collapsed" IsSynchronizedWithCurrentItem="True" />
        <telerik:RadCarousel Name="uxEmployeeCarousel" Grid.Row="1" DataContext="{Binding ElementName=uxCustomerGrid, Path=SelectedItem}" ItemsSource="{Binding Bedienstete}" ItemTemplate="{DynamicResource EmployeeTemplate}" IsSynchronizedWithCurrentItem="True">
            <telerik:RadCarousel.FilterDescriptors>
                <telerik:FilterDescriptor Operator="IsEqualTo" Member="BEDDeaktiviert" Value="0">
                </telerik:FilterDescriptor>
            </telerik:RadCarousel.FilterDescriptors>
        </telerik:RadCarousel>
Mike
Top achievements
Rank 2
 answered on 06 Jun 2011
3 answers
285 views
I can't post any code at the moment but I have a standard radgridview on my view which presents data from an entity framework entity.  I have GridViewDataColumns for all but one column which is an expression column. On load the column footer totals show the correct value, i.e. the GridViewDataColumn.AggregateFunction sumfunction routine appears to run in all but the expression column. I have two issues:

  1. when I change any value in the grid the column footers are not updated. They do total across and upate their respective row total cell (which is my expression column). And all have the appropriate aggregate function tdefined in the xaml for the type of grid column.
  2. the expression column total (value in the footer) is never updated at any time and that includes on initial load. It always shows '0'.

My implementation is WPF - MVVM using Caliburn Micro framework.

Since I can't post any code at the moment (it's on another computer) I'm looking for suggestions as to what could be the issue so anyone and everyone, please chime in!

I have tried invoking the CalculateAggregates function in the code behind in the CellEditEnding event and it is invoked but still no upates occur.

Any and all assistance, suggestions are greatly appreciated.

Pete
Top achievements
Rank 1
 answered on 05 Jun 2011
4 answers
309 views
hi, i am new on telerik wpf
i am using tab control to show different usercontrols inside (as different views)

i would like to have a close button on the tab like ie or firefox has
is this possible?

THANKS!
Jonathan
Top achievements
Rank 1
 answered on 04 Jun 2011
2 answers
144 views
Hi All
I am new to WPF
i need your help so far i cant find any answer.

I want to get value of cell from GridView in codebehind lets say on MouseClick or PreparedCellForEdit routines.
Please give me example and column i have is DateTimePicker and i want bounded value when i click on it or while edit mode.

my Column
 
<telerik:GridViewDataColumn Header="In" UniqueName="TimeIn" DataMemberBinding="{Binding TimeIn}" DataFormatString="{} {0:dd-MMM-yyyy HH:mm tt}"  >
                                    <telerik:GridViewDataColumn.CellEditTemplate>
                                        <DataTemplate>
                                            <telerik:RadDateTimePicker Culture="en-GB" x:Name="btn"  SelectedDate="{Binding TimeIn}" TimeInterval="0:30:00" IsTooltipEnabled="False"/>
                                        </DataTemplate>
                                    </telerik:GridViewDataColumn.CellEditTemplate>
                                </telerik:GridViewDataColumn>

 



Help me please im struct on my code from last two days and cant find a way.

in Winforms its very easy to do but i cant a way to do in WPF.


Kind Regards:
Siingh
Top achievements
Rank 2
 answered on 03 Jun 2011
1 answer
70 views
What is the recommended way to store or link up content that resides in the panes when reloading from say the database. If I store the docking layout in the DB, how do you know how to restore the content that was previuosly in those panes?

Thanks,
Rod
George
Telerik team
 answered on 03 Jun 2011
2 answers
71 views
Hi..
Do you have an example where I can click on a location, a existing data point and bring up the data that is bound in the data template in a messagbox or window?
thanks in advance
Jon
Top achievements
Rank 1
 answered on 03 Jun 2011
5 answers
206 views
I don't see a Command property on the GridViewHyperlinkColumn. How can I handle the click in an WPF application using MVVM?
Maya
Telerik team
 answered on 03 Jun 2011
1 answer
151 views
HI All
I have tried all examples in forums none on them working for me, I am using latest Q1 2011 for WPF and i want to use DateTimePicker Column in GridView, please give me working example how to do this?. i have tried all demo examples but all coming with name space telerik:example i cant run those also giving error namespace not found.

so if anyone have any working example with DateTimePicker please share with me.

Thanks


Kind Regards:
Pavel Pavlov
Telerik team
 answered on 03 Jun 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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
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
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?