overwrite "changed" on the items of a customized form
we want to overwrite the method : setItems for intercepting the changed event of assigned form items by coding it in this way : setItems : function (itemList, firstInit) {...
View ArticleDataSource Operations are Serializing with Extra Attributes
Using SmartClient Version: v9.0p_2013-07-10/Enterprise Deployment (built 2013-07-10) with IE9. Extra attributes are being serizlied to backend data source operations. I'm seeing the following custom...
View ArticleRegression: ListGrid ResultSet DataChangedHandler is never called
Hello, It appears that a regression was introduced in 4.0p related to adding a DataChangedHandler to the ListGrid's ResultSet. Showcase example Grids->Appearance->Custom Layout located here...
View ArticlestartEditingNew in combination with required => rows are added behind the screen
Smart client version: v8.3p_2013-05-28 (2013-05-28) Browser: Google Chrome 27.0.1453.94 m when calling the startEditingNew method on listgrid where the datasource contains a field that is required,...
View ArticleMulti-to-multi relation with auto refreshable views
Hi, I have a data model like here: Contact: contact_id(pk), contact_name ( many instances ) Role: role_id(pk), role_name ( few instances ~ 10) ContactRole: contact_role_id(pk), contact_id(fk),...
View ArticleUsing Hilites Can Cause JavaScript Errors
Using SmartClient Version: v9.0p_2013-07-10/Enterprise Deployment (built 2013-07-10) with IE9. Seems to happen when you use a hilite with criteria, and the attribute referenced in the criteria does not...
View ArticleUpgrade from 2.5 to 4.0
Be sure your post includes: 2. browser(s) and version(s) involved: Firefox 22, on OpenSuse 12.3 I have a LoginWidget which uses 2 textitems, 2 linkitems, and 2 buttons. This was working with SmartGWT...
View ArticleListGrid: problem adding embedded component
Using SmartClient Version: v9.0p_2013-07-10/Enterprise Deployment (built 2013-07-10) with IE9. Added new records with embedded components to a List Grid causes existing embedded components to disappear...
View Articleperiodic refresh of comboBox item's optionsDataSource
SmartClient : Smartclient v8.2p_2012-06-07 - Power Edition Browser : IE 9 Hi, we have a comboBox item with the addUnkownValues set to true and whenever a new item is entered we persist it to the...
View ArticleTrouble with ComboBoxItem
I need textbox with autocomplete and find on this forum that ComboBoxItem is suitable for this task. But I can't solve one issue with this widget. When pickerList is shown always first element is...
View Article4.0p upgrade problems with addWindowClosingHandler
I was using smartgwt3.1p and upgrading to 4.0p (10.07.13) I have problems with addWindowClosingHandler(): (adapted from http://www.smartclient.com/smartgwtee/showcase/#excel_export) Code: package...
View ArticleLines displaying in SelectItem
I'm seeing the same problem described here: http://forums.smartclient.com/showthread.php?t=26195 That post was for SmartClient; I'm seeing the issue using SmartGWT. Specifically, I see the issue using...
View Articleangular.js
Hello, I wanted to try out angular javascript. I thought I would create an HTMLPane and set it to some html I created a folder with the javascript and the html page and pane. I am able to see the html,...
View ArticleEnter key in Textfield in a Dynamicform causes form submission
1. SmartGWT 3.1 2. Firefox, Chrome and IE I have auto generated dynamicform with various controls including TextItem widgets. If I provide setID on the form and if the user hits Enter key in "some" of...
View ArticleFilterBuilder values are not visible in the SelectItem if the value is long
I will use the code from the SmartGWT Showcase. The example is "Server Advanced Filter". Here's the code (package com.smartgwt.sample.showcase.client.dataintegratio...
View ArticleCheck File Size
Smart Client v8.3 I'm building an upload functionality on one of my forms. I wanted to check the file size before uploading the file to my servers. I have found some ways to do it using the traditional...
View Articlestyling listgrid when filtereditor is active
Smart client version: v8.3p_2013-05-28 (2013-05-28) Browser: Google Chrome 27.0.1453.94 m What style do i have to set to prevent the "thick" line on top & bottom of the listgrid when setting the...
View Article4.0 upgrade issue - ComboBoxItem picklist properties
After upgrading to SmartGWT 4 (from 3.1), I have some ComboBoxItems which have stopped working correctly. I am using setPickListProperties() to pass a ListGrid to a ComboBoxItem. Most properties I set...
View ArticleCreate Tabs on Left and Right side of Layout.
Folks, I have 2 TabSets each having a single tab I need to display Tabset1 on the Left Side of the Layout and Tabset2 on the Right side of the layout. Eg: Tab1 [Space towards right] Tab2 But when I run...
View ArticleRegression - edit hilites save button not working/cannot remove hilite
SmartClient_90_PowerEdition All browsers The save button on the hilite editor is not working after saving a hilite and then trying to remove it. Repro steps: 1. Load test case 2. Enter the following...
View Article