LogicalDate object failing isADate validation
SmartClient Version: v10.0p_2015-05-09/PowerEdition Deployment (built 2015-05-09) We have a CanvasItem in formA which has a canvas consisting of formB. formB includes a DateItem on which there is a...
View ArticleHow to show combobox display value
Suppose I have a data source for products that has the field supplier_id. When opening the form for an existing product, I want to see the name of the supplier. I want to send this name from the server...
View ArticleIssue with DateItem on listgrid filter when deleted
I have simple list grid, where it contains date item with filter. Now when select some value in the date filter and delete it and tab out the deleted value is rendered again. I am making a call to...
View ArticleSortDirection for SortNormalizer
Hi again! First I want to describe you want I want to achieve in order to better understand my need. I have a ListGrid with let's say 5 records and at the end of these 5 records i want to have 20 empty...
View ArticleListGrid: Different cell heights possible?
Hi all, can I have an ListGrid and set an parameter that too large contents have an maximum height? I currently use wrapCells = true and cellHeight = 40, but smaller lines should have the normal height...
View ArticleWARN:RPCManager:getHttpHeaders called with a null XmlHttpRequest
Hi Isomorphic, I am getting this WARNing when my app receives the first request. When I click on the "launch URL" in my Eclipse when I run my app. 12:59:53.331 [ERROR] [triad40]...
View ArticlePickTreeItem doesn't render scrollbars the first time
PickTreeItem doesn't render scroll bars the first time a sub node is opened. Attached screen shots from picktree showcase. Chrome: 43.0.2357.124 Attached Images screen-shot-1.png (49.4 KB)...
View ArticleTransport error HTTP code 0 - IDACall
Hi, I have this message popup every once in a while. Not sure of the reason - can use some pointers. Image attached (with url greyed out). I am using SmartGwt Pro 5.0p. Attached Images idacall.png (6.5...
View ArticleTextItem changed function not trigger when characterCasing is set ?
SmartClient_v100p_2015-06-20_LGPL TextItem with/has characterCasing: isc.TextItem.DEFAULT When any TextItem with characterCasing set to isc.TextItem.UPPER or isc.TextItem.LOWER, then TextItem changed:...
View ArticleGauge widget not displaying
I am trying to use the Gauge widget in my smartgwt app and it is not displaying. AAMOF the whole page is not displaying if I add the gauge widget. Everything works fine if i remove the gauge widget. I...
View ArticleCaught exception in doFilter()
Hello there, I am using SmartClient Version: v10.0p_2015-05-08/PowerEdition Deployment (built 2015-05-08) with FF26 I get this repeated error in my server logs when I start run my application. I am in...
View ArticleException when setting setValueMap in ListGridField
Hello there, I am trying to get the data for my Listgrid from the java class instead from the Datasource field. But I get this exception Code: 10:48:49.274 [ERROR] [kaizenbehsa] Uncaught exception...
View ArticleAccess folder/file names from remote system
Hi, I have some foler/files in some remote location and want to read those file/folder names using url from GWT client. I don't want to get those details from server part. Can anybody tell me iss there...
View ArticleListGrid setEditedRecord() function?
1. SmartClient_v100p_2015-05-13_LGPL 2. IE 11 Hi, I know there's a getEditedRecord function for the ListGrid control, but is there a function equivalent to something like setEditedRecord? I have a...
View ArticleProblem with setTodayBackgroundColor for Calendar
Hi Isomorphic, SmartClient Version: v10.0p_2015-06-20/LGPL Development Only (built 2015-06-20) Browsers FireFox - 26.0 Chrome - Version 43.0.2357.124 (64-bit) When i want to create an event and start...
View ArticleUsing filter editor on ListGridFieldType.LINK
I am using showFilterEditor on my ListGrid, and in that grid I have got a field that I set type ListGridFieldType.LINK, and also set linkTextProperty. Sample: ListGridField refjournalField = new...
View ArticleNullPointerException on...
Getting java.lang.NullPointerException on com.isomorphic.datasource.DataSource.makeAuditIfRequired(DataSource.java:2018) We are using the Isomorphic-SmartClient-Version: v10.0p_2015-05-22PowerEdition,...
View ArticleListGrid tied to ds making save call on edited record even autoSaveEdits:false
We have an editable ListGrid tied to datasource and one of the column type is comboBox, which on changing and tabbing out of the column makes a server SAVE action even when the ListGrid properties set...
View ArticleInvalid formulas cause data coruption in Excel export formats
SmartClient: v10.0p_2015-06-23 Browser: Chrome When exporting a grid with an invalid formula, the Excel spreadsheets (97 and OOXML) are currupted and will not open with all data. Exporting to JSON...
View ArticleTrouble with datasource.addData
I am attempting to learn how to use the add, remove, update features of datasources. Below is the code I am using and I am getting an error. Can anyone point me in the right direction? My DataSource...
View Article