Opened 11 years ago
Closed 9 years ago
#13985 closed defect (patchwelcome)
Issue with row height when fetching data
Reported by: | iseeyou | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you set fetchText to "", row height was set to default (not to grid.rowHeight) becouse tds of row are empty, so in this case we need to replace "" with $nbsp;. Unfortunately DataGrid? replace all $ to code in cell text, so it's impossible to set fetchText "$ "
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → future |
---|
Can you post a test case to reproduce this?
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry   )