Questions tagged [smartgwt]

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management

SmartGWT is based on the powerful and mature SmartClient library. SmartGWT provides a wide-array of rich components that are based on GWT. In addition to SmartGWT LGPL, Pro & Enterprise editions of Smart GWT are available with additional features & tools, as well as commercial support.

SmartGWT is compatible with GWT 1.5.3, GWT 1.6.4, GWT 1.7.x and GWT 2.x

More info at : www.smartclient.com/smartgwt/

1265 questions
0
votes
1 answer

Error with adding/removing smartgwt treegrid data: "this.data.isGroupedOutput' is null or not an object"

I have a treegrid for which I have operation add and remove. It works fine if I go to this page before any other page in my application. If I first visit some other page and than come to this page, here is the error that I receive: 13:39:46.403…
0
votes
1 answer

listgrid summary grid

I have a listgrid that I am grouping by the method setGroupByField but I cant see that groups, the method getGroupByFields returns null and then not know why is grouping not if I'm putting the property and the name of field I want to group ... any…
Mariah
  • 1,073
  • 1
  • 14
  • 33
0
votes
1 answer

I can't load my SmartGWT Datasource

I'm modifying an example of the built-in-ds. The way this example works is that you need to select a datasource, and then a table gets filled with data from there. The idea is to show how the same component can adapt to multiple data sources. I've…
Andrija
  • 937
  • 14
  • 33
0
votes
1 answer

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 (true); setShowGroupSummaryInHeader (true); But I…
Mariah
  • 1,073
  • 1
  • 14
  • 33
0
votes
1 answer

Smartgwt images on tomcat

Using smartgwt 2.4.0 i have created a war. Running on jetty everything works fine. But once I deploy my war on tomcat, everything works fine except for my images; like the logo. My smartgwt is mavenized, I dont know if this causes the problem.…
Fico
  • 619
  • 8
  • 12
0
votes
1 answer

SelectItem is not working in smartgwt 2.5

My SelectItem box is not displaying combo box items when i click on down arrow. My code is : DynamicForm dynamicForm=new DynamicForm(); VLayout layout=new VLayout(); SelectItem selectItem=new SelectItem("name", "title"); …
Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96
0
votes
1 answer

What SmartGWT components should I look into for my simple usecase?

My usecase is a one-page site. On the page, there should be three "frames". One frame lists all the users. This frame is only seen by admins. Selecting a user triggers an action that fills the second frame - all logged Transactions of the user are…
Andrija
  • 937
  • 14
  • 33
0
votes
0 answers

Locate simple element with selenium webdriver in smartgwt page

I'm testing a smartgwt application by using selenium webdriver. This works pretty well for smartgwt widgets with something like this: JavascriptExecutor executor = (JavascriptExecutor) context; return (WebElement) executor.executeScript("return…
Steven De Groote
  • 2,187
  • 5
  • 32
  • 52
0
votes
1 answer

Chart not render correctly when maximizing / restoring window or dragging resize bar (SmartGWT)

I am new to SmartGWT and having this issue for long time and could not fix it. The charts are not in the right position and not resized after I maximize / restore the window, the same issue exists when I drag the resize bar in the window. However…
sozhen
  • 7,627
  • 14
  • 36
  • 53
0
votes
1 answer

Icon not rendered correctly in IMenuButton (SmartGWT)

Please help me look into my simple test case: import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.RootPanel; import com.smartgwt.client.widgets.menu.IMenuButton; import com.smartgwt.client.widgets.menu.Menu; import…
sozhen
  • 7,627
  • 14
  • 36
  • 53
0
votes
1 answer

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 constraint is to allow the user to select many…
0
votes
1 answer

Getting response status code 0 in SmartGWT webservice call using json

I have developed application using SmartGWT. Now I need to call webservice using json to another application which is deployed in another server for submitting username and password. When I make a request with url and POST method, getting the…
Girish
  • 1
  • 1
0
votes
2 answers

SmartGWT - Different behaviour while Editing a ListGrid and EditingNew?

I have a ListGrid that has 4 columns. When I edit the grid (using a DoubleClick event on a record) I'd like the user to only be able to edit one column. However, I'd like the user to be able to click an 'Add' button, which will call…
Petey22uk
  • 85
  • 1
  • 6
0
votes
2 answers

SmartGWT skinning

Some SmartGWT components are composed by a lot of small images. This is the case of IButton for example that gets rendered using images. I want to adapt the original SmartGWT CSS to fit my needs, that are basically color changes.
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
0
votes
1 answer

Warning 404 - GET /detectfiles/sc/skins/standard/images/blank.gif

I am using gwt-2.4 and smart-gwt 2.4, I have commented out the tag for standard.css file from my gwt.xml, I am not using any themes. I have been experimenting with programmatically disabling items in a DynamicForm. When I set any TextItem fields…
Madhura
  • 551
  • 5
  • 18