How to validate a primaryKey on the client
I've got a setup wherein I store files in a database, and I can interact with these in my DataSource, fileDS. Users are allowed to delete files from this database. I'm having a problem if a user...
View ArticleRare stacktrace after update to 4.1
Hi there, I've just updated to latest SmartGWT LGPL => SmartClient Version: v9.1p_2014-07-15/LGPL Development Only (built 2014-07-15). I'm using Firefox 26 on Windows 7 x64 with latest updates. On...
View ArticleInserting two records at once results in two queries
Dear SmartGWT, I run this (quite old I know) version of SGWT Power v8.3p_2013-01-09/PowerEdition Deployment 2013-01-09 I use this in combination with MySQL. If i want to insert a List of Maps, in this...
View ArticlePagination with hidden records
I'm using several ListGrids with pagination turned on, and regular filters and sorts work fine. The problem is that I need to do further checks on the server to determine whether the current user is...
View Article"titleStyle" attribute works properly only for tabs with an icon
Calling Tab.setTitleStyle() should set a separate CSS style for the title text of a tab. I've noticed that it works only for tabs having an icon: i.e. if you create a tab specifying a title and an...
View ArticleTabSet: how to configure tabBarControls position/alignment?
Is there any way to configure the position of custom controls within a tabset? The custom controls showcase example shows how to configure custom controls to be shown AFTER the tabs. But what if I...
View ArticleListGrid.setShowFilterEditor(true) breaks app in Safari
Safari 5.1.7 SGWT 4.0p Code: public void onModuleLoad() { new VLayout(4){{ final ListGrid grid = new ListGrid() {{ setDataSource(new DataSource(){{...
View ArticleForce integral stepping on charts
While using the charting widgets, I wonder if there is a way to force the integral stepping on Y axis. When the data value is small, I see float points starting to show up on the axis and our customer...
View ArticleListGrid duplicates existing records when adding a new Record - SmartGWT 4.1p...
I'm using smartgwt power edition and have encountered a situation where a ListGrid will duplicate the existing records in the ListGrid when adding a new record. This issue does not happen in version...
View ArticleHow to have vertical scroll bar to cover the bottom padding area of a ListGrid
I'm trying to keep some padding on the bottom of a ListGrid. setPadding(10); setPaddingAsLayoutMargin(false); When the vertical scroll bar shows, I don't see any padding on the bottom. Is this a bug?...
View ArticleIs it possible to select/highlight a region in the chart
I am trying to select a specific region in charts displayed. I need a way to highlight a region in the chart, say from coordinates (x1,y) to (x2,y) so that i can get a more detailed chart in another...
View ArticleComboBox item not filtering data
Hello there, I have problem filtering the CB based on the selection of another CB. What am I doing wrong/missing.Please help. I am using this version SmartClient Version: v8.3p_2014-04-23/PowerEdition...
View ArticleCombobox Item in grid displays ID instead of display value at times.
I have a ListGrid used Inside a dynamicForm , For Grid one of the ListGridField is a comboboxitem using editor as a form item for a customized picklist . In some cases , as soon as the form get...
View ArticleLayout growing with item(s) snapped to right edge
Hello, I am trying to get a layout to work as follows and am having trouble figuring it out. I would like to have an HLayout with two sections, and a resize bar that hides the left section and allows...
View ArticleListGrid not updating its XML Datasource
Hello, I have a ListGrid populated through a client-only DS. Data loads fine, updates made through the ListGrid are displayed, but the values are not updated in the XML data file linked to the DS. I...
View ArticleDynamicForm.saveData throws exception for CustomItem
FF: 26 SGWT: 4.0p 07/12/2014 06:34 OS: Win7 Code: class CustomItem extends CanvasItem{ private IntegerItem intField; private DynamicForm form; public CustomItem(String name,...
View ArticleHow to sort by checkboxes in a List Grid?
I am using Smart Client. I have a list grid with selection appearance as Checkbox. I was wondering if there is a way to sort the list grid records by checkboxes i.e stack all the checked records on the...
View ArticleCombobox creating iFrame on Chrome
1. v9.1p_2014-07-13/Pro Deployment (built 2014-07-13) 2. Chrome - 35.0.1916.153 m Problem Statement: The code in example http://smartclient.com/#comboListComboBox has a dynamic form with combobox as...
View Article