ListGrid selection and rollover controls
Hi, I'm using SmartClient Version: v8.3p_2013-11-08/PowerEdition Deployment (built 2013-11-08) with PostgreSQL 9.2.2, Firefox 26.0, and Tomcat 7.0.33. I have a ListGrid that supports selection and a...
View ArticleJSon Date: millisecond is omitted from Smartclient server serving IE
Our application requires the precision down to millisecond and the server is providing so to the client. I have modified the formatter on the client side to correctly display it from a JS Date value....
View ArticleWhen grouping is enabled ListGrid filtering does not work as expected
SmartGWT LGPL 2013-11-07 Hi guys - I have a list grid backed by a data source. Given that setReselectOnUpdate is true, with no grouping enabled, filtering works great. I can select an item in the grid,...
View ArticleHowTo: SelectItem, multiple:true, allowEmptyValue: true
Have a js DataSource defined as follows: Code: isc.DataSource.create({ ID: "testTreeDS", dataFormat: "json", clientOnly: true, dataURL:...
View ArticleSetDisplayField of PickTreeItem does not work
Hello, I am using SNAPSHOT_v9.1d_2014-01-16/Pro Deployment 2014-01-16. I built up a Tree (TreeModelType Parent) of buildings and rooms which is not databound. Therefore, nodes on either the...
View ArticleIs GWT 2.6.0 supported with SmartGWT 4.1d?
Can we use the new GWT 2.6.0 with SmartGWT 4.1d? Or should we stick to GWT 2.5.1 for now? Thanks, Vittorio
View ArticleProblem with BuiltInDS-sample and DevMode
Hi Isomorphic, I just wanted to use BuiltInDS to create a testcase, but can't get it running anymore. Most likely this is not related to SmartGWT, but perhaps you can help anyway. I tested with the...
View Articlestartup javascript exception with GWTP
After migrating from smartgwtpro.jar in the smartgwtpro-4.0p 2014-01-22 nightly build to smartgwtpro.jar in the 2014-02-02 nightly build, a javascript exception occurs soon after startup, with...
View ArticleListGrid link field NOT visisble - white
Hi I'm using SmartClient Power edition version 9. I have a ListGrid with an email column. I did the following to enable the email as a link on the column: { name: email, title: Email, type: "link",...
View Articlehow can I have a DynamicForm that is automatically saved
Hello, how can I have a form that is automatically saved ? or what is the equivalent of autosaveEdits for forms ? thank you in advance.
View ArticleHow to resize the button width in the DateTime picker window.
Hi , I am facing an issue with "DateTime picker" control, Actually i want to change the button names on the "Date time picker" window. When i give little longer string(Ex: SGWT-Button-12), the string...
View ArticleCalendar with setScrollToWorkday calculate wrong cellHeight
Hello, I have initialize a calendar with setScrollToWorkday(true). The cellHeight have to be calculate, so that the defined workday arear is shown in the calendar. This calculation is wrong. The...
View ArticleDisplayfield of listgridfield with optiondatasource not displayed setViewState
Version: SmartGWT 3.1p nightly January. When setting viewstate before displaying listgrid, valuemaps of fields with optiondatasource are not fetched automaticly. This is because in ListGrid.js there is...
View ArticleDateTimeItem have wrong type "date"
Hello, we use SmartGWTPro 4.1 from yesterday. In this version, the DateTimeItem have the wrong type "date". The problem may be in DateItem.java: Code: public DateTimeItem(String name) {...
View ArticlePie chart slices
Note this thread is related to http://forums.smartclient.com/showth...600#post113600. We have an issue where pie charts become cluttered when there are several small slices (value of 1). The following...
View ArticleJavaDoc information for docs.ListGridViewState and disregarding...
Hi Isomorphic, according to http://www.smartclient.com/smartgwte...hangedEvent%29 the docs for client.docs.ListGridViewState should include a link to ListGridGroupState and ListGridSelectedState. Is...
View ArticleDocs for ListGrid.saveEdits missing?
Hi Isomorphic, just to let you know: The docs for ListGrid (http://www.smartclient.com/smartgwte.../ListGrid.html) mention calls to ListGrid.saveEdits or just saveEdits() very often, although it is not...
View ArticlePotential defect in creating ListGridField
SmartClient Version: SNAPSHOT_v9.1d_2013-12-17/PowerEdition Deployment (built 2013-12-17) IE-8 Code: new ListGridField("class","Class",50); Code: new ListGridField("class33","Class",50); Code: new...
View ArticleJavaScriptException (TypeError) in Canvas::addChild
Hello, I upgraded to SNAPSHOT_v9.1d_2014-02-04/Pro Deployment 2014-02-04. Now I am getting an exception: Code: Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError)...
View ArticleValuesManager validate
The arguments validateHiddenFields, ignoreDSFields of the valuesmanager validate method are not delegated to the member forms validate method. @See: ValidateManager.js@753 Code: var...
View Article