Unplanned
Last Updated: 21 May 2021 10:35 by ADMIN
Rick
Created on: 14 May 2021 21:03
Category: Grid
Type: Bug Report
0
Xml for hierarchical grid only handles attributes on the parent grid

The details for this can be found in ticket #1519224

Given some XML that has child nodes and attributes, I'm binding to a grid with no problem. The child grid for each row (built using detailInit) get's the data from the parent row e.data.get("BillRows")

If those rows have attributes, the '@' signs breaks the javascript for the grid. As you can see in the ticket, every attribute needs to be renamed before I can build the child grid.

Should be a way to use attributes in XML bound to a datasource/grid for all levels of grids.

Rick

0 comments