Finished app not working on IE9 or 10
Versions (Power Edition): Code: <smartgwt.version>5.1-d20140907-SNAPSHOT</smartgwt.version> <gwt.version>2.6.1</gwt.version>...
View ArticleWhat has happened to the indentation and newlines in load_skin.js and...
Hi, Trying to upgrade from 5.0 from 0517 to 0803. I notice, however, that all newlines and indentations seem to have been removed from the files mentioned above. Is this intentional?? I have a custom...
View Articlemouse hover not work between -90 and 0 degree after setPieStartAngle(-90)
I am using SmartClient Version: v10.0p_2015-05-01/EVAL Deployment (expires 2015.06.30_04.46.48) and FireFox ESR 24.3.0. I want to change the starting position of data label to -90 degree or 270 degree...
View ArticleCompilation error saying ...source level is at least 1.8 in GWT 2.7.0
Hi When I compiled my Project, I encountered a problem saying that "Syntax error, type annotations are available only when source level is at least 1.8" This error is coming for using @Nullable in...
View ArticleAdd record in listGrid using variable
I am adding record in grid using startEditingNew method as below. var COLUMN_NAME = { name : "user_name", lastname : "user_surname", age : "user_age" }; ---------------------------------------...
View ArticleImport from excel?
What is the recommended approach to import data from an excel sheet? Should I use an external library or is there some smartGWT component for this? Using smartgwt 5.0p power.
View ArticleDataSource.audit and update operation which affects no rows
SmartClient Version: v10.0p_2015-08-06/Enterprise Deployment (built 2015-08-06) Hello, I have an update operation with allowMultiUpdate=true, which in some cases affects no rows. The DataSource has the...
View ArticleHow to expand the treegrid after invalidateCache
I have a TreeGrid where I call openAll() in the fetchData's DSCallback to open all the nodes. I call invalidateCache(), which refreshes the tree. However, the tree is now collapsed. How do I expand it...
View ArticleWhen a listgrid field truncates text, use ellipsis?
When a listgrid field truncates the text, how can I show ellipsis at the end of the truncated text?
View ArticleComboBoxItem doesn't allow value selection but retrieves data from the...
Need help with this correct usage of ComboBoxItem with a custom RPC based DataSource. Code: ComboBoxItem itemName = new WNGComboBoxItem(); itemName.setOptionDataSource(extendedGwtRpcDataSource); The...
View ArticleHow to avoid dropdown to show diff colors for odd and even rows?
I'm new in SGWT, I'm trying to convert existing code that works with SmartClient Version: v8.2p_2012-07-26/Enterprise Deployment (built 2012-07-26) to SmartClient Version: v10.0p_2015-06-03/Enterprise...
View ArticleListGrid - Expand components - Set Height and Width dynamically
SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10) Browser Version : IE 11.0.9600.17843 How to set the nested grid height and width (inner grid) based on the no. of...
View ArticlecanExpandRecords and hover bug
SmartClient Version: v10.0p_2015-08-06/Enterprise Development Only (built 2015-08-06) Chrome on OSX please modify the #customExpansionComponent sample like this: Code: isc.ListGrid.create({ ID:...
View ArticleListGrid alignment problem in IE11
We are experiencing a strange problem here. We use ListGrid to display table data. The data rows display fine in Chrome and Firefox. However, in IE11 we see that only when a specific columns data is...
View Articlehow to debug the client before onModuleLoad()?
SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20) GWT 2.6.1 IE-11 I'm having difficulty debugging my app on the client when it goes through it's init process. With FF and...
View ArticleListGrid record move up/down problem
Version: smartgwt-power-5.0-p20150731 On version 4.1, we had ListGrid subclass with move up/down buttons (created by overriding createRecordComponent) to allow users to reorder rows. Our code was for...
View ArticleErrors seen when emulating (phonegap packaged) app on Android
Hi, I see the following error messages in logcat when running an app that I packaged with phonegap. I am trying to run this on an android emulator. I get a blank white screen on the emulator. I was...
View ArticlePossible bug report [Menu with flat DataSource and initialCriteria]
Hi, I'm using "v10.0p_2015-07-06" and have observed that when initialising a Menu with a DataSource and 'initialCriteria' specified it does not work, I've examined the issue and have traced the issue...
View ArticleProblem report - ListGrid with canExpandRecords=true and Simplicity Skin
The problem can be reproduced in the Isomorphic showcase samples. It can only be reproduced if using Simplicity Skin and a ListGrid configured to support expanding rows). The problem does not appear...
View ArticlesetCanEdit timing issue fetchMissingValue
There is a timing issue with setCanEdit when the formItem should fetch missing values. If the formItem requires to fetch the missing display value of a record value, from the optionDataSource. It will...
View Article