When I have DistinctFilter set on the grid and I will search data from SearchPanel and then I will clear SearchPanel, Grid show me all data, not these from DistinctFilter, even if it's still set on the grid. UI for WPF Q1 2016
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.
Fixed for GroupRenderMode="Flat".
When Unicode characters are copy pasted from grids via CTRL + C and then pasted into Excel or Word (for example) as a HTML table, it seems like for every Unicode character a certain amount of bytes / characters are cut off from the end result.
Workaround: Define an implicit Style targeting GridViewRow UI element under Window.Resources or RadGridView.Resources section.
Pasting in empty RadGridView is not possible.
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.
Columns with * width are not measured correctly when GridView is placed in ScrollViewer and its width is changed.
In case RadGridView is filtered, when searching with TextSearch feature and then clear the search text the applied FilterDescriptors are cleared as well.
This functionality will be available with Q1 2016 SP.