Unplanned
Last Updated: 18 Mar 2019 11:56 by ADMIN
Created by: Ievgen
Comments: 0
Category: GridView
Type: Bug Report
1
 
Unplanned
Last Updated: 27 Aug 2018 07:42 by ADMIN
The vertical scrollbar of the RadGridView control disappears when hosted in a RadExpander control with its ExpandDirection set to Right. Initially the scrollbar is shown but if you collapse and then expand the expander control, the scrollbar is missing.

To work this around, stop the RadExpander's animation.
<telerik:RadExpander telerik:AnimationManager.IsAnimationEnabled="False" />
Unplanned
Last Updated: 28 Feb 2018 14:23 by ADMIN
This is reproducible in the Paging Before Grouping demo. If you remove the grouping by the Country column by clicking on the X button of the group, the indent of the group expander will not be collapsed. See the attached video. Note that this reproduces only once when the example loads.
Unplanned
Last Updated: 27 Feb 2018 09:50 by ADMIN
reproducible in themes where foreground of cells is changed on selected (i.e. VisualStudio2013)

Workaround:
add cell template to the column

<telerik:GridViewDataColumn.CellTemplate>
    <DataTemplate>
        <TextBlock Text="{Binding Property, Converter={StaticResource converter}}" />
    </DataTemplate>
</telerik:GridViewDataColumn.CellTemplate>
Unplanned
Last Updated: 08 Aug 2016 09:16 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:07 by ADMIN
GridViewExpressionColumn cell does not update its content when editing it, CellEditTemplate is used and the datacontext is an object which implements IEditableObject interface.
Unplanned
Last Updated: 03 Aug 2016 13:06 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0

			
Unplanned
Last Updated: 03 Aug 2016 13:05 by Veijo
- Add text box and RadGridView to silverlight app
- Add one editable row and multiple read only rows after that to a RadGridView. 
- Go to last cell of first row and double click for edit mode.
- Press tab

Focus should go to text box, instead silverlight hangs.

Find attached sample application where this can be reproduced.