or
<
telerik:RadGridView
x:Name
=
"AccountGroupsGridView"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Stretch"
Width
=
"{Binding ElementName=LayoutRoot, Path=ActualWidth}"
Height
=
"{Binding ElementName=LayoutRoot, Path=ActualHeight}"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
ScrollViewer.HorizontalScrollBarVisibility
=
"Auto"
IsSynchronizedWithCurrentItem
=
"True"
AutoGenerateColumns
=
"False"
VerticalGridLinesBrush
=
"Transparent"
AlternationCount
=
"2"
AlternateRowBackground
=
"AliceBlue"
CanUserDeleteRows
=
"True"
CanUserInsertRows
=
"True"
ColumnWidth
=
"*"
ShowGroupPanel
=
"False"
RowIndicatorVisibility
=
"Collapsed"
Focusable
=
"False"
ItemsSource
=
"{Binding Path=AccountGroups}"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewDataColumn
x:Name
=
"AccountGroupCodeColumn"
UniqueName
=
"AccountGroupCodeColumn"
Header
=
"{x:Static localProperties:Resources.Account_Group_Code}"
DataMemberBinding="{Binding
Path
=
AccountGroupCode
,
Mode
=
TwoWay
,
UpdateSourceTrigger
=
PropertyChanged
}"
Width
=
"200"
IsReadOnly
=
"False"
IsFilterable
=
"False"
IsGroupable
=
"False"
IsSortable
=
"False"
IsResizable
=
"False"
ShowFieldFilters
=
"False"
ShowFilterButton
=
"False"
ShowDistinctFilters
=
"False"
>
</
telerik:GridViewDataColumn
>
<
telerik:GridViewDataColumn
x:Name
=
"DescriptionColumn"
UniqueName
=
"DescriptionColumn"
Header
=
"{x:Static localProperties:Resources.Description}"
Width
=
"*"
DataMemberBinding="{Binding
Path
=
Description
,
Mode
=
TwoWay
,
UpdateSourceTrigger
=
PropertyChanged
}"
IsFilterable
=
"False"
IsGroupable
=
"False"
IsSortable
=
"False"
ShowFieldFilters
=
"False"
ShowFilterButton
=
"False"
ShowDistinctFilters
=
"False"
>
</
telerik:GridViewDataColumn
>
</
telerik:RadGridView.Columns
>
<
telerik:RadGridView.GroupDescriptors
>
<
telerik:GroupDescriptor
Member
=
"AccountCategory.CategoryName"
/>
</
telerik:RadGridView.GroupDescriptors
>
</
telerik:RadGridView
>
<telerik:RadGridView Grid.Row="0"ItemsSource ="{Binding SampleView}" />
This is the way I am binding the itemssource, but the UI is not getting bound. Kindly help.
this
.VisibleRange =
new
DateRange(
this
.today.AddYears(-1),
this
.today.AddYears(1));
DateTime.Today
.<
div
>
<
telerik:RadTabStrip
runat
=
"server"
ID
=
"rtsPlantDescription"
Orientation
=
"HorizontalTop"
Skin
=
"Transparent"
SelectedIndex
=
"0"
MultiPageID
=
"rmpPlantDescription"
>
<
Tabs
>
<
telerik:RadTab
Text
=
"Tab 1"
>
</
telerik:RadTab
>
<
telerik:RadTab
Text
=
"Tab 2"
>
</
telerik:RadTab
>
</
Tabs
>
</
telerik:RadTabStrip
>
</
div
>
<
telerik:RadMultiPage
runat
=
"server"
ID
=
"rmpPlantDescription"
SelectedIndex
=
"0"
Width
=
"100%"
>
<
telerik:RadPageView
runat
=
"server"
ID
=
"rpvGeneralView"
>
<
telerik:RadBarcode
runat
=
"server"
ID
=
"RadBarcode1"
Type
=
"Code128"
ShortLinesLengthPercentage
=
"90"
Text
=
"TAG-123458"
ShowText
=
"true"
Font-Size
=
"16"
OutputType
=
"SVG_VML"
ShowChecksum
=
"true"
RenderChecksum
=
"true"
>
</
telerik:RadBarcode
>
</
telerik:RadPageView
>
<
telerik:RadPageView
runat
=
"server"
ID
=
"rpvIdentificationView"
>
<
div
>
<
telerik:RadBarcode
runat
=
"server"
ID
=
"rbcBarCode"
Type
=
"Code128"
ShortLinesLengthPercentage
=
"90"
Text
=
"TAG-123458"
ShowText
=
"true"
Font-Size
=
"16"
OutputType
=
"SVG_VML"
ShowChecksum
=
"true"
RenderChecksum
=
"true"
>
</
telerik:RadBarcode
>
</
div
>
</
telerik:RadPageView
>
</
telerik:RadMultiPage
>