Unplanned
Last Updated: 03 Apr 2024 12:32 by Volodymyr
Volodymyr
Created on: 03 Apr 2024 12:32
Category: DataGrid
Type: Bug Report
4
DataGrid: [Android] DataGrid becomes unresponsive when there is a DataGrid inside RowDetailsTemplate and editing of the inner DataGrid is initiated

We’ve encountered an issue related to the inner DataGrid within an outer DataGrid’s RowDetailsTemplate:

Steps to reproduce:

1. Create a DataGrid with editable cells and row details.
2. Inside the RowDetailsTemplate, place a layout (e.g., Grid).
3. Within this layout, embed another DataGrid with editable cells.
4. Start the application and expand row details on the Android platform.
5. Double-tap on any inner DataGrid's cell to open the cell editor. 

At this moment the UI appears unresponsive.

0 comments