or
gvColumn2.Width =
new GridViewLength(1, GridViewLengthUnitType.Star);
It worked fine with Telerik version 2012 Q1. However, it doesn't work when I installed Telerik WPF v.2012.2.912.40.
Please suggest!
Thanks and regards
//Discount Total Cell
Span spanDiscountTotal =
new
Span(disountTotal.ToString(
"C"
, CultureInfo.CreateSpecificCulture(
"en-GB"
)));
spanDiscountTotal.StyleName =
"styleTableTotal"
;
Paragraph paragraphDiscountTotal =
new
Paragraph();
paragraphDiscountTotal.Inlines.Add(spanDiscountTotal);
TableCell cellDiscountTotal =
new
TableCell();
cellDiscountTotal.Borders.SetTop(
new
Border(5 ,BorderStyle.Single, Colors.Green));
cellDiscountTotal.Blocks.Add(paragraphDiscountTotal);
cellDiscountTotal.Borders.SetTop(
new
Border(5 ,BorderStyle.Single, Colors.Green));
<telerik:DataFormComboBoxField Grid.Row=
"2"
Grid.Column=
"1"
SelectedValuePath=
"CategorieId"
DisplayMemberPath=
"Categorie"
ItemsSource=
"{Binding Categories, Source={StaticResource TEST}}"
DataMemberBinding=
"{Binding CategorieId, Mode=TwoWay}"
/>
Me
.Personen =
New
ObservableCollection(Of Personen)()
Me
.Categories =
New
ObservableCollection(Of PersoonCategorie)