1. Set RadGridView's setting DragElementAction="ExtendedSelect". 2. Open a window on selecting a row. 3. Close the window, the RadGridView becomes ExtendedSelect. Note: Most probably this problem is actually caused by a limitation in the Silverlight platform. Once a Window is shown, there is no way to detect that the mouse is released.
This Style is not applied when Windows8 Theme is set for the GridView (only) - it works if an ApplicationTheme is set. <telerik:RadGridView telerik:StyleManager.Theme="Windows8" Name="clubsGrid" .../> <Style TargetType="telerik:GroupHeaderRow" telerik:StyleManager.BasedOn="Windows8"> <Setter Property="ShowGroupHeaderColumnAggregates" Value="True" /> <Setter Property="Background" Value="Red"/> </Style>
When KeyboardNavigation.TabNavigation is set to Once, RadGridView does not lose the focus after the second time it's focused.
Change AlternateRowBackground (runtime) has only effects after scrolling in grid or after rebinding it.
Just run the attached project and scroll horizontally to the very end several times (at least two times). I tried disabling the column virtualization but this did not help. This issue will be resolved with Q2 2015. A new virtualization mechanism for ColumnGroups will be introduced with Q2 2015. A property EnableColumnGroupsVirtualization is exposed with default value True for enabled virtualization. Setting it to False will enable the old logic.
1. Define a custom AggregateFunction for a column 2. Group on a column 3. A calculation on the AggregateFunction is invoked 3. The Grouping.Key (of the input parameter) corresponds to the correct key 4. Edit a value on the column (having the AggregateFunction) 5. A calculation is invoked, but the Grouping.Key is "1" and not the correct key.
The group panel item image of a column with custom header is blurred
Columns with * width are not measured correctly when GridView is placed in ScrollViewer and its width is changed.
1. Select the first row. 2. Hit Ctrl-End to jump to the end of the list. 3. Hold down the Shift key and select the last row. 4. Scroll up and notice that everything between the first page and the last page is not selected. * there is a sample project attached in the support thread
IsReorderable of a column is not respected when ReorderColumnsMode is different than the default one Fixed with LIB version 2014.1.317.
Border is not correct when FilterRow is on and Column header is wrapped. Sample and Screenshot attached.
There are cells exported for the group rows, but they are empty. If you define ColumnGroupDescriptors instead GroupDescriptors, then the exported data is the correct one.
GridView ColumnGroup Header does not refresh when bound to view model
this is not related only to grid-inside-grid scenario (HierarchyChildTemplate), but also for a flat (classic) grid control. If you have a GridView and any other control (ex TextBox), you will notice that if you move focus from GridViewCell to TextBox, both
Show a tooltip when text exceeds column width. Available in the 2017 R1 Release (2017.1.117).
The first character is lost on typing in a column with CellEditTemplate with RadMaskedNumericInput, RadMaskedCurrencyInput, RadMaskedDateTimeInput, RadMaskedTextInput.
When DragElementAction="ExtendedSelect" in GridView is set, there is a problem with the deselecting behaviour. Ctrl + click no longer deselects the row. The problem should be resolved with lib version 2015.3.1019.
Columns data gets overlapped when columns are hidden and shown again
The header row (the group headers in a GridView, or a parent row in a TreeListView) stays in the screen while scrolling until all the children rows have been scrolled. The feature is available in R3 2017 Release of UI for WPF. Check what's new in R3 2017 here: http://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r3-2017
1. Scroll to near the bottom of grid. 2. Refresh the Grid, populating it with less items. 3. Should see mostly blank grid besides for bottom row. 4. If you scroll any the rows show back up.