Custom attributes on datasource fields?
Is it ok to add my own custom attribute in the ds.xml for a datasource field to be referenced in the client? For example: Code: <field name="xxx" type="text" foo="bar"> and then reference the...
View ArticleSupport for Microsoft IE 10 and 11
I'm using SmartGWT powerEdition (full details at bottom.) I've discovered that IE 11 has very strange formatting problems that I believe others have complained and that SmartGWT is aware of....
View ArticleGetting ListGrid to Allow Divs to Overflow It
Subject line says it all. I need this capability because I have some UI elements that are styled div tags to co-exist with the ListGrid. I experimented with various styling options but to no avail. Any...
View ArticleSimpleType - editFormatter
Version : SmartClient_v91p_2014-07-18_Pro We have created our own simpleType and added it some formattign rules by extending editFormatter, shortDisplayFormatter and normalDisplayFormatter (cf....
View ArticleSmartGWT Pro UUID Primary Key Issues [with PostgreSQL database]
Firstly thanks for creating such a nice library - I am really enjoying working with it. I have attached the files I had to change from the 'built-in-ds' sample - to demonstrate the problem. I have also...
View ArticleProblem with LinkItem (does not work as expected, no textbox when enabled)
Hi Isomorphic, please see this modified BuiltInDS.java: Code: package com.smartgwt.sample.client; import com.google.gwt.core.client.EntryPoint; import com.smartgwt.client.core.KeyIdentifier; import...
View ArticleListGrid Validation issues
Could anyone please help to explain to me why the following occurs :- I have a listgrid , when editing I enter a field value and press tab and the field is validated ( gives and error and shows...
View ArticleKeyIdentifier class seesm to be missing support for Mac/Safari
SmartClient Version: v9.1p_2014-06-30/LGPL Development Only (built 2014-06-30) I am trying to do something similar to the following: Code: KeyIdentifier delKey = new KeyIdentifier();...
View ArticleVisual Builder not available in Evaluation version?
I just downloaded the evaluation version SmartClient_v91p_2014-07-24_Evaluation and thought it would include Visual Builder in the SDK, but it's grey out. Maybe I was wrong about that.
View ArticleHow do you apply alternating styles to groups of records?
v9.0p_2014-07-12/PowerEdition I am trying to override the styling used for grouped records. I have disabled the alternate record styles. My ListGrid will always be grouped, and I want each group of...
View ArticleJavaSrciptException with newer Versions of SmartGwt
SmartClient Version: v9.1p_2014-07-23/LGPL Development Only (built 2014-07-23) Browsers: Firefox 26, Internet Explorer 8, Google Chrome 36 I've been working on a web-based application for a time now...
View ArticleResolving percent width as 0px in canvas
Hi there, the issue described here happens in the first release of SmartGWT 4.1 and latest patched versions. Tested today with SmartClient Version: v9.1p_2014-07-24/LGPL Development Only (built...
View ArticleBug in EE Showcase sample sql_dynamic_reporting
Hi Isomorphic, while trying to avoid creating a testcase, I found some bugs in the sql_dynamic_reporting-sample. Please try the following: Filter for Quantity=19 (no results) Filter for Quantity=1 (1...
View ArticleSome German translations
Hi Isomorphic, please accept my translations (EN->DE) for: multiGroupDialog_title: http://www.getlocalization.com/isomo.../4520/#2269265 listGrid_configureSortText:...
View ArticleBug: Configure Sort Dialog has fieldname instead of title on start
Hi Isomorphic, please see this code (BuiltInDS-based, v9.1p_2014-07-24, FF26 Dev mode) and the screenshot. The dialog should display "Our Title" instead of "status". BuiltInDS.java Code: package...
View ArticleBug: Current sorting not watched in DSRequest for invalidateCache in grouped...
Hi Isomorphic, please see this code (BuiltInDS-based, v9.1p_2014-07-24, FF26 Dev mode). BuiltInDS.java Code: package com.smartgwt.sample.client; import com.google.gwt.core.client.EntryPoint; import...
View ArticlesetTabIndex on FormItem
Hi, We are using a) SmartClient Version: v9.1p_2014-05-15/Pro Deployment (built 2014-05-15) b) Testing using IE 11.0.9600.17126 In our application, we disallow a user from tabbing into a non-editable...
View ArticleEnhancement: ListGrid case sensitivity / Information about DB case sensitivity
Hi Isomorphic, it seems that ListGrid's text columns are case insensitive when sorting. From my test, this is true for the sample's HSQLDB as well, at least it seems to be configured this way. I found...
View ArticleBug: Grouped ListGrid does not sort the groups ASC/DESC under certain...
Hi Isomorphic, please see this code (BuiltInDS-based, v9.1p_2014-07-24, FF26 Dev mode (I have a similiar setup in my application, there it is the same way in compiled mode in FF26 and Chrome 36))....
View ArticleIPickTreeItem and setWidth("*")
v9.1p_2014-07-06/Pro Deployment (built 2014-07-06) Is there any way to have the IPickTreeItem fill the space allocated to it's column using setWidth("*")? I seem to be able to setWidth(some_int), but...
View Article