Hi,
for our current project we need to add accessibility features.
An institute, specialized in accessibility checks, told us, the DatePicker cannot be read with Jaws. Because the DatePicker...
Type: Posts; User: Sven K.
Hi,
for our current project we need to add accessibility features.
An institute, specialized in accessibility checks, told us, the DatePicker cannot be read with Jaws. Because the DatePicker...
Dear Sencha team,
do you have any plans to provide a property grid in GXT? I find it a very powerful way to show and edit multiple details of an object.
Thank you
Sven
Hi,
I want to create a multi-selection GXT Grid where I can select the text inside the cells. GXT provides these methods:
grid.setAllowTextSelection(true);
...
Hi,
since we're using GWT 2.7 and GXT 3.1.2 we get a compiler warning.
[INFO] Compiling module at.gevas.lagis.s.web.main
[INFO] [INFO] Computing all possible rebind results for...
Hi,
you need to create you own GridView and create a method like this.
public void onHighlightCol(int col, boolean highlight){
for(int i = 0; i < getRows().getLength();...
It already is a Maven project so you don't need to convert anything.
You need a proper Eclipse with an installed Maven Plugin and Google Plugin. If you want to start your application server out...
Has nobody an idea?
Hi,
is it possible to drag an element from one window to another browser window?
I tried the Drag and Drop examples of GXT but it does not work abroad browser windows. Using JavaScript this...
Hi,
I found a post for GWT.
http://stackoverflow.com/questions/17315547/gxt-combobox-with-unselectable-categories
Hope its helpful.
Hi knaier,
I actually not fully understand your problem.
Does your header of the ContentPanel disappear when collapsed? Is your ContentPanel embedded into a BorderLayoutContainer?
GWT/GXT does not support pivot grids. To solve this you would need to use two grids. You need to connect the scroll behaviour of the two grids. I use this in one of my projects and it works fine.
I found a way to solve this problem.
http://gwtinnewbrowser.blogspot.co.at/
The main idea is to open the same entrypoint with the same url in a different window using jsni. Before opening the...
I found a solution for this problem.
.x-filtered-column {
background:url(http://dev.toadformysql.com/webhelp/Content/Images/icon_SpecifiedFilter.png) no-repeat !important;
...
Hi,
I would like to create a GWT application which contains 2 windows ( to maximize it in different screens).
I found a related thread but with no real answer: ...
Hi,
I'm using GWT 2.6.1 and GXT 3.1..
I would like to add a filter icon into the column header if an active filter is set to this column. The same way like the order icon. Is there a way to do...
Hello Rahul,
I'm using the same combination and for me it's working just fine.
Please provide your code to have a look on it.
Sven
Hi,
i am wondering if there exists a CSS styleguide for all GXT components. It is very tricky to style these components properly because there are so many ways (and mostly there're not working). ...
Hi branflake2267,
I don't think it's that simple. I tried your snippet but it didn't work.
My GUI-structure is the following:
TabPanel
-> VerticalLayoutContainer
-> Grid
->...
Thank you for the quick answer.
Is this only a GXT 3.1 related bug?
Hi,
I'm using a TabContainer. On each tab is a GXT grid where the columns are supposed to be filtered. The grid code is the same. It works fine if only one tab is visible.
Unfortunately if I...