Unplanned
Last Updated: 10 Aug 2018 12:39 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: DataGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2018 09:06 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Feature Request
8
Make the DataGrid work with dynamic objects and visualize/edit them as expected

			
Unplanned
Last Updated: 31 Jul 2018 11:00 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: DataGrid
Type: Feature Request
2
Similar to Search as you type for UI for WPF: https://docs.telerik.com/devtools/wpf/controls/radgridview/features/search-as-you-type
Completed
Last Updated: 27 Jul 2018 11:16 by ADMIN
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 27 Jul 2018 11:15 by ADMIN
When DataGrid is placed inside a TabbedPage and items are adding to its ItemsSource from a different tab, switching the tabs causes the exception.

Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Completed
Last Updated: 27 Jul 2018 11:11 by ADMIN
In grouped RadDataGrid, whenever the underlying data item raises a propertychanged notification for the property the grid is using to group the items by, an exception is raised.

Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.
Unplanned
Last Updated: 16 Jul 2018 08:12 by Didi
Unplanned
Last Updated: 13 Jul 2018 09:54 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataGrid
Type: Bug Report
0
When adding a filter to the DataGrid programmatically, the filter descriptor values are not shown in the filter UI and the header icons are not visible.
Declined
Last Updated: 11 Jul 2018 14:12 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: DataGrid
Type: Bug Report
0
When using a TemplateCell, selection does not fire on Android. 

Reproducible (use SelectionChanged and SelectionUnit="Row"):

<telerikGrid:RadDataGrid.Columns>
    <telerikGrid:DataGridTemplateColumn HeaderText="Key">
        <telerikGrid:DataGridTemplateColumn.CellContentTemplate>
            <DataTemplate>
                <Grid Padding="0,5">
                    <Label Text="{Binding Key}"
                           VerticalOptions="Center"
                           TextColor="Black" />
                </Grid>
            </DataTemplate>
        </telerikGrid:DataGridTemplateColumn.CellContentTemplate>
    </telerikGrid:DataGridTemplateColumn>
</telerikGrid:RadDataGrid.Columns>


WORKAROUND

Set the DataTemplate content's InputTransparent="True" so that input event is passed through the template to the DataGrid:

<DataTemplate>
    <Grid InputTransparent="True">
        ...
    </Grid>
</DataTemplate>
Unplanned
Last Updated: 21 Jun 2018 13:09 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Feature Request
4

			
Completed
Last Updated: 21 Jun 2018 13:09 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataGrid
Type: Bug Report
0
When a DataGrid is inside a BusyIndicator's Content, and the BusyIndicator IsBusy is toggled from True to False, the DataGrid disappears. It will render when UI is forced to measure again (e.g. Windows resize or device rotation).

Available in the R2 2018 release.
Completed
Last Updated: 20 Jun 2018 14:18 by ADMIN
The grid is not shown after navigating away and returning back on UWP.

Available in the 2018 R2 SP release.
Unplanned
Last Updated: 14 Jun 2018 13:48 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 14 Jun 2018 13:44 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: DataGrid
Type: Feature Request
3

			
Unplanned
Last Updated: 25 May 2018 07:54 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: DataGrid
Type: Bug Report
1

			
Completed
Last Updated: 21 May 2018 13:15 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: DataGrid
Type: Bug Report
1
When defining TextColumns with a CellStyleSelector, it works correctly the first time the DataGrid is bound to the ItemsSource.

If you then update the bound collection (which has PropChanged wired up), the CellStyleSelector's SelectStyle method is properly executed, but the DatasGrid doesn't use the returned DataGridBorderStyle.

iOS - Works as expected
UWP - Background color doesn't update
Android - Background color doesn't update


Find reproducible attached

Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:06 by ADMIN
Available in the R2 2018 release.
Unplanned
Last Updated: 29 Mar 2018 11:42 by ADMIN

Filtering UI can be customized through the FilterControlTemplate property of the DataGridColumn: DataGrid: FilterControl Template.

We should provide a way to customize the Grouping UI including the Visible Columns area.


			
Completed
Last Updated: 26 Feb 2018 10:43 by ADMIN