ToolStripButton RADIO button state doesn't work with browser Back button and...
1. SmartClient Version: v9.1p_2014-11-02/Pro Deployment (built 2014-11-02) 2. Chrome Hi, I have a ToolStrip with buttons in the same RadioGroup, the buttons add "history" items only as action. Clicking...
View ArticleBatchUploader not working
Good day, I am using smartclient version 10.0 power edition, browser firefox 33.0.2 I am having trouble using the BatchUploader, it keeps throwing a server side exception stating charseName. I have...
View ArticleTIMESTAMP field in Oracle - usage in SmartGWT .ds.xml file
Hello Isomorphic, I'm doing some calculations in the background using Oracle (11g) Stored Procedures. These SPs log their start- and endtimes in TIMESTAMP fields: DDL: Code: ......
View ArticleApplying client-side filter based on custom formula
Hello, we are trying to apply a client-side filter based on a custom formula and it appears to not work. This is a time sensitive production issue for us so hoping to figure this out as soon as...
View ArticleIncorrect advancedCriteria query
I am getting incorrect results from the server-side AdvancedCriteria: EntryPoint: Code: public class TestingModule implements EntryPoint { @Override public void onModuleLoad() {...
View ArticleProblem with Client Caching
Hi I currently have the problem that when I deploy a new version of my app to production I have to ask users to hit Ctrl+F5 to force a cache update. If I don't do this users that are logged in while...
View ArticleHow to use the trial examples
Hello, I just registered and downloaded smartgwtee-5.0 for evaluation. Could you point me where I can start? I read the documents, but I want to test out a few samples. I imported samples/built-in-ds...
View ArticleLinkItem does not show icons set in the setIcons method.
Trying to use icons with a link item and they are not visible. See the following example. 1. SmartClient Version: v10.0p_2014-10-22/LGPL Development Only (built 2014-10-22) 2. FF 24.7 ESR Code: public...
View ArticlecustomSelectExpression
How to insert the "<" symbol into a customSelectExpression ? I get a parse error when I put it inside, and I cannot write <![CDATA[ , as I would normally do. Edit: It works with & lt; but it...
View ArticleImplicitSave does not work with 8.3p_2014-10-30
Hi, Firefox 32.0.3 with 8.3p-2014_05_24 it is working well What happens: 1) The form is implicitly saving the data, 2) the data is stored in the database 3) in Firebug console I see: ReferenceError:...
View ArticleCommon practice for data sources
What is the "preferred" way of creating data sources (I'm using SmartClient 10) in general? So far I'm creating a BaseDataSource class, extending the default RestDataSource class and for each entity I...
View ArticleTime delay in grid filters
Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 We have implemented smart gwt filters in our List Grid(and tree grid too). I am...
View ArticleNot able to upload file through drag and drop
Hi, We are using Smart Gwt-4.1p (23rd May 2014) Browser: IE10, 11, Google Chrome:37.0.2062.124 m and Firefox Issue: Not able to upload file through drag and drop Code: TestApp.java Reference: Google...
View ArticleChangedHandler called mutiple times for DateItem
Hi,I am new to smartGWT and Am running my application in smartGWT v4.0 and GWT v2.2 in Mozilla v24.0 I have initialized my DateItem and set it into a tool strip as follows: Code: DateItem strtDte = new...
View ArticleServer initiates data update
I'm testing CustomDS that provided in smartgwtee-5.0. This is what I do: 1. I open two browsers that both connect to the same CustomDS.html and see the same table, same data. 2. In browser 1, I update...
View ArticleReg: Tree Grid click is not happening properly in Arabic mode.
Hi, In the TreeGrid,In Arabic mode If we are trying to click on the node after resizing the columns then the single click is not working. But sometimes double click works. In ltr(English) mode...
View ArticleReg: ListGrid Exporting to Excel 2007
Hi, When I am using ListGrid.exportData(). I am able to export the whole data based on the current criteria. How can i achieve the below points: 1) How to export the formatted values like what is...
View ArticleWhen defining enum in ds.xml, can i somehow define valueicons?
In my DS enums, i have 'valueMap' that always gets picked up as i would like. For example: Code: <valueMap> <value id="0">-</value> <value...
View ArticlePrinting Properties
Hi Team, We have 2 questions mentioned below. 1. We have ListGrid in which for a column we are using as follows. Code: formatCellValue: function (value, record, rowNum, colNum) { return "<a...
View Article