Telerik Forums
UI for WPF Forum
1 answer
80 views
Hi,

I have a gridview, whose itemsource is set to collection of objects. Now when the row is selected, the details template is shown. Upon clicking on the details template another window is shown. I wish to pass the object , to which the details template is bound to this new window. How do I get the data bound object?
Dimitrina
Telerik team
 answered on 17 Jul 2012
2 answers
112 views
Hi,

Is there any way to iterate over the radGridView rows in a custom method?Because I need to cutomize some cells data at run time,I can do the same in row loading event,but I need to do it in my own method.

Please let me know if this is possible.

Thanks in Advance . . .
Anjali
Top achievements
Rank 1
 answered on 17 Jul 2012
11 answers
674 views
Hi,

I'm using RadControls for WPF 2010 Q1 and I'm trying to apply a theme to non-rad controls.  How can I accomplish that?  I tried to use the 'StyleManager.Theme' property, but that seems to "hide" the control instead of applying the theme.

Here is the xaml snippet:

        <StatusBar DockPanel.Dock="Bottom" telerik:StyleManager.Theme="Office_Blue"
            <StatusBar.ItemsPanel> 
                <ItemsPanelTemplate> 
                    <Grid> 
                        <Grid.ColumnDefinitions> 
                            <ColumnDefinition Width="*"/> 
                            <ColumnDefinition Width="Auto"/> 
                        </Grid.ColumnDefinitions> 
                    </Grid> 
                </ItemsPanelTemplate> 
            </StatusBar.ItemsPanel> 
            <TextBlock>Left Side</TextBlock> 
            <StatusBarItem Grid.Column="1"
                <TextBlock>Right Side</TextBlock> 
            </StatusBarItem> 
        </StatusBar> 
 

Thanks in advance,

Wagner
Sia
Telerik team
 answered on 16 Jul 2012
5 answers
117 views

Hi,
I followed more or less the example "Special and Read-only Slots"
in order to achieve the desired behavior (show working hours in a different color).
As you can see in the first screen shot (sched01.png), everything works fine.

As soon as I use custom grouping, the working hours are no more visible (see sched02.png).
After deselecting the group item (here: Zimmer 315), the working hours for the selected person are displayed again.

Your help is highly appreciated.

Regards,
Daniel

Yana
Telerik team
 answered on 16 Jul 2012
2 answers
95 views
Dear Telerik:

Please find attached snapshot of radgridview grouping issue. Its keeps on adding fixed columns in a water fall
structure without any reason.

GroupDescriptor descriptor = new GroupDescriptor();

descriptor.Member = "Location";

rgLFields.GroupDescriptors.Add(descriptor);


Regards,
YS

Dimitrina
Telerik team
 answered on 16 Jul 2012
9 answers
344 views
Hi,

How do nested properties work in the PropertyGrid when created using XAML.
Want to see something like:-

- Level One
    
Property One
    Property Two
    Property Three
- Level Two
    Property One
    Property Two
    Property Three
     - Level TwoOne
          Property One
          Property Two
          Property Three
     - Level TwoTwo
          Property One
          Property Two
          Property Three
- Level Three
    
Property One
    Property Two
    Property Three

Regards

John
EM
Top achievements
Rank 1
 answered on 16 Jul 2012
5 answers
251 views
Hi,

i've got two general questions regarding printing.
Is it possible to print the whole contents of RadScheduleView, even TimeSlots which aren't visible in the current Viewport ?
If more than one page is needed for printing, is it posible to have a Timeline on every printed Pageheader ?

Kind Regards
Kim
Vladi
Telerik team
 answered on 16 Jul 2012
3 answers
228 views
I'm currently trying to template the TrackBallInfo popup and in doing so I hoped to be able to use the behavior's "TrackInfoUpdated" event.

This is the XAML:

<chart:RadCartesianChart.Behaviors>
    <chartView:ChartPanAndZoomBehavior
        ZoomMode="Horizontal" />
    <chartView:ChartTrackBallBehavior
        ShowTrackInfo="True"
        ShowIntersectionPoints="True"
         TrackInfoUpdated="trackBallInfoUpdated" />
</chart:RadCartesianChart.Behaviors>

... and here's the code behing event handler ...

private void trackBallInfoUpdated(object sender, TrackBallInfoEventArgs e)
{
    // exploring TrackBallInfoUpdated event ...
    foreach (var info in e.Context.DataPointInfos)
    {
        info.DisplayContent = "DataItem=" + info.DataPoint.DataItem;
    }
    e.Header = "Test Header";
}

When I build this I get this errors from the compiler:

-----
Error   5   The type or namespace name 'Windows' does not exist in the namespace 'Spike.Telerik' (are you missing an assembly reference?)   C:\Users\Jesper\Documents\Visual Studio 2010\Projects\Spike.Telerik.RadChartView\GvsDefectsChartControl.xaml    66  23  Spike.Telerik.RadChartView
-----
Error   6   The type or namespace name 'Windows' does not exist in the namespace 'Spike.Telerik' (are you missing an assembly reference?)   C:\Users\Jesper\Documents\Visual Studio 2010\Projects\Spike.Telerik.RadChartView\GvsDefectsChartControl.xaml    66  135 Spike.Telerik.RadChartView
-----
Error   7   No overload for 'EventHandler' matches delegate 'System.EventHandler<Windows.Controls.ChartView.TrackBallInfoEventArgs>'    C:\Users\Jesper\Documents\Visual Studio 2010\Projects\Spike.Telerik.RadChartView\GvsDefectsChartControl.xaml    66  103 Spike.Telerik.RadChartView

The first two are quite surprising. So far as I've seen they only show up when I try using this event. The third error is just weird. I checked and double checked and the method seem to fully comply with the expected event handler signature. 

Any assistance would be greatly appreciated!
Petar Marchev
Telerik team
 answered on 16 Jul 2012
9 answers
288 views
How do you use drag and drop to reorder tasks in a GanttView?
Yana
Telerik team
 answered on 16 Jul 2012
2 answers
104 views
Hi,

I have bind the radgrid with its datasource as a dataset.This dataset contains four tables and relations are also specified in it.So a heirachy is being created in grid,now I want to remove the headers of all the grids in heirarchy but want to keep the header of main Parent grid at top only .

Can you please help?

Thanks in Advance..

Anjali Bansal
Anjali
Top achievements
Rank 1
 answered on 16 Jul 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
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?