This question is locked. New answers and comments are not allowed.
Hi Team,
When I add Radgridview in RadPanelBar and provide gridview column width in vector, percentage then gridview column width expends, and does not resize according to value given. RadPanelBar horizontal scrollbar automatically enables. If I provide fix width to radGridView column then its behaivor is ok. Please advise.
When I add Radgridview in RadPanelBar and provide gridview column width in vector, percentage then gridview column width expends, and does not resize according to value given. RadPanelBar horizontal scrollbar automatically enables. If I provide fix width to radGridView column then its behaivor is ok. Please advise.
<
ns:PanelBar
Padding
=
"10"
IsExpandOnSingleClickEnabled
=
"True"
IsSingleExpandPath
=
"True"
Grid.Row
=
"2"
Grid.Column
=
"0"
>
<
ns:PanelBarItem
IsExpanded
=
"True"
Header
=
"General"
Style
=
"{StaticResource PanelBarItemStyleWithArrow}"
>
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
/>
<
RowDefinition
/>
<
RowDefinition
/>
</
Grid.RowDefinitions
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
/>
</
Grid.ColumnDefinitions
>
<
ns:GridView
AutoGenerateColumns
=
"False"
Name
=
"gvAssetAccess"
Margin
=
"5"
CanUserDeleteRows
=
"False"
telerik:StyleManager.Theme
=
"Metro"
CanUserSelect
=
"True"
HorizontalAlignment
=
"Center"
ShowGroupPanel
=
"False"
Width
=
"Auto"
Height
=
"Auto"
ScrollViewer.VerticalScrollBarVisibility
=
"Auto"
Grid.Row
=
"1"
Grid.Column
=
"0"
>
<
ns:GridView.Columns
>
<
ns:GridViewDataColumn
IsFilterable
=
"False"
Width
=
".20*"
MinWidth
=
"130"
>
<
ns:GridViewDataColumn.Header
>
<
ns:Label
FlowDirection
=
"LeftToRight"
HorizontalAlignment
=
"Center"
Content
=
"Document Category"
Name
=
"lblDocumentCategory"
/>
</
ns:GridViewDataColumn.Header
>
</
ns:GridViewDataColumn
>
<
ns:GridViewDataColumn
IsFilterable
=
"False"
Width
=
".20*"
MinWidth
=
"130"
>