Assuming you are inside Constructor of ComboBox.Use this code
if(this.getListView().getParent() instanceof VerticalLayoutContainer){
VerticalLayoutContainer listContainer =...
Type: Posts; User: vijayasaradhi.duggirala
Assuming you are inside Constructor of ComboBox.Use this code
if(this.getListView().getParent() instanceof VerticalLayoutContainer){
VerticalLayoutContainer listContainer =...
I am working with GWT 2.7 and GXT 3.1.0.I am facing Grid Shadows issues in Arabic Locale.The shadows appear to the right side of the Grid.How to turn off this shadows for all context menus and sub...