Bug Title: Columns are not programmatically associated with their table headers.
Severity: Sev2 (High)
Test Environment:
OS Version: 22H2 (OS Build 25352.1)
URL: https://ppe.oneidentity.core.azure-test.net/
Edge Dev: Version 114.0.1807.6 (Official build) dev (64-bit)
Screen Reader: Narrator
Repro steps:
1.Open kendoSample (codepen.io)
2.Navigate through tables.
Actual Result:
Table header and their data are in different tables. Columns are not associated programmatically with their headers.
Expected Result:
Columns should be associated programmatically with their headers.
Hello,
From the provided information and the example, I am not sure that I understand the issue correctly. I reviewed the provided code in the codepen. However, in the example, I noticed that you are using the Grid detailInit event and detailTemplate options. Could you please confirm if you trying to initialize a detailed or Hierarchy Grid as in our demos linked below:
- https://demos.telerik.com/kendo-ui/grid/hierarchy
- https://demos.telerik.com/kendo-ui/grid/detailtemplate
I see that on a button click you're setting a new datasource to the Grids. However, the dataSource for the domain Grid contains a simple string ("test") which leads to an error in the console when you try to expand the Grid. The dataSource for the relationgrid contains an object that is correctly bound to the Grid. Below you will find a log in the console of both dataSources data by the time the setDataSource method is invoked.
Please provide more information about the behavior you are trying to achieve and the expected result, so I can understand the exact scenario better and advise you further.
Regards,
Neli
Progress Telerik