Telerik Forums
UI for WPF Forum
1 answer
126 views
I am trying to bind to the IsEditable property using the MVVM pattern.  It does not honor the value of the property that I am binding to.  Rather, it comes up as if the IsEditable property is false every time and then does not allow selection change.  When I switch the control to a ComboBox it works fine.

I am using version 2001.2.808.40.

Please help before I switch all of my RadComboBox s to ComboBox.

Thanks,

Jason
Konstantina
Telerik team
 answered on 12 Jun 2012
0 answers
105 views
I'm just wondering whether it is possible to get the column type of a grid. Whether it is a GridViewComboBoxColumn or GridViewImageColumn or GridViewCheckBoxColumn or GridViewMaskedTextBoxColumn?
Oliver
Top achievements
Rank 1
 asked on 12 Jun 2012
1 answer
250 views
Hello,

Currently when the mouse hovers over a cell in the RadGridView, the cell is highlighted. Is there an easy way to highlight the whole column on mouse hover?

Many thanks,

Simon
Vanya Pavlova
Telerik team
 answered on 12 Jun 2012
2 answers
164 views
Hi,

I'm catching the MouseRightButtonUp event when a user click on the gridview with the right button. It works as I want, but i would like to be able to determine if the user clicked a header or a cell in the gridview. Is it possible to detect it in this event ? Thanks a lot for your help!

Doots
Doots
Top achievements
Rank 1
 answered on 12 Jun 2012
4 answers
171 views
So I am trying to get some Time values aggregated and I know what I have to get that value and do the math on that but I don't see the simple solution to getting the appropriate setup for the DataGridView with a custom aggregate function.  How would I take a value in this form: hh:mm:ss (ss are actually tracked) change it (ivalueconverter?) for the aggregation and then spit out a decimal format total?

I am completely buffaloed as to the method signature that is necessary to stop getting:

No generic method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic.

Morgan
Top achievements
Rank 1
Iron
 answered on 12 Jun 2012
1 answer
111 views
Hi, I just used Telerik Control Panel to update my paid version of 2012 Q1 to 2012 Q2 and now my paid version is converted to Trial version.

Do I need to uninstall everything, downlad paid version from your site and reinstall everything and why your Telerik Control Panel created this mess in the first place?

Thanks.
Dean
Top achievements
Rank 1
 answered on 11 Jun 2012
2 answers
148 views
Hello,

I have not seen anything in the docs that I have read, but judging by the lack of assemblies in the WPF35 folder, I am worried about the answer....Is the Diagram framework supported on the 3.5 framework at all? 

Thanks,
Mark.
Mark
Top achievements
Rank 1
 answered on 11 Jun 2012
4 answers
139 views
Hello out there

I'm just working on a report table, which should list my materials and all materials below one.
To display the data, I'm using the gridview with the childtemplate things.
This is working without problems but I want to use a flat hierarchy style instead of the default one.
So it should look like this

                  Cost       Type
Parent          x              x
Child            x              x
Child-child    x              x

I really don't know how to do this.
Hope you can help me.

Thanks in advance!
Greetings
Emanuel
Emanuel
Top achievements
Rank 1
 answered on 11 Jun 2012
1 answer
170 views

Hi,

i found this example to change the CellTemplate. This works fine, but how do i insert a "Passwordbox"?

<telerik:RadGridView x:Name="RadGridView" AutoGenerateColumns="False" >
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" Header="Select hobby" />
                <telerik:GridViewDataColumn  >
                    <telerik:GridViewDataColumn.CellTemplate>
                        <DataTemplate>
                            <telerik:RadComboBox ItemsSource="{Binding AvailableHobbies}" >
                                <telerik:RadComboBox.SelectionBoxTemplate>
                                    <DataTemplate>
                                        <TextBlock Text="{Binding Owner.Choices}" />
                                    </DataTemplate>
                                </telerik:RadComboBox.SelectionBoxTemplate>
                                <telerik:RadComboBox.ItemTemplate>
                                    <DataTemplate>
                                        <StackPanel Orientation="Horizontal">
                                            <CheckBox IsChecked="{Binding IsChecked, Mode=TwoWay}"
                     Content="{Binding Description}" />
                                        </StackPanel>
                                    </DataTemplate>
                                </telerik:RadComboBox.ItemTemplate>
                            </telerik:RadComboBox>
                        </DataTemplate>
                    </telerik:GridViewDataColumn.CellTemplate>
                </telerik:GridViewDataColumn>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Choices}" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

With Passwordbox:

<DataTemplate>
      <StackPanel Orientation="Horizontal">
           <Passwordox Name="Password_txt"  Password="{Binding Password}"  />
      </StackPanel>
</DataTemplate>

binding does not work, but why? A simple Textbox ist working fine with this Binding!
Thanks Best Regards
Rene

Ivan Ivanov
Telerik team
 answered on 11 Jun 2012
1 answer
152 views
How would one go about making certain shapes in a diagram read-only--i.e. cannot be resized, or manipulated in any way--but would still be enabled (i.e. HitTest is enabled)?  The IsManipulationEnabled property on the shape seems to have no impact.
Miro Miroslavov
Telerik team
 answered on 11 Jun 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
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
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?