ListGrid.setEditorValueMap() is disappear immediately
I'm working on ListGrid edited fields to add comboxItem. During runtime i want to update comboxItem, so i used ListGrid.setEditorValueMap() to updated the comboboxItem. While click on ComboBoxItem the...
View ArticleMenu scrollbars clickable when browser window shrunk
Be sure your post includes: 1. v9.1p_2014-08-08/Pro Deployment (built 2014-08-08) 2. Chrome latest 3. The following link will take you to the toolstrip example...
View ArticleOdd behavior from the selectItems
Im using GWT 2.6.1 and SmartGWT 4.1p 20140901 and viewing the app with IE 8. I am getting some odd behavior from my application when I access a SelectItem. The SelectItem is in a DynamicForm which is...
View ArticleBug in TreeGrid with frozen column and arrowKeyAction: "focus"
There is a bug in TreeGrid with frozen column when I set arrowKeyAction: "focus" where the locked column is not being selected during keyboard arrow navigation. You can replicate on your demo here...
View ArticleTreeGrid does not show ellipsis on first column when autoFitFieldWidths: true
When TreeGrid has autoFitFieldWidths: true, the tree column does not show ellipsis after resizing it to make it smaller This can be replicated in your demo here...
View ArticleIE quirks
Based on past posts (some mine), I updated my SmartGWT libraries to version v8.3p_2014-08-21/PowerEdition Deployment (Full details at bottom.) This solved many IE rendering issues. However, there are a...
View ArticleTextAreaItem uses browser's scroll bar instead of Isomorphic's
1. SmartClient Version: v9.1p_2014-08-08/Pro Deployment (built 2014-08-08) 2. Browsers (haven't checked all browsers, but undesired behaviour should affect them too): Google Chrome version...
View ArticleListgrid filter problem
Hi, I am using ListGrid and RESTDATASOURCE SmartClient Version: v9.1p_2014-08-20/Pro Deployment (built 2014-08-20) I've discovered that ListGrid initalcriteria is setting both actual criteria shown and...
View ArticlelastTarget on SectionHeader_click
Hi, v9.1p_2014-07-12/Pro Deployment (built 2014-07-12) on IE9 I've got a scenario where I have a SectionHeader with a button as control on it. When the button is clicked, a new row is added with...
View ArticleDynamically generating composite key for tree grid
BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 Team, http://www.smartclient.com/smartgwt/showcase/#tree_appearance_multicolumns As in this example can i generate a...
View ArticleDsResponse "relatedUpdates"
Hi, -I using SmartClient Version: v10.1d_2014-08-13/EVAL Deployment (expires 2014.10.12_06.45.02) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY) -I have encountered problem with response of...
View ArticleUpgrading from SmartGWT 4.1p to 5.0p Drag & Drop problem
Hi, When a ListGrid is grouped on a field, Drag and Drop does not work. Example on #effects_dd_tiles_move when the column "Endangered status" is Group by, Drag does not work Thanks...
View ArticleSmartGwt static content browser cache issue
Hi, Code: <gwtVersion>2.3.0</gwtVersion> <smartGwtVersion>3.0</smartGwtVersion> Tomcat Server 7.0 Browsers: IE, Chrome, Firefox (not tested in others) GWT.XML: Code: <?xml...
View ArticleFetching two different selectItems
I have two different selectItems which fetch data from the same datasource, but something is not working: Code: public void onModuleLoad() { DynamicForm df1 = new DynamicForm();...
View ArticleImplement Audit Trail Log in smartGWT application
Isomorphic SmartClient/SmartGWT Framework (v9.1p_2014-06-14/PowerEdition Deployment) What is the best way to implement an Audit Trail Log of all requests in smartGWT application? I tried to implement...
View ArticleClient side filtering accent insensitive
Hi, Is there a way to get client side filtering of text fields to be 'accent' insensitive? For example, I have two rows with the following text values: 1) "suposición" 2) "suposicion" Note the 'ó' and...
View ArticleReg: ListGrid filtering for TextItem fields
Hi, In ListGrid When I am using formatCellValue for any field and then If I wanted to do the filtering for the same field then I couldn't do it because grid will display the formatted values but the...
View ArticleReg: Saving many records in ListGrid
Hi, When I am creating many record in ListGrid using startEditNew(), I am getting a timeout exception. and for my listgrid has autoSaveEdits:true. So, It is trying to save the record once it is started...
View ArticleBadly formatted error message in MiniDateRangeItem widget
I am using: * SmartGWT Version: v3.1p_2014-09-16/Professional Edition Deployment (built 2014-09-16) * Chrome If we enter a "To" date that is before the "From" date we get the following message:...
View ArticleDrag and Drop handler for listgrid column
Hello, I am using Smart gwt 3.1 and google chrome Version 35.0.1916.153 m . When I drag and component and drop it in list grid heder it is invoking the RecordDropEvent? Could you please tell me how to...
View Article