Opened 14 years ago
Closed 11 years ago
#8243 closed defect (invalid)
Grid make the "..." fetchText placeholder text settable/chgable
Reported by: | dtynan | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.2.2 |
Keywords: | grid fetchtext | Cc: | |
Blocked By: | Blocking: |
Description
When the grid scrolls and renders new row, it temporarily puts a little bit of placeholder text in for each row. That text is normally "..." and is the variable 'fetchText' I think. You should be able to substitute your own string (or empty string) from both markup and also .attr().
Thanks, Dylan Tynan [email protected]…
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to Bryan Forbes |
comment:2 Changed 13 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 11 years ago by
Milestone: | future → 1.6 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Closing this obsolete ticket.
Note: See
TracTickets for help on using
tickets.
Actually, I just figured out that it's not the fetchText that was getting me, it was the default cell value (which you will see when you scroll down on a grid after it's been sorted [note i was using clientFilter & cached the entire grid, soria theme)].
I think this really should just be closed out as a non-issue