Tag Archives: GWT-Ext

GWT Quick Tip: How to check whether a GWT application is running in Hosted Mode

Sometimes, at runtime, you need to detect whether the application is running in Hosted Mode or not. E.g. you might decide to enable client side logging using GWT-Log only when the application is executing in Hosted Mode. The logging should … Continue reading

Posted in GWT, GWT-Ext | Tagged , , , | Leave a comment

GWT-Ext – Synchronized Scrolling of Grids

I recently had a requirement wherein two grids showing similar information needed synchronized scrolling i.e. if the left grid was scrolled down vertically, the right grid also needed to be scrolled down in the same proportion and vice-versa. This feature … Continue reading

Posted in GWT, GWT-Ext | Tagged , , , , | Leave a comment

Background colour for GWT-Ext Grid row

Here I describe how to set the background colour of a GWT-Ext grid row. A simple use of this would be to highlight a row containing errors. You would need to attach a GridView instance to the grid.  private EditorGridPanel … Continue reading

Posted in GWT, GWT-Ext | Tagged , , | 5 Comments