Completed
Last Updated: 23 Jul 2019 05:09 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
Created by: Mayank
Comments: 0
Category: DataGrid
Type: Bug Report
0
If there a components which handles the Tap gesture (e.g. a button) is inside the TemplateCell, the DoubleTap gesture of the RadDataGrid throws NullReferenceException.
Unplanned
Last Updated: 19 Dec 2018 11:01 by ADMIN
ConcurrentModificationException is thrown when DataGrid is placed inside a TemplateColumn
Unplanned
Last Updated: 30 Jan 2019 12:47 by ADMIN
Created by: n/a
Comments: 1
Category: DataGrid
Type: Feature Request
0

Hi,

I was wondering if it is possible to bind the datagrid commands to ICommand in vm like in listview (https://docs.telerik.com/devtools/xamarin/controls/listview/listview-features-commands second method) ?

Completed
Last Updated: 04 Oct 2019 14:44 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
QSF DataGrid CRUD example
When editing the value inside the OrderDate column, the edited value is not presented in the OrderDate column. It keeps the old value
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)

When starting an app that contians a RadDataGrid in the initial page, an exception is thrown because the telerikfont.ttf file is left unregistered.

Work-around:

Access anything from the TelerikFont class before the InitializeComponent of the page:

TelerikFont.GetUseEmbeddedFont(this);

Unplanned
Last Updated: 08 Feb 2019 14:27 by ADMIN
Provide some API or an extension point for changing the default editor of the different types of built-in columns when edit mode is entered.
Unplanned
Last Updated: 14 May 2019 12:25 by ADMIN
Created by: Franz
Comments: 1
Category: DataGrid
Type: Bug Report
0
DataGridColumn.ActualWidth always returns 0
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
System.MissingFieldException: "Field not found" 'Xamarin.Forms.VisualElement.". is thrown when clicking the options button on each column's header. The issue occurs when updating to XF 3.5. 
Declined
Last Updated: 08 Apr 2019 07:11 by ADMIN
Created by: Stephanus van Staden
Comments: 2
Category: DataGrid
Type: Bug Report
0

 When defining a Date column like

<tdg:DataGridDateColumn PropertyName="ExpiryDate" HeaderText="Expiry"/>


and binding data with a type with Nullable datetime

public System.DateTime? ExpiryDate
{
   get { return _expiryDate; }
   set { SetProperty(ref _expiryDate, value); }
} 

We get an exception

 

Is there a workaround?

 

Thanks 

2 3 4 5 6 7