SelectItem (addUnknownValues) not working.
I am using SmartClient Power version 9.0. I have a SelectItem and use the following parameters: Code: Â Â Â Â Â Â Â Â Â Â optionCriteria: cvarObjAdvancedCriteria, Â Â Â Â Â Â Â Â Â Â optionDataSource:...
View ArticleHow to send suspended dataSource request in SmartClient 8.0 LGPL version
I am trying to relogin with spring security. i can re - send RPC suspended request but i am not able to resend datasource request after re-login. please help me.
View ArticleSQL Datasource update operation triggers initial fetch
Hi, I'm using smartgwt-power-3.1-p20130712. I have a datasource with - a field of type "creator" - 2 fetch operations (one without operation id, and one with operation id = fetchById) - one update...
View ArticleProblem with dateChoose in v8.3 Pro
Experimented on latest version 8.3 Pro Browsers : Chrome, IE10, Firefox I found some changes for style on date pickers between Isomorphic 8.3 and Isomorphic 8.2. The style name for days that we canÂ’t...
View ArticleHiding DateChooser TimeItem from MiniDateRangeItem
SmartGWT version 4.1d July 01 2013 We experienced an issue with the DateChooser widget recently when we upgraded to SmartGWT 4.1d. We for the first time saw that the DateChooser widget exposed Hour +...
View ArticleSmartClient Version Difference
\"v9.0p_2013-07-15/PowerEdition Deployment\" I updated SmartClient related files to v9.0 but when I run the screen using SmartClient, and checked the source code of that screen, the version it shows is...
View ArticleSmartClient window header label with link source
"v9.0p_2013-07-15/PowerEdition Deployment\" I add the link href to the label shown on the window header, but I found that I was not able to click the link. I wonder if I did in a right way or does...
View ArticleMulti-field Search bug in when used in Listgrid (for ComboBoxItem or SelectItem)
* Multi-field Search does not work in a comboBox inside a ListGrid. * While trying a different approach using SelectItem, the filterEditor doesn't show/display. Code: // Using ComboBoxItem. To filter...
View ArticleSmartGwt 2.5 DataSourceDateTimeField i18n validation error
Hi all, I currently use smartGwt (version 2.5) inside an other framework. When i set the locale to french : <set-property-fallback name="locale" value="fr"/> Date fields are well formated...
View ArticleDMI file download IE error
SmartGWT 3.0 v8.2p_2012-10-11/PowerEdition Deployment (built 2012-10-11) Hello, I am downloading files from the server via DMI and I am stuck on the IE Error attached ("IE cannot download IDACall ...")...
View ArticleSmartGwt 2.5 DataSourceDateTimeField i18n validation error
Hi all, I currently use smartGwt (version 2.5) inside an other framework. When i set the locale to french : <set-property-fallback name="locale" value="fr"/> Date fields are well formated...
View ArticleListGridRecord setAttribute with List
Hi, I was using SmartGwt 3.1 up to about two weeks ago, and I have a code generator that creates ListGridRecord objects from many types of DTOs in my application. Some of these DTOs contained...
View ArticleQuestion on decimalPad property in DataSource
We follow the instruction on this page and set some data field of type "float" with the property decimalPad (e.g. to a value of 2)...
View ArticleDynamicForm.getValue()
Hi, As part of our effort to migrate from version 8.2p to version 8.3p, we encountered the following issue ... The Problem: --------------- Within our ValuesManager, nested data objects get cleared...
View ArticleUnable to show hidden fields if showDefaultContextMenu set to false
Currently if a user is about to hide all fields in a ListGrid, the last field to be hidden will be disabled in the context menu. However, if one of the fields in a ListGrid has showDefaultContextMenu...
View ArticleListgrid not displaying the correct records for large dataset
GWT: 2.5.1 Smart GWT: Smart GWT 4.1d SNAPSHOT_v9.1d_2013-07-23/LGPL GWT env: Development and production mode Browser: firefox 10ESR, firefox 20 OS: Windows 7 professional some of the porperties set for...
View ArticleDisappearing daily build - Smart GWT 4.0p 2013-07-19
I have successfully download the 4.0p 2013-07-19 (because of http://forums.smartclient.com/showthread.php?p=107337) Today I recognized there is no new build since then, but the previously provided is...
View ArticleFormItem.setRequires(FormItem[] requiredFormeItems)
It's quite easy to implement oneself but as I just had to do it, I thought it might be a nice addition to SmartGWT overall. Thing is: Let's say we have two SelectItems. (Which don't make a lot of...
View ArticleTimeItem: Possibility to hide SelectItem titles?
Hi, I'm using a TimeItem with two SelectItems for hour and minute: Code: TimeItem start = new TimeItem("start"); start.setUseTextField(false); start.setShowSecondItem(false); Now I'm wondering whether...
View ArticleProblem moving with keyboard editing ListGrid
SmartClient version: v9.0p_2013-07-20/LGPL Deployment Browser: IE9, Chrome I have problem while moving with keyboard through the cells of a ListGrid. In attachment the files to reproduce the problem....
View Article