A graphical user interface element that presents a tabular view of data.
1
vote
1answer
65 views
SmartGWT ListGrid final
I realized that ListGrid must be always Final. For me a static object would be the best because I would like to modify its properties from another class.
In my project to have a clear code I created ...
0
votes
2answers
66 views
SmartGWT: is it possible to color a a certain row in a list grid?
all is it possible to color a certain Row in smartGWT listGrid ?
i want to color just 1 row , not all the listGrid
0
votes
2answers
86 views
How to show listgrid data in SectionStack in SmartGwt
I have a two sectionstacksection in code, onw is showing dynamic form for input data and second sectionstacksection is showing listgrid which will show a input data when i hit save button in my ...
0
votes
1answer
64 views
Read the input data and show the data in listgrid in SmartGwt
i have written a code to read the input data from textboxs and then click on submit button, this data will be show in a listgrid.
Submit button click event code is here:
public void ...
0
votes
1answer
108 views
SmartGWT ListGrid - exclude field from selection
I would like to ask for your help to solve the following problem.
I have a SmartGwt ListGrid wich has multiple rows in it.
This ListGrid has a SelectionChangedHandler which works just fine.
I added ...
0
votes
1answer
379 views
smartGWT ListGrid JSON issue
I have created a REST API at URL: http://localhost:8888/rest/contacts with this JSON output:
{
"contact": {
"address": [
{
"city":"Shanghai",
...
-1
votes
1answer
146 views
Smartgwt listgrid comboboxitem [closed]
I faced a problem that I can not solved and I can't imagine what what the anwser could be.
I have a listgrid and i need a listgrid field which is dropdown and the user can type in that ?
I found ...
0
votes
3answers
392 views
Display a ListGrid from the start with all its rows expanded
I'm using SmartGWT 2.5.
I have a main grid that has its expandable rows in order to display subgrids.
I simply want to display the main grid with all its rows expanded from the start.
I tried to add ...
1
vote
2answers
99 views
How to move on drag&drop between ListGrids in SmartGwt
I'm writing SmartGWT application, and I have two list grids and some records inside.
I have setDragDataAction to MOVE. But there occurres problem, when I drag&drop records, they always copy ...
0
votes
2answers
103 views
How to enable drag n drop between nested SmartGWT ListGrids
I got a ListGrid A that have rows, which can be expanded to display ListGrids of type B. Those ListGrids B also have rows that can be expanded to display ListGrids C.
All ListGrids B are fed by the ...
0
votes
1answer
293 views
smartgwt listgrid RestDataSource not populating
Im new using this front end framework application...
I recently started to work with smartgwt and i'm bulding a new application with a Spring MVC integration.
I'm using a ListGrid with a ...
0
votes
0answers
182 views
SmartGWT ListGrid saveAllEdits returns duplicate rows for updates
I'm running SmartGWT 3.0 LGPL.
I have a ListGrid where I can update entries in the grid which are held in memory, then I call saveAllEdits to write them all to the server. However, duplicate entries ...
0
votes
0answers
189 views
Listgrid with 2 data sources to achieve excel-like editing functionality
Im facing the problem of implementing the optional data source field which has 2 required foreign keys. I use smartgwt RestDataSource.
To simplify the problem let's say I have three data sources ...
0
votes
0answers
89 views
Primary key of displayed list grid records
I want to get the primary keys of the displayed listgrid records after filtering the records.
0
votes
1answer
938 views
Combining DataSource and Local Data in SmartGWT ListGrid
I have extended a ListGrid to create a list of saved searches grouped by type of search, whether public or private. This list is populated through a standard SmartGWT datasource.
In addition, I ...
0
votes
1answer
382 views
Smart GWT: localization of context menu in listgrid with dynamic title
Im localizing my GWT app, and I want to localize the context menu in my listgrid (SmartGWT). According to the doc, I can set the title of group/ungroup by:
...
2
votes
2answers
505 views
how to improve the performance of smartgwt listgrid
I have to show around 30,000 records.I am using the datasource.setdata() to set the records. My listgrid fetch the records from the attached datasource. But I am facing a performance issue. it takes ...
0
votes
1answer
358 views
How can I improve my SmartGWT LGPL implementation of ListGrid server connection/Datasource?
To expand my question, you could say that I want to program in SmartGWT instead of programming into SmartGWT ( ...
0
votes
1answer
143 views
Clash between anchor tag right click and listgrid set context menu
I have to display document name as a link in a column of listgrid (smartgwt). We already have caught right click handler on the grid and show our own customized context menu which works fine. Now due ...
0
votes
1answer
580 views
Cannot uncheck checkbox in smartgwt listgrid
I'm breaking my head since a whole day now but cannot find a solution, I hope someone can help me.
I'm trying to create a simple SmartGWT ListGrid with checkboxes and for some reason I can only ...
0
votes
2answers
713 views
SmartGWT databound ListGrid -> DateItem in column title, reload column onChanged
My task is : a databound ListGrid with a column. The title of this column should be "Information for {infoDate in format DD-MM-YYYY}" + a DateItem (icon picker only) from which users can modify the ...
0
votes
2answers
559 views
How to invalid cache when using ListGrid and Datasource
As per what I found reading other sites :
SmartGWT uses data caching to optimize client-server connections and reduce network traffic. In your example, let's say you have the following in your ...
0
votes
0answers
347 views
SmartGWT, ListGrid, get summary data
Im exporting data using ListGrid.getRecordList, which returns a RecordList object with my records. If I group one of the ListGridField, it also provides the Group header and the Group summary. Very ...
1
vote
1answer
212 views
Adding new row to a listgrid which is grouped in gwt
My smart gwt listgrid is grouped by one of its columns. If I want to add a new row to the a group in the grid, I click on the group and the add button. A row is added as the last row of the grid for ...
1
vote
0answers
1k views
How to apply Paging in smartgwt Listgrid
I have to show around more than 10,000 records in a listgrid. My code is working fine but I am facing performance issue it takes too much time for it.
I want to apply pagination in Listgrid, so I can ...
0
votes
0answers
80 views
listgrid summary custom formulas
hello I'm working with listgrid summary, in one of the columns I'm trying to create a formula for the value shown by groups and another formula for the value shown by grid, but do not know if this is ...
2
votes
2answers
516 views
ListGrid disable fields dropdown for sorting, freezing, editing
I'm developing web-app where I use the SmartGWT Listgrid. When I create and visualize the Listgrid there is arrow dropdown for sorting, configuring sort, etc. Searching in the documentation I didn't ...
0
votes
1answer
197 views
smartgwt grid summary issue
I have a listgrid. I customize grid summary, I have the next options:
setGroupByField("class_desc");
setGroupStartOpen(GroupStartOpen.ALL);
setShowGridSummary (true);
setShowGroupSummary ...
0
votes
0answers
668 views
smartgwt listgrid not updating
I'm using Smartgwt Lgpl 3.0p. I had a problem with ListGrid column width. I'm using
listGrid.setAutoFitWidthApproach(AutoFitWidthApproach.BOTH);
When first time listGrid.setData() is called, Column ...
0
votes
0answers
60 views
listgrid summaries edit fields issue
I have an example of grid summaries, so good but when I change any value simply does not allow ... I enabled the option setCanEdit (true) of the grid and for each of the Listgridfield have placed ...
0
votes
1answer
197 views
smartgwt Window addmember padding [duplicate]
Possible Duplicate:
SmartGWT Dialog title not set correctly
I have a problem, is that I have a Listgrid already formed but when I add it to a window with the method addMember the window ...
0
votes
1answer
589 views
listgrid smartgwt select deselect feature
I use SmartGwt Listgrid to show a list of objects, each object contains many subobjects. So when I click on a specific row, I show a popup that allows me to update this subobject's list.
The second ...
1
vote
0answers
889 views
Mark records as new in a ListGrid in SmartGWT
In SmartGWT, using a ListGrid.
I am currently loading data from a CSV file in order to pre fill a listgrid. I would like to be able to save this data in a database later.
Using ...
0
votes
0answers
91 views
Adding listgrid static fields automatically
Currently, my project contains many listgrids whose rows are editable with double click.
The columns displayed in those lists are linked with the fields of their datasources (no ListGridField are set ...
-1
votes
1answer
292 views
Smartclient: How to show a canvas on a modal mask?
I have a ListGrid displayed on a Dashboard Layout. In few case I need to show Notes messages that we usually do using SC.say().
But I have designed my own Canvas to display all such messages and I ...
2
votes
0answers
162 views
(InternalError): script too large stack… when requesting 50000+ records in Firefox
I am using Smart GWT 2.4.
I am displaying a report with around 20 columns which are combination of string, numerics and date types. The report works in Fire Fox when I request less than 50000 ...
0
votes
1answer
512 views
How I can drag and drop an element within a cell in a listgrid?
I'm use: SmartGwt 3.0; gwt 2.4; firefox 11 and Google Chrome 19.0.1084.52.
First I want to apologize for my English, because it is very bad.
What I need is to drag and drop a component (eg a label, ...
0
votes
2answers
211 views
SmartGWT: Selected Record from Listgrid bind to TextBox in another Window
Im new to SmartGWT,
I have two Windows. Button1 in Window1 shows a Window2 containing a listgrid. On Press of Button2 in Window2 the selected record in listgrid must be shown in TextBox in Window1. ...
0
votes
0answers
538 views
smart gwt remove hilite and change background color
I have a ListGrid for which I have assigned hilite[] for all cells which is working fine.
But now I have change the color of the cell when I select that particular cell/record.
I have created ...
0
votes
1answer
2k views
dynamically set smart gwt list grid header
I have created a smartgwt list grid. The grid headers are static and the content is filled with server side data.
The code looks something like this
ListGrid grid = new ListGrid();
...
1
vote
2answers
1k views
Smartgwt selectitem key value issue
I have a SelectItem which I fill through a Map that has this combo is within a listgridfield, so good up there, but when I select any item in the combobox instead of get the description or value of ...
0
votes
1answer
420 views
Editing data in Listgrid's filter editor doesn't lead to fetchData
I have a ListGrid with filter editor set to visible.
Normally if I type data in filter editor it leads to fetching data from server and my executeFetch(..) method is being called.
But in some cases ...
0
votes
1answer
751 views
set the values in Listgrid (smartGWT)
I am trying to use smart Gwt, Listgrid.
I am using both com.google.gwt.user.client.ui and smart gwt.
I have value in a ListGridRecords[] records.
I am unable to set the values in table.
this piece ...
1
vote
4answers
1k views
smartgwt listgrid set cursor to hand over an icon field
I've been working on this problem for quite a while but have not been able to solve it.
I have a listgrid with a field type icon. I would like to change the cursor to "hand" over the icon.
I've been ...
1
vote
1answer
2k views
setData in ListGrid in SmartGWT
Hi i am trying to use SmartGWT.
I have Arraylist
ArrayList<FileDocument> documentsArrayList = new ArrayList<FileDocument>();
// all the value are in the documentsArrayList
and a table ...
0
votes
1answer
345 views
How do i select a record in a grouped smartgwt listgrid?
I have site with a listgrid and a openlayers map with points. When i cklick on one of these, the application shall scroll and mark this record. This works with a standard listgrid, but with a grouped ...
1
vote
0answers
627 views
SmartGWT listgrid very slow while scrolling
I am writing a very simple SmartGWT application that populates a listgrid with 100 elements locally (no RPC or any server interaction involved).
When I scroll the listgrid, the scroll speed is ...
1
vote
1answer
384 views
how to display columns as rows in ListGrid in Smart gwt?
I am a new bee to Smart gwt.
Basically I have my data structure as:
A
|_ B1
|__C1
|__C2
|__C3
|_
B2
So i have created my ListGridRecord as follows:
public class VEPAreaRecord ...
7
votes
2answers
335 views
Why can't you add a EditorExit Handler to a DynamicForm or FormItem?
This handler only exist for a ListGrid.
But if you look at the docs for DynamicForm.setValidateOnExit(), it says:
If true, form items will be validated when each item's "editorExit"
handler is ...
0
votes
2answers
1k views
Apply background color of specific cells in smartgwt ListGrid
I started developing with smartgwt few weeks ago and I am having a problem I want to insert background color in specific cells of a ListGrid. The problem is that i have not access in ListGrid Elements ...

