Unable to select last item in listgrid field filter dropdown
Smartclient version : v9.0p_2013-11-03 Browser : IE8+ Hi we have a list grid with the showFilterEditor property enabled. We populated the value map on certain fields so that the user can filter by...
View ArticleIssues upgrading SmartClient from 8.3 to 10
I have an application using the free version of SmartClient 8.3 which depends heavily upon Spring. My attempts to upgrade this to the free version of 10 have been failing rather spectacularly. In...
View ArticleCustom Canvas Rendering
Hi, I'm trying to create a custom SmartGWT Canvas that will render mapping data (image tiles, paths etc). Due to requirements, I am forced to use the GWT integration so that I can get access to the...
View ArticleCalendar - Time.setDefaultDisplayTimezone('+00:00'); issue
SmartClient Version: v10.0p_2014-11-16/Pro Deployment (built 2014-11-16) CHROME - Version 39.0.2171.95 (64-bit) Link to our Calendar problem: http://com.moogle.at/calendar_timezone_bug/ When i set...
View ArticleScreenreader Support: No ARIA-Labels for ASK, SAY, WARN or CONFIRM dialogs
Hi, we are using SmartClient in version "v9.0p_2013-08-29/PowerEdition Deployment (built 2013-08-29)" and are trying to make our application accessible with screenreaders. After turning on screenreader...
View ArticleTake a screenshot
Is there a way of taking screenshot in smartgwt application? Excluding html2Canvas sloppy rendering method (snap-shooting DOM). Referencing to this:...
View Articlefilter is not working for combination of integer and datetime columns as...
Smartclient version: 8.2 , 10.0 Browser: Mozilla, IE filter is not working properly for combination of datatype integer and datetime columns. I have two columns in the grid. date and file size.When i...
View ArticleFacetChart.setShowValueOnHover(true) changes chart properties on MouseOut
SmartClient Version: v10.0p_2015-01-02/Pro Deployment (built 2015-01-02) I have a FacetChart with setShowValueOnHover(true), but when I mouse over the values and move the mouse off the chart again it...
View ArticleProblem autofitting listgrid
SmartClient Version: v10.0p_2015-01-02/Pro Deployment (built 2015-01-02) When my listgrid is first drawn, the autofitting is correct but if I rightclick and select "Auto Fit All Columns" in the context...
View ArticleField name: **** specified in criteria is non-persistent
SmartClient Version: v9.1p_2015-01-02/PowerEdition Deployment (built 2015-01-02) Hi again, I'm trying to integrate hibrante Data sources with my existing project. And it seems I connected the data base...
View ArticleDigest authentication with DataSource
Hi I'm having quite a unique problem here and couldn't find any solution or related stuff on the web that would help me solve this. The problem is as followed: The web application I am building needs...
View ArticleRPCManager.setHandleErrorCallback
Hello, For any case were a request fails and willHandleError is not set, I'd like to change the default behaviour to log to our application console rather than display a popup warning message;...
View ArticleUnable to select groupBy option in ListGrid's HeaderContextMenu
Smartclient version : v9.0p_2013-11-03 Hi we have a listgid with the HeaderContextMenu enabled. Would like to find out if the groupBy cannot be selected if the data in the grid exceeds a certain number...
View ArticleCalendar not working?
I am trying to add a data-bound calendar to my application but something is not working. EntryPoint: Code: public class TestingModule implements EntryPoint { @Override public void...
View ArticleScary bug (test case included): ComboBoxItem silently discarding values in >...
Hi, there is a really scary problem in 5.0p and 5.1d (not in 4.1p). At least the following browsers are affected * IE 11 * Firefox 34.0 on Windows * Chromium Version 39.0.2171.65 Ubuntu 14.04 (64-bit)...
View ArticleDynamicForm itemChanged() arguments ?
SmartClient_SNAPSHOT_v101d_2015-01-10_LGPL DynamicForm _itemChanged : function (item, value) { if (!item.suppressItemChanged && this.itemChanged != null) { this.itemChanged(this, value); } },...
View ArticleBug report (test case included): IE 11, 4.0p: Emptying FormItem not seen as a...
Hi, this is now the bug report that prevents us from going back to 4.1p (see my other post from today http://forums.smartclient.com/showthread.php?t=32065). Affected environment * 4.1p latest nightlies...
View ArticleExpected Array as second arg or props.arg in MessagingDMIClient.call()
Hi, I am using SmartGwt 5.0 Pro. When I launch the developer console when running in dev mode I get a series of pop up windows with this type of message - "Expected Array as second arg or props.arg in...
View ArticleBrowser cached data not sorted
Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 My problem is that I have configured datasources using XML file.For one table i...
View ArticleCustom Ctrl+V handling
form = new DynamicForm(); textItem = new TextItem("EnterText"); textItem.addKeyPressHandler(new KeyPressHandler() { @Override public void onKeyPress(KeyPressEvent event) { if (isCtrlPressed) { if...
View Article