Scatter chart does not show up
After trying half a day I've given up on this scatter chart with dynamic data: only the title shows up - no message in developer console. If I omit the calls to setXAxisMetric or setYAxisMetric it...
View Articlehowto export a WAR file for deployment?
If your readme.txt (i.e. developers.google.com) says to create a *Java* project in eclipse how do you deploy a SmartGWT project to a web container/production server? Eclipse only offers a WAR file...
View ArticleDuplicated value in Selectitem in TreeGrid
Hi there, I'm trying to get SelectItems to work in the TreeGrid. Using the same logic like in a ListGrid seems to duplicate the selected value. In the example the selected value is represented and also...
View ArticlegetValue of TextItem with enabled keyPressFilter
Hey guys, I am currently working on a DynamicForm which has saveOnEnter enabled with a submit function. In that form I also have a TextItem with a keyPressFilter, which allows only numbers to 5 and...
View ArticleProblem wuth cleearing all columns in grid
Be sure your post includes: 1. Problem appears in smart client 10.0 and olders (we have noticed that in 8.3 version and 9 version too) 2. All browsers : chrome, mozilla and IE, newest versions. 3....
View ArticleY-Axis Value doesnt start from 0 by default
http://www.smartclient.com/smartgwtee/showcase/#dynamicDataCharting] In the above example, the Y- Axis Value starts from 13,500. Is there any way of changing this to start from 0 or to toggle between...
View ArticleshowHeader:false in Timeline
Hi there, I'm searching for a method to hide the headerlevels completely. In my case i know, that there are plenty of informations in the events, so the headerLevels are not needed to display. For...
View ArticleAdopting to Window like modal for 3rd party software.
1. v9.1p_2015-01-08/Pro Deployment (built 2015-01-08) 2. Browser - any 3. I am using a thirdparty software called hopscotch for our product tours. Currently I have Code: this.modal_o =...
View ArticleSmargwtpro 3.1p and ios 8.1 and higher
Our smartgwt application does not render on the IPad Safari browser - i don't see any errors.. just stops with the following logs: It works fine on chrome [ipad] and any other browser [ desktop]... Not...
View Articleexception during DMI crashes Tomcat
We have found one particular issue that is causing Smartgwt to throw an uncaught exception and that causes tomcat to crash. We fixed the issue but we are not convinced that this is the end of it. We...
View ArticlesetCanDragSelectText not works in IE11
I am using smartgwtpro 4.1.b20150227 I have called these two methods for a listgrid, however, select & copy works in Chrome, but not works in IE11 setCanSelectText(true);...
View ArticlegetPrintHTML-Call thrown JS-Exception
Hello, i'm working with smartgwt 4.1 power edition (2015-04-09). I'm trying to export a listgrid to pdf. However, when i execute this code : Code: ListGrid grid = (ListGrid)...
View ArticleValidation error message is not displaying if user enter wrong date.
Hi, We are using Smart Gwt-4.1p (23rd May 2014) Browser: IE10, 11, Google Chrome:37.0.2062.124 m Please find the attached code for your reference. Issue : If user enter the the invalid date (invalid...
View ArticlePagination support for LiveGrid
Hi, I am using SmartGWT 5.0. I am looking for in built pagination support for List Grid. Please let me know if I can use any. When I searched forums for pagination related threads, I got a good UI...
View ArticleAdd permanent request property
I have an application that is used to manage data for multiple sites. The application's outmost widget is a TabSet with tabs for each site. The user is only administrating one site at a time. Each...
View ArticleHow to use a ListGrid with a DataSource
I managed to create a working ListGrid in the following manner : Code: private ListGrid listGrid = new ListGrid(); listGrid.setShowAllRecords(true); ListGridField employeeNameField = new...
View ArticleColumn data go missing when drawAllMaxCells = 0.
Be sure your post includes: 1. v9.1p_2015-02-05/Pro Deployment (built 2015-02-05) 2. chrome Version 41.0.2272.118 m firefox 36.0.4 3. The problem occurs when grid data is refreshed or scroll bars are...
View ArticleSmart Client Getting Started/Calendar Component
I am new to Smart Client and just downloaded it. I need to utilize calendar component. Could someone guide how I get started on it? I have following - Server Setup - Apache/My SQL/PHP Reading through...
View ArticleSmart GWT V4.0, IE11
In our application we are using grid to display application data. some time when we scroll through the grid area(Up down,left Right) some horizontal/vertical lines are showing at grid area.With further...
View ArticleCustom validator added for DataSourceLinkField is not working
Hi, I have added custom regular expression validator for link field to validate URL. It is not validating the field on call of FilterBuilder.validate(). Code snippet: -------------- DataSourceField...
View Article