column
=
GridViewComboBoxColumn.new()
column.DataMemberBinding
=
bind
column.UniqueName
=
colname
column.IsComboBoxEditable
=
true
column.ItemsSource
=
data_table_source.DefaultView
column.DisplayMemberPath
=
"name"
column.SelectedValueMemberPath
=
"id"
# add the column to the datagrid
raddatagrid.Columns.Add(column)
<
telerik:RadGridView
ItemsSource
=
"{Binding Data}"
AlternationCount
=
"2"
>
<
telerik:RadGridView.AlternateRowStyle
>
<
Style
TargetType
=
"telerik:GridViewRow"
>
<
Setter
Property
=
"Background"
Value
=
"{Binding ElementName=FakeButton, Path=Background}"
/>
</
Style
>
</
telerik:RadGridView.AlternateRowStyle
>
</
telerik:RadGridView
>
<
Button
x:Name
=
"FakeButton"
Background
=
"Blue"
Content
=
"Button"
/>
The diagram control looks very promising but I must be able to control the number and location of the connectors of the Diagram Shape. I have been unable to locate how to do this. My domain has a fixed number of entities that I will need to link together but each entity type will have between 1 and 11 connector points. I will be using DataTemplates to completely control the shapes and was hoping in the template I could identify where I want the connectors to go. Is it possible to achieve this?
Donovan
ObservableCollection<
ToolViewModelBase
> ShellViewModel.Tools
Hello, I just upgraded to the latest version and now when there is only 1 RadPane in a RadPaneGroup the tab strip is now visible with only one tab. This is a change in behavior from the old version (there was no tab strip visible). How do I restore the old behavior?
I am now using version 2012.1.215.40.