Migration to 4.1p
Hello, apologies for the "high-levelness" of this question. My company is migrating to IE11 and we have a number of Smart GWT applications which at the moment are not working with IE11/Edge mode. We...
View ArticleGrouping and pagination in grids
Hi, SmartGwt Power build 2040803 As far as I understand, grouping in ListGrids require the client to retrieve all data from the server. This is fine. However, when testing this, it appears as if the...
View ArticleKeep showing warning message with no file found
Hi, I don't know why it keeps to show warning in the console.. Is there any setting for the value of [ISOMORPHIC]? 8月 18, 2014 11:16:07 下午...
View ArticleUnneeded(?) tableCode and columnCode in DSLoader Servlet's response
Hi Isomorphic, please see this thread. Below is a response of my DSLoader Servlet (copied from the other thread): Code: isc.DataSource.create({ allowAdvancedCriteria:true, operationBindings:[...
View ArticleSmart GWT 4.1 supported Browsers Version
Hi, We are in the process of updating Smart GWT from 3.0 to 4.1 and we need to know what are the version of each Browsers that Smart GWT 4.1 supports. What is the recent FireFox version that SmartGWT...
View ArticleEmail functionality using smart gwt ?
Hello, Just want to know about com.smartgwt.client.docs.serverds.Mail class. How to use it efficiently? Any demo code for this class ?
View ArticleIssue with ListGridFieldType.TIME and EditCompletionEvent
We have recently upgraded from Smart GWT 4.0 to 4.1 and now face an issue with editable ListGrids: If there are ListGridFields with ListGridFieldType.TIME, the EditCompletionEvent that can be retrieved...
View ArticleHide Quick Filter When ListGrid Column is Hidden
I know in SC 9.1 there is a change in default behavior that quick filter is now kept when the corresponding column becomes hidden and is kept intact when later the column is brought back. However this...
View ArticleCanvas overflow-x but not overflow-y
On a Canvas with some custom html I set useTouchScrolling: false overflow: 'auto' Is there any way to only enforce overflow-x but not overflow-y?
View ArticleCase Insensitive Accent
Hi, I'm beginner using SmartGWT with Hibernate and PostgreSQL. My problem is the following: I want to search the words on database with Accent Insensitive (and ç/c too). However, I can't able. " public...
View ArticleAndroid Browser native html checkbox bug in v10.0d
There is something in core of version 10.0d that makes regular html checkbox to uncheck itself on check on Android Browser Every other browser on Android does not do that - just the native browser...
View ArticleselectItem.fetchData callback fires twice
Here is the code for a button that opens a window to make a new instance. It sets up a pickList criteria for a selectItem on the form and does a fetchData on the item. The callback fires, shows the...
View ArticleExport Multiple Listgrid datasource into a xls file
Hi all, I wondering how the exportAs .XLS functionality is working in smartgwt for listgrid datasource. Currently scenario exporting .xls file for single listgird datasource working fine. But need to...
View ArticleWrong representation of checkbox on Filtereditor
I get an wrong representation of checkbox on filtereditor in listgrid with respect to alignment. My listgrid is set to ds.xml. In ds.xml i set alignment of boolean field to center. If the boolean field...
View ArticleHide modal mask when combobox's picklist is open
Hello, When the picklist of a combobox is opened an invisible mask is spanning the screen and the events of the widgets of the rest of the window aren't call anymore. Let's say that I have a button,...
View ArticleIE8 runtime problem with BatchUploader
When I try to commit an uploaded large CSV file (about 1500 rows) the Internet Explorer 8 stops with Message "Stop running this script? A script on this page is causing Internet Explorer to run slowly....
View ArticleDifferent behaviours of valuesHaveChanged
I have 2 different behaviours for the dynamicForm.valuesHaveChanged. My testcase: Code: public void onModuleLoad() { final DynamicForm df = new DynamicForm(); final...
View ArticleOpera bug with custom content
There seems to be a bug in both 9.1 and 10.0d in Opera browser only where replacing original contents of a Canvas with new contents and then moving your mouse resets it to original contents Tested with...
View ArticleIntegration 3rd party javascript applet: right-click menu does not appear
Hello, I am trying to integrate 3rd party javascript applet JSmol (visualizer of chemical molecules: http://wiki.jmol.org/index.php/Jmol_JavaScript_Object) to my SmartGWT application. I wrapped it into...
View ArticlePlacing two selectitems in ListgridField
Looking for creating two select-items in list grid field that means in cell itself. If anyone come across this stuff...suggest the way to get it..
View Article