Telerik Forums
UI for WPF Forum
4 answers
125 views
Hi..
Does the Carousel support displaying and data binding of multiple tables , lIke a Customer and Products relationship?

I can bind a DataTable to the Carousel but how do I Bind at DataSet and the individual tables ?
My radCarousel doesn't have a DataMember property..?  What am I missing?  Thanks again for your help!

 

Jon
Top achievements
Rank 1
 answered on 22 Dec 2008
5 answers
131 views
My understanding is that what is available in RadControls for Silverlight should be also available in RadControls for WPF. Is it correct?
Valentin.Stoychev
Telerik team
 answered on 20 Dec 2008
3 answers
222 views
How do you modify the path at design-time in visual studio?
thanks
Rosi
Telerik team
 answered on 19 Dec 2008
2 answers
149 views
Hi..
How do I return my row values from the DataRecord object ?    Thanks Again!!

I'm using a converter class - as you suggested to conditionally format data...

public

 

object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)

 

{

 

 

// If the Lastname field in my datarow  begins with "A" - then display an A ICON......      


 

 

 

if (((Telerik.Windows.Data.DataRecord)value).Data.ToString()=="A")

 

{

 

return "A.jpg";

 

}

 

return String.Format("{0}.jpg", ((Telerik.Windows.Data.DataRecord)value).Data);

 

}

Rosi
Telerik team
 answered on 19 Dec 2008
8 answers
350 views
How i can select row in RadGridView in SelectionChanged event (i want to cancel selection)? I set SelectedItem and CurrentItem, but grid not display that this item is selected.

May be i can make necessary inspections before call SelectionChanged (but i can find method, which call before)?

Could you help me?!


Rosi
Telerik team
 answered on 18 Dec 2008
2 answers
130 views
Hi..
How can I add conditional formatting to the stackpanel in the Carousel Panel?

For Example if the Person's Lastname starts with 'A'  - I'd like to show an a graphic.... 'A.jpg'
If Lastname starts with 'B" - 'B.jpg'... thanks in advance


 

 

<StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center" >

 

 

 

<Label Content="{Binding Path=Data.FirstName}" Foreground="#ff8FB3FF" FontSize="12" />

 

 

 

<Label Content="{Binding Path=Data.LastName}" Foreground="#ff8FB3FF" FontSize="12" />

 

 

 

</StackPanel>

 

 

Jon
Top achievements
Rank 1
 answered on 18 Dec 2008
1 answer
190 views
Hi,

using GridView I noticed a strange behavior.
As a coder I work most of the time in XAML Source.
By the way - also if I make these changes through the Property Pane it get the same result.

No I define a GridViewColumn like this:

<

 

telerik:GridViewDataColumn Width="40" HeaderText="Level" UniqueName="Level" DataType="{x:Null}" />

 

When I change the HeaderText nothing happens in Designer View.
After a rebuild I see what I have changed.

Using the builtin Controls (WPF controls) every change is reflected at the very moment.
This is very handy when it comes to "does it still fit" things.
For an example I think "Level of the Member" would be a good idea for the HeaderText.
I type it in - and there is still the old text "Level".
So before I can switch to the next column I have to run a build to see the changes in designer.
I find out -- that "Level ot the Member" is to much - I try "Memberlevel" - and again run a build...

Is this behaviour by desing, or is it some kind of a bug?

Manfred
Rosi
Telerik team
 answered on 18 Dec 2008
2 answers
98 views
I don't want the reordering of columns in my grid, how can I achieve this?
akjoshi
Top achievements
Rank 1
 answered on 18 Dec 2008
1 answer
258 views
I am binding RadTreeView with an observable collection and following is the HeirarchicalDataTemplate:

<HierarchicalDataTemplate DataType="{x:Type amms:Node}" ItemsSource="{Binding Children}" >
                    <StackPanel Orientation="Horizontal">
                        <TextBlock Text="{Binding Path=NodeText, Mode=TwoWay}"
                                   Visibility="{Binding Path=IsEditCompleted, Converter={StaticResource boolToVisibleConverter}, Mode=TwoWay,
                                   NotifyOnTargetUpdated=True}"  TargetUpdated="uxTextBlock_TargetUpdated">
                        </TextBlock>
                    </StackPanel>
</HierarchicalDataTemplate>

When I initially set the RadTreeView's  datacontext, binding defined in HierarchicalDataTemplate works well for all the rendered items
textblock visibility changes as IsEditCompleted changes and uxTextBlock_TargetUpdated also hits.

But when i add an item to observable collection "Children",  it is being rendered in the RadTreeView at proper position but IsEditCompleted changes and uxTextBlock_TargetUpdated does not get hit. It looks like binding is not set up properly for newly added item via observable collection.

Please check the issue and let me know if it is a known issue and if there is any workaround.

Thanks
Sonal




Miroslav
Telerik team
 answered on 18 Dec 2008
2 answers
206 views
Hi there,

I'm using the RadCarousel via an ElementHost control in a VB.NET application.  The items I am adding to the carousel are inherited from Carouseltem and expose a few extra properties for convenience.

Anyway, the items display great, but one thing I can't get to happen is to monitor any events for the items, they just don't seem to get raised.  I would like to know when an item has been clicked so I can respond to the event but nothing is currently working.

Alternatively I would like to know when an items IsCurrent flag is raised as this should provide the same functionality.

Any ideas how I latch onto these events?
Rosi
Telerik team
 answered on 18 Dec 2008
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?