Telerik Forums
UI for WPF Forum
3 answers
143 views
Hello,

Can anyone please tell me what is the difference between the following properties on a telerik grid?
The help system (chm\web) does not give sufficient information on this matter.

1) SelectedItem

2) SelectedRecord

3) SelectedRecords

4) CurrentCell

5) CurrentItem

6) CurrentRecord

Thanks,

Erez
Milan
Telerik team
 answered on 29 Jun 2009
2 answers
119 views
Hi,

my problem is that when I define a GridViewColumn the value of Background is ignored!
BUT (and I use this as workaround) with GridViewDataColumn it works.
<telerik:RadGridView.Columns> 
                    <telerik:GridViewColumn Width="115"  Background="Silver">  
                        <telerik:GridViewColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewColumn.CellTemplate> 
                    </telerik:GridViewColumn> 
                    <telerik:GridViewDataColumn Width="115" Background="Silver">  
                        <telerik:GridViewDataColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewDataColumn.CellTemplate> 
                    </telerik:GridViewDataColumn> 
The first column in this snippet is not colored - the second is!

I just want to notice this problem - it is not stopping me or such bad things.

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 29 Jun 2009
5 answers
182 views
Hi,

I'm using RadTreeView on WPF, .NET 3.5 SP1. My goal is to select an item in the treeview programmatically. For this purpose I tried the following:

            tree.SelectedItems.Clear();
            tree.SelectedItems.Add(item);

This works fine IF and ONLY IF this particular item was visible(expanded) at least once. Please help to resolve this issue. All I need is to select the item (no matter if it was expanded or not).

Thanks in advance,
Ruben.
Vlad
Telerik team
 answered on 27 Jun 2009
2 answers
96 views
Hello,

I have a very simply implementation that embeds a radCarousel control on a grid and databinds the ItemSource to an Observable collection.  The only way that I am able to select items is by clicking on the "scroll bar" buttons at the bottom of the control.  I was under the impression that I should also be able to click on an item in the list as well to bring it to the front as the selected item.  From the demos it appears that nothing special is required to support this functionality - am I missing something?

Thanks,
Mark.
Mark
Top achievements
Rank 1
 answered on 26 Jun 2009
3 answers
142 views
Hi,

How to set the different color for Bar based on values like critical - Red, normal - green, warning - yellow etc.

please send the sample code.
Ves
Telerik team
 answered on 26 Jun 2009
11 answers
298 views
Hi,

Is there  away to call the BeginInsert() method on a child grid in a heirarchical grid view?  It works fine for me on the master, but I cannot find a way to make it apply to the child grid. 

Any input would be appreciated, I couldn't find any forum posts and the documentation isn't really clear on this.

Thanks,
Marty
Milan
Telerik team
 answered on 25 Jun 2009
1 answer
90 views
Hello,

How can I add a column and set DataMemberPath and DataFormatString properties programatically?

Regards,

Henrique
Milan
Telerik team
 answered on 25 Jun 2009
3 answers
138 views
I drag RadGridView to new WPF application and get the following error:

The type or namespace name 'Windows' does not exist in the namespace WpfApplicationTelerik' (are you missing an assembly reference?) ....WpfApplicationTelerik\Window1.xaml 6 26 WpfApplicationTelerik

What's wrong?
Milan
Telerik team
 answered on 23 Jun 2009
1 answer
1.6K+ views
Hi

I want to change the style of a row when some fiekd is null
here is my code
<telerik:RadGridView.Resources>   
<Style TargetType="{x:Type telerik:GridViewRow}">  
<Style.Triggers> 
<DataTrigger Binding="{Binding Path=ParentID}" Value="NULL">  
<DataTrigger.Setters> 
<Setter Property="FontSize" Value="14" /> 
<Setter Property="FontWeight" Value="Bold" /> 
</DataTrigger.Setters> 
</DataTrigger> 
</Style.Triggers> 
</Style> 
</telerik:RadGridView.Resources> 
it doesnt work.

thanks.
Rossen Hristov
Telerik team
 answered on 23 Jun 2009
3 answers
144 views
Guys,

Will you provide a Q2 '09 beta version?

Best Regards,

Henrique
Nikolay
Telerik team
 answered on 23 Jun 2009
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
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
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?