SDK 0.9.6 <js:DataGridPercentageView/> bead work only on header DataGrid, not on cells
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Let't take this code
```
@namespace js "library://ns.apache.org/royale/basic";
.DataGridColumnList .StringItemRenderer {
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
background-color: #ffffff;
line-height: 40px;
padding: 2px;
}
.DataGridColumnList .DataItemRenderer {
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
background-color: #ffffff;
line-height: 40px;
padding: 2px;
}
```
Here is the result

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the provided MXML example with DataGridPercentageView and compare its behavior on the header DataGrid and its cells. Trace the DataGridPercentageView entry point and related DataGrid rendering to determine why the bead affects only the header; done means the percentage behavior also applies to the cells.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100