Opened 10 years ago
Closed 10 years ago
#10283 closed defect (fixed)
Sub-rows are not styled correctly on initial expand
Reported by: | Bryan Forbes | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you instantiate a grid with an onStyleRow function that sets a class name or style based on a property of the item being rendered, those styles won't be applied until you mouse over the row.
Note: See
TracTickets for help on using
tickets.
(In [20731]) Added a call to grid.rows.styleRowNode() in the forEach of the query in onAfterRow to get sub rows to render correctly on initial expansion. (fixes #10283 !strict)