upgrading GWT 2.5.1 to 2.6.0 on SmartGWT 4.1
v9.1p_2014-03-20/PowerEdition Deployment 2014-03-20 GWT 2.6.0 IE-11 I'm upgrading GWT from 2.5.1 to 2.6.0 (everything was working fine on 2.5.1) and when I went to build, I'm seeing this error upon...
View Articlegrid editing new row - set default value in picklist
http://www.smartclient.com/smartgwt/showcase/#grid_editing_new_row Hello Isomorphic, The above is the example for adding new rows in grid list. The problem that I am having is setting a default value...
View ArticleReg:Blur lines are coming while scrolling in ListGrid
Hi, Please find the below video: http://www.screencast.com/users/VijayBhaskar511/folders/Default/media/cafe50db-fca0-4298-8460-b3b42ba34493 When we have more fields in the ListGrid and when we try to...
View ArticleReg:ListGrid Validation
Hi, When we are getting any java exception like nullpointer then we are getitng that exception in alert box. This happening when I am doing DynamicForm.saveData(). But the same is not happening in...
View ArticleMultiFileItem misbehaviour
Hi I'm using v8.3p_2013-03-14/PowerEdition Deployment (built 2013-03-14) with Mozilla/5.0 (Windows NT 6.2; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 I would like to report a misbehaviour on...
View ArticleGrid Cell Widgets problems with listgrid filter
I am using Grid Cell Widgets and observed this problem: -After performing the filter, the grid cell widgets moves from its position. How I can fix it? Attached Images BeforeFilter.png.jpg (41.9 KB)...
View ArticleSmartgwt ListGrid auto generated selection checkbox column freezing
I am using smartGwt 4.0, ListGrid allows us to add multiple columns with auto generated checkbox selection. I am using below property to get checkboxs for each record in the grid,...
View ArticleSmartgwtEE-5.0d Basic CubeGrid Example exports empty excel file
PROBLEM: The Basic CubeGrid example with added export to excel example produces an excel download file that's empty. "Sheet0" has all it's cells empty. Be sure your post includes: 1. SmartgwtEE-5.0d:...
View ArticlegetClientOnlyDataSource
I am using getClientOnlyDataSource to get a clientOnly version of one of my datasources and that works fine, but I don't understand how the response from the fetch operation is used. Can you explain...
View ArticleSortEvent and onSortChanged
1. SmartClient Version: v9.1p_2014-04-29/Pro Deployment (built 2014-04-29) 2. FF ESR 24.5.0 3. N/A 4. N/A 5. N/A 6. It would appear that every time listGrid.setData (see code snippet below) is called,...
View ArticleGWT 2.5.1 to 2.6.0 causes grid columns not to align
SmartClient Version: v9.1p_2014-03-20/PowerEdition Deployment (built 2014-03-20) GWT 2.6.0 IE-11 We just upgraded from GWT 2.5.1 to 2.6.0 remaining on the same version of SmartGWT above. First thing...
View ArticleSolid gauge ? Is it possible with smart gwt 4.1
Can I create a solid gauge using smartgwt. I am using SmartGWT 4.1 and am able to create the gauge as shown in the show case. But what I am looking for something like this...
View ArticleIs binding multi-value field from a datasource to a form ready for use?
Version: v9.0_2013-07-03/LGPL Development Only Browsers: Chrome, Firefox Hi, just curious. I noticed that if I bind a DataSourceField marked as multiple=true to a DynamicForm, SmartGWT automatically...
View ArticleGoogleEarthPlugin always on top of widgets in Chrome and IE 9
SmartClient Version: v9.1p_2014-04-28/EVAL Deployment (expires 2014.06.27_11.35.29) Browsers: FF 28, Chrome, IE 9 Our application embeds the Google Earth Plugin and I have generally been testing in FF...
View ArticleCircleToCommand does not seem to be working ( SmartGWT 4.1 )
I am trying to use the CircleToCommand but it does not draw anything on the screen. Following is the code which I am using. If I use the "LineToCommand", then I do see a line being drawn. But nothing...
View Articleclientonly Datasource multipleStorage
SmartClient Version: SNAPSHOT_v9.1d_2014-01-24/Enterprise Deployment (built 2014-01-24) FF 25 I have a client only DataSource created via Java which contains DataSourceEnumField fields of editor type...
View Articlejavax.servlet vs gwt.servlet
Hi Isomorphic I have a confusion over gwt.servlet and javax.servlet. I use javax.setvlet and gwt.servlet both in my project. Is it necessary to use javax.servlet in my smartgwt project. If it is not...
View Articlehow to store the result of a function in a array
Hello, Do you have any idea how to store a result of the find function (ListGrid.data.find ({name = "toto"}) in a multimdemnsionnel array? thank you in advance
View ArticleList Grid select all check box fields
Hi all, I have a list grid which has a number of rows containing checkboxes. What I'm trying to achieve is when a check box is ticked, all the check boxes in the row is ticked. SO I almost have is...
View ArticleFetch last 20 rows from a Database
Hi, I'm using SmartGWT Pro and I have a ListGrid with a DataSource that's connected to a MySQL Database. The datasource is defined through a XML-file and looks like this: Code: <DataSource...
View Article