ListGrid - mark as edited
SmartGWT 4.1p Is there a way to programmatically mark a ListGrid as edited after calling setData()?
View ArticleCriteria - HashSet
My entity contains field that is a HashSet of enums. I would like to perform a fetch with Criteria specifying a String[] of enums that I am interested in. I've used OperatorId.IN_SET before on primtive...
View ArticleShowFields in ListGrid with more 4 columns messes up column headings
This might be more of a bug report. Create a list grid with more than 5 columns(we used 13). Have buttons for hide and show 5 of those columns using showFields/hideFields. it seems to do it on passing...
View ArticleIButton.setTitleStyle
I am trying to customize the Title style for an IButton, but I don't see my style being applied. I expected the CSS style name "stretchTitle" to be applied to the button title text in the example below...
View ArticleSmartClient Runtime includes java runtime
The smartclientRuntime/WEB-INF/lib directory of the current SmartClient download contains rt.jar and tools.jar (java runtime). Is this really required? In the Reference you write that this folder...
View ArticlePrompt displayed outside of a FormItem
I found a bug in the DynamicForm related to field prompts. Usually the prompts only appear, when the user hovers with the mouse directly over a field. But when the colWidths are defined, the prompt...
View ArticleCheckbox tree problem
Hello, as mentioned, trying to upgrade from SmartGWT 4.1d PRO to 4.1p PRO. The porblem occurred by a checkboxtree, which has a tree with closed folders. In the version 4.1d i could normally select...
View Articlecriteria DSRequestModifier with update operation
SmartClient Version: v9.1p_2014-04-03/PowerEdition Deployment (built 2014-04-03) if I add a criteria to an update or remove operationBinding, like this: Code: <operationBinding...
View ArticleHow to get the selected lane from BackgroundClickHandler?
We are trying to use the Calendar component with showDayLanes set to true. The calendar events from our datasource are displayed as expected, but we are having problems when adding events. For other...
View ArticleGet a db connection server-side
Hi ! I would like to do something which sounds pretty common but I could not find a straight way to do it : In a java class server-side, I would like to get one of the connections configured in the...
View Articlelist of columns in the header context menu
Hello, is there a possibiltiy to sort the column list in the header contect menu. Now the list have an random order. Please see attched screenshot. Regards Peter Attached Images...
View ArticleProblem with saveOnEnter and submit() in SC 9.1
We currently have detected an issue with saveOnEnter and the submit method in the DynamicForm. We want that the user can press enter in any FormItem and the DynamicForm should then be submitted. This...
View ArticleListGrid ComboBoxItem filter bug
Hello, I have found another bug ralated to the ComboBoxItem, when selecting a filter option that have an icon and after returning to the default option, that does not have an icon, the last selected...
View ArticleSpecifing DateUtil.setShortDatetimeDisplayFormatter breaks ListGrid filter
SGWT: 4.1p.0.0 SC: v9.1p_2014-04-15 FF: 26 When a DateUtil.setShortDatetimeDisplayFormatter is specified the data submitted for the ListGrid criteria only contains the date not the time. To reproduce:...
View ArticleTableView setNavIcon ignored
with the latest build of smartgwt-mobile I try to set a custom icon with TableView.setNavIcon() (NavigationMode.NAVICON_ONLY) or TableView.setWholeRecordNavIcon (NavigationMode.WHOLE_RECORD) when...
View ArticleImage reloads in Tree using Chrome
Hi there, we are currently using SmartClient_v91p_2014-05-07_Pro and found a bug in TreeGrids which only affects Chrome (tested with Version 34.0.1847.131 m) Code: isc.TreeGrid.create({...
View ArticleSelecitem dropdown with horizontal scroll in center
1.smartgwt 3.0 2.firefox and version-26 3.I am using selectitem dropdown for showing some option with long values.when i clicked the selectitem it list out all the values with horizontal scroll...
View ArticleIssue with the ListGrid when Resizing the column
1.smartgwt 3.0 2.firefox and version-26 3.Browser is getting hang when column in listgrid is resizing.Can any one have idea on this?
View ArticlePossible bug in SQL datasource where PK field name != table field name
I have a datasource where the name of the primary key field in the datasource differs from the actual name of the field in the database: Code: <field name="beneficiary_approval_id" detail="true"...
View ArticleSmartGWT SQL generation for Oracle enhancement suggestion: Parameter binding
Hi Isomorphic, I'm using current SmartGWT 4.1p and have a SQLDataSource-subclass, that adds a tenant_id (and sometimes a user_id) whereClause to every request. This means that even the simplest display...
View Article