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

i have a mvvm item collection wich is bounded to my radcraousel. I habe a cutom item template and i want to have
the item vertical and not horizontal. But how does that work? I can't find any working example. I need help please.

<DataTemplate x:Key="customItemTemplate">
            <Border Background="LightSlateGray" Padding="10">
                <Grid>
                    <StackPanel>
                        <TextBlock Text="{Binding TaskID}" TextWrapping="Wrap" Foreground="White" FontSize="11" TextAlignment="Center" Margin="0,0,3,0"/>
 
                    </StackPanel>
                </Grid>
            </Border>
        </DataTemplate>
 
<telerik:RadCarousel x:Name="sampleRadCarousel" ItemsSource="{Binding Task}" AutoGenerateDataPresenters="False" Background="Transparent"   ItemTemplate="{StaticResource customItemTemplate}" />                         

Thanks a lot
regrads
ww

ITA
Top achievements
Rank 1
 asked on 13 Feb 2012
2 answers
182 views
Hi

In quite a few places i am using converters with the RadGridView to convert the values in the domain model to values presented in the users. I have attached an example where a column is bound to an enum which is converted to a string by a IValueConverter (by using a ressource file for easy i18n)

As there seems to be no support for the converter notion directly in the RadGridView i have done this in the following way:

<telerik:GridViewDataColumn x:Name="sourceColumn" IsReadOnly="True"  Header="Source">
    <telerik:GridViewDataColumn.CellTemplate>
        <DataTemplate>
            <TextBlock Text="{Binding RouteSource, Converter={StaticResource RouteSourceConverter}}" />
        </DataTemplate>
    </telerik:GridViewDataColumn.CellTemplate>
</telerik:GridViewDataColumn>

However when i then group on these columns, the value is of course not converted. I have attached a screenshot showing this.
I could probably just define a custom group header template. But the only thing i want is to get the value passed through my converter. 


Is there an easy way to acheive this? If using a custom group header tempalte, how would i do this so it looks like the default group headers - but just with the value from the columns converted? 
Henrik
Top achievements
Rank 1
 answered on 13 Feb 2012
4 answers
228 views
Anybody can help me, i want choose default value when i search in text column header.

Example:

When i type anything into text column header and choose the filter, it will show " No filter, StartWith, Endwiths, Contains..." , now i want this default value  is "Contains".

Thank more :)
Hieu
Top achievements
Rank 1
 answered on 13 Feb 2012
1 answer
276 views
I'm using an HierarchicalDataTemplate and the FullPath is always the type of the object in the itemssource collection. Is there a way to set it to a specific property of the bound items?  My understanding is that it was supposed to be the displayed text.

<HierarchicalDataTemplate DataType="{x:Type local:Employee}" >

<TextBlock Text="{Binding Path=Name}"></TextBlock>

</HierarchicalDataTemplate>

My Employee object has a list of employees and everything is displayed correctly.  However the FullPath of the SelectedContainer is always MyNamespace.Employee.I need the FullPath to be the Text of the node or need the ability to assign a property to be used by the FullPath for example, EmployeeId or something.
Thanks,

 

 

 

Tina Stancheva
Telerik team
 answered on 13 Feb 2012
1 answer
108 views
Is it possible to add extra lines (e.g. a regression line) to the chart?


Craig
Petar Marchev
Telerik team
 answered on 13 Feb 2012
2 answers
138 views
Dear Telerik Team,

We are currently trying to display a bar chart which has different width for its series by using radchart (see attachment) 
Is it possible? 

Thanks,
Andy
Nikolay
Telerik team
 answered on 13 Feb 2012
1 answer
133 views
How do you change the background of the SelectedItem within the ReusableRadCarouselPanel example?  Please note I am using a RadCarouselPanel in markup and not the RadCarousel itself.  

I have a customer number if you need it, but thought I would try the public forum first in case anyone else has this issue.

Thanks,

Dan
Maya
Telerik team
 answered on 13 Feb 2012
0 answers
86 views
I am trying to write a "linking view" where items from the left hand side link to items from the right hand side.

I figured the easiest way for me to do this was with the drag and drop components you provide.

Is keeping the visual cue "arrow" permenantly visible possible? and can this visual cue line be re-created when the screen is re-loaded without user intervention?
 
or should I just be adding a connector line manually?

Thanks
Pete
Peter Johnson
Top achievements
Rank 1
 asked on 12 Feb 2012
1 answer
235 views
Hi,

We've been using the Telerik WPF and Telerik Reporting .Net 4.0 codeset to write our desktop application code. However, we're having a lot of clickonce installer issues related to end-users not having .Net 4.0 installed on their machine. Bundling .Net 4.0 with our installer creates an undesirable user experience in several ways. We're considering reverting our entire codeset back to Telerik WPF 3.5 as a last resort if we can't fix our installer issues.

Alternatively, is it possible to keep our code with Telerik WPF/Reporting .Net 4.0, yet make the application backwards compatible with machines that have only .Net 3.5 installed, so the user doesn't need to install .Net 4.0?

Thank you, TJ

Chris Gillies
Top achievements
Rank 1
 answered on 11 Feb 2012
0 answers
123 views
Hi,

is there any possibilty to compare two RadGridVies with each ohther and highlight the differences?

I have two tables to compare with each other and i want to show the differnet items. Something like
this (see attached file). Just in wpf-style ;-)

Thanks a lot
Regards
Rene
ITA
Top achievements
Rank 1
 asked on 10 Feb 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?