addEmbeddedComponent in ListGrid is slow or blinks
I'm trying to put a DynamicForm into the group row of a ListGrid. I'm testing with Smartclient "v9.1p_2015-02-07/Pro Development Only". Starting from one of the Featured Examples, here's my code: Code:...
View ArticleChanges between Nightly builds
Hi, I would like to know the bug fixes / changes between the nightly builds. (For example: Changes between 2015-02-05 & 2015-02-07 of smartgwtpro-4.1p builds). Is there any document to identify the...
View ArticleHow to set timeout for filterOnKeypress
Hi, We have a ListGrid with Filter-Row and we read the data with a RestDataSource. How can I increase the timeout for start-filtering for filterOnKeypress? We use: Code:...
View ArticleIn treegrid Showing Dotted Lines While Scrolling Items
Hi, We are using Smart Gwt-4.1p (23rd May 2014) Browser: IE10, 11, Google Chrome:37.0.2062.124 m In tree grid, showing dotted line while scrolling if item length is bigger and expand the tree item. I...
View ArticleHow to Access Callback of Form ImplicitSave?
I have a DynamicForm with a single FormItem, a FileItem. I get my desired appearance and behavior (picked file is immediately uploaded on selection) with this code: Code: DynamicForm dynamicForm = new...
View ArticleListGrid Umlaut Codepage Encoding issues only in exportClientData
Hi Isomorphic, I'm on a recent 4.1p (v9.1p_2015-02-07) and have the following issue on ListGrid.exportClientData(): All exports have broken umlauts (äöüß) and Euro-signs (see screenshot). I'm using...
View ArticleCSV export and quoting of values
SmartClient Version: v10.0p_2015-02-11/EVAL Deployment (expires 2015.04.12_08.43.44) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY) Hello, for the CSV export, is it possible to change the...
View ArticleListGrid.groupBy behaves differently if group value is null (bug?)
I've done by best to isolate this test case in "v9.1p_2015-02-07/Pro Deployment", Chrome 40.0.2214.111 (64-bit). Here's the procedure: 1) Click "Add Geometry". You'll see that a new row appears in the...
View ArticleListGrid focusInFilterEditor
Version v10.0p_2015-01-03 (2015-01-03) Chome 4.0 on Windows 8.1 Code: return isc.Window.create({ ID: "productDialog", title: "Search", autoSize: true,...
View ArticleRPCManager.setHandleErrorCallback not fire.
Hi I want to call handleError method when an error occurs in server. To achieve this I write a method in a static class as suggested by Isomotphic. public static void handelError() {...
View ArticleHow to get list grid width that also include horizontal scrolling space
Hi there, I am currently using smartGWT 2.5 and have an issue to get the list grid width when the horizontal bar appeared. Here is my usage: I have a VLayout that host a ListGrid with Overflow set to...
View ArticleViewstate as valid json
Hi, we currently working with viewState and are wondering, why the output of the viewstate is non valid json. The RFC about json or a newer version from march 2014 also defines that the keys should be...
View ArticleIssue with Labels and ARIA states (screenreader accessibility)
Hi, our application is required to be accessible for screenreaders (JAWS). We are currently facing an issue when defining ARIA labels on SmartGWT Label objects. We would like to define different ARIA...
View ArticleUnexpected filter behaviour in ListGrid
Hi, I'm having an unexpected behaviour in a ListGrid filter with "allowFilterExpressions: true". The same error can be reproduced in SmartClient hands-on demo. In order to reproduce it, you have to...
View Articlebug: editRequiresAuthentication. field is not marked canEdit: false
datasource field: Code: <field name="ref_task" type="text" length="255" title="referenza" editRequiresAuthentication="true"...
View Articlebug: parseEditorValue is not called as expected
The bug is reproducible on older SC 9 and also on latest SmartClient 10.0p 2015-02-11 on all browsers. Reproduced on MS IE 11, FF 31.4.0 ESR, Google Chrome Here is the sample code Code:...
View ArticleRead-only validator applied in grid's filter editor
In the following example I am using ValidatorType.READONLY with validateOnChange feature (real application case uses applyWhen criteria also). When user enters grid edit mode then "code" field is...
View ArticleProblem with Timeline using DateField type
SmartClient Version: v10.0p_2015-02-09/Pro Deployment (built 2015-02-09) I have some problems with a Timeline that uses DataSourceDateField for startDate and endDate instead of DataSourceDateTimeField...
View ArticleListGrid startEditingNew() carrying over error icons from previous row
SmartClient Version: v8.3p_2013-11-10/Pro Deployment (built 2013-11-10) Hi, I'm having trouble when adding a new row to a ListGrid using startEditingNew() where one of the fields is flagged for server...
View ArticleCan I order the items in a multi-select SelectItem
I know how to use a SelectItem. I also know how to make it support multi-select I know in TileGrid I can use setCanOrderTiles() to let the end users order the tile in the TileGrid. Now I have this...
View Article