I am using GXT 3.0.6 and have both LiveGridView and GridView in my application.
I've noticed that LiveGridView does a great job of only rendering a complete row at the top and bottom of the grid. ...
Type: Posts; User: jorel2
I am using GXT 3.0.6 and have both LiveGridView and GridView in my application.
I've noticed that LiveGridView does a great job of only rendering a complete row at the top and bottom of the grid. ...
I am seeing a seemingly random trigger for the endless loop. Once in the loop, the only way out is to manually scroll.
Is there a specific area of the Live Grid related code that I can look at to...
i gave up and just did the 'provided=true' technique.
perhaps a working example showing 2 comboboxes being placed in a single uibinder defined page would clear up all the confusion?
with and without provided instances.
:-)
I tried this approach (using the ui:attributes method) to try to solve the problem of 2 uibinder initialized comboboxes in a view. It just does not work, I get the following error:
[ERROR]...
.
anyone?
Hi. I've simplified the sample code to reduce clutter and focus on the issue (possibly 2 issues).
I will post the code below after describing the issues:
The checkbox click is not making it to...
hi. I have a fairly simple grid setup (see image below) where there are 2 date columns and a boolean column. In this setup, I have inline editing and am handling 'CompleteEdit' events from the...
I have the (working) code below that initializes a GXT 3 Grid to show 2 date columns (completed and due) and a boolean column (applicable). It is configured for inline editing AND handles a...
Is this still the way to set tooltips for grid cells?
column.setRenderer(new GridCellRenderer<RelDescModel>(){
@Override
public Object render( RelDescModel model, String property,...