I'm using version v.2014.1.331.45.
I'm use RadGridView with dynamic row item.
The issue is when i group by a column, then i remove item in group panel, the size of group panel is not resize correctly.
See the image is attached.
Please help me review and give me your ideas.
I'm use RadGridView with dynamic row item.
<
telerik:RadGridView
Name
=
"RadgridHoover"
DockPanel.Dock
=
"Top"
BorderThickness
=
"1,0,0,0"
BorderBrush
=
"LightGray"
CanUserDeleteRows
=
"True"
CanUserInsertRows
=
"True"
ShowColumnHeaders
=
"True"
ShowGroupPanel
=
"{Binding IsShowGroupPanel, Mode=TwoWay}"
AlternateRowBackground
=
"WhiteSmoke"
AlternationCount
=
"2"
AutoGenerateColumns
=
"False"
SelectionMode
=
"Multiple"
IsReadOnly
=
"True"
IsFilteringAllowed
=
"True"
EditTriggers
=
"CurrentCellClick"
SelectionUnit
=
"FullRow"
EnableColumnVirtualization
=
"False"
EnableRowVirtualization
=
"True"
RowIndicatorVisibility
=
"Collapsed"
GridLinesVisibility
=
"Both"
behaviors:GridColumnsBindingBehavior.Columns
=
"{Binding Columns, Mode=TwoWay}"
ItemsSource
=
"{Binding MembersTable, Mode=TwoWay}"
SelectedItem
=
"{Binding SelectedItem}"
caliburn:Message.Attach
=
"[Event SelectionChanged] = [Action MembersGridSelectionChanged($executionContext)];[Event DataLoaded] = [Action GridDataLoaded($executionContext)];[Event LoadingRowDetails] = [Action LoadingRowDetails($executionContext)]"
DataLoadMode
=
"Asynchronous"
>
</
telerik:RadGridView
>
The issue is when i group by a column, then i remove item in group panel, the size of group panel is not resize correctly.
See the image is attached.
Please help me review and give me your ideas.