Unplanned
Last Updated: 22 Apr 2024 10:30 by ADMIN
Walter
Created on: 16 Apr 2024 08:00
Category: DataGrid
Type: Bug Report
0
DataGrid: Columns of RadDataGrid defined in the RowDetailsTemplate are not displayed

Hello, I tried to implement the sample application from your docs. (https://docs.telerik.com/devtools/winui/controls/raddatagrid/row-details)

But it seems to be not working, the detail area is not displayed completely. Only one column.

I have a similar behavior on another application.

Details:

  • .NET 7
  • Windows 11 Pro Version 23H2 (22631.3155)
  • Telerik WinUI 2.9.0

2 comments
ADMIN
Martin Ivanov
Posted on: 22 Apr 2024 10:30

Hello Walter,

Thank you for the report. I can confirm that this is an issue with the RadDataGrid when hosted in the RowDetailsTemplate of another RadDataGrid. That is why I have changed state of this item and also updated your Telerik points.

To work this around, you can use fixed Width in the columns of the RadDataGrid in the RowDetailsTemplate. If you want to make this a bit more automatic, you can calcualte the widths of the columns in the SizeChanged event handler of the parent RadDataGrid. I have attached a sample project showing this suggestion. I hope it helps.

Regards,
Martin Ivanov
Progress Telerik

A brand new ThemeBuilder course was just added to the Virtual Classroom. The training course was designed to help you get started with ThemeBuilder for styling Telerik and Kendo UI components for your applications. You can check it out at https://learn.telerik.com
Attached Files:
Walter
Posted on: 16 Apr 2024 10:03
Also the fields not editable