We have removed the Smart GWT standard "Contacting Server" and other informational popups from our grid and are pleased with the results. However, the grid still displays text messages such as "Loading data..." and "No items to show". Our old grids used to display in-grid images during data load and we'd like to replicate that. How can we replace the text messages with an image?
Announcement
Collapse
No announcement yet.
X
-
Sorry to keep rehashing, but this works great for all of our grids but one. We have one grid that has frozen columns. Our custom loading message appears in both the frozen side of the grid and the unfrozen side. Is there a way to have the message appear in one side of the grid but not the other?
Comment
-
Currently, there's not really a clean way to do this short of detecting the empty/loading cases yourself and adding your own, additional child that you place above the frozen and normal body children when the grid is empty or loading. As a cosmetic enhancement, we may do something like this in the future - no ETA for this, sorry.
Comment
Comment