Completed
Last Updated: 11 May 2022 14:47 by ADMIN
Release R2 2022
ADMIN
Created by: Yana
Comments: 1
Category: DataGrid
Type: Feature Request
15

			
Unplanned
Last Updated: 16 Jan 2018 11:52 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Jan 2018 09:46 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: DataGrid
Type: Feature Request
2
Currently the DataGrid uses a GroupDescriptorCollection type for GroupDescriptors, which is not bindable (even with OneWayToSource mode).

The same holds true for the Filter and Sort collections.

It would be nice to follow the same paradigm as the completed RadListView feedback item here: https://feedback.telerik.com/Project/168/Feedback/Details/211065-listview-make-groupdescriptors-sortdescriptors-and-filterdescriptors-collection
Won't Fix
Last Updated: 29 Aug 2019 06:27 by ADMIN
Workaround for GroupHeaderTemplate:

<grid:RadDataGrid.GroupHeaderTemplate>
    <DataTemplate>
        <Label Text="{Binding Group.Key}"/>
    </DataTemplate>
</grid:RadDataGrid.GroupHeaderTemplate>


Workaround for column:

<telerikDataGrid:DataGridTemplateColumn HeaderText="Name" >
    <telerikDataGrid:DataGridTemplateColumn.CellContentTemplate>
        <DataTemplate>
            <Label Text="{Binding Name}"/>
        </DataTemplate>
    </telerikDataGrid:DataGridTemplateColumn.CellContentTemplate>
</telerikDataGrid:DataGridTemplateColumn>

 
UPDATE:
We have decided not to change the code of the RadDataGrid component in this regard. The root reason for this is the fact that the Skia APIs used to draw the text does not support automatic character fallback. To overcome this issue, people from Skia team have two suggestions. We have tested them out and none of them is applicable for the case of the DataGrid.
First approach slows down the performance of the component to a point where the DataGrid becomes unusable.
Second approach does not fix the problem in all cases.
Having this in mind the best approach for our customers in such cases is to use a TemplateCell with a Label inside it only for the column(s) where they expect symbols to occur. The Xamarin.Forms.Label supports automatic character fallback hence it should properly handle all cases.
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
Completed
Last Updated: 18 Jan 2018 11:11 by ADMIN
Available in the R1 2018 release. 
Completed
Last Updated: 18 Jan 2018 11:11 by ADMIN
Available in the R1 2018 release. 
Completed
Last Updated: 14 Dec 2017 13:27 by ADMIN
After items have been inserted at runtime in a DataGrid that uses grouping, visual glitches occur and upon tapping an exception is being thrown. The visual glitches may include an item overlapping a group header; missing items; duplicated items. Upon tapping an incorrectly drawn group header, an exception is thrown. 

Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.
Completed
Last Updated: 21 May 2018 13:06 by ADMIN
Available in the R2 2018 release.
Completed
Last Updated: 14 Dec 2017 13:26 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: DataGrid
Type: Bug Report
1
The BindingContext of the RadDataGrid does not propagate to its columns.

Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.
2 3 4 5 6 7