Disabling a menu button when all of its menu items are disabled
Hello, I am wondering if it is possible to let a menu button (IconMenuButton) disable itself when all its contained menu items (Menu with MenuItem) are (or actually more precise: become) disabled. We...
View ArticleDateTimeItem doesn't validate the value as appose to DateItem
Hello, I'm using SmartClient_v91p_2014-03-23_PowerEdition. When I use this code and enter invalid data the validation error appear only in the DateItem and not in the DateTimeItem, why? Code:...
View Articlelistgrid hide inline editor
Hi, I am using smartgwtpower 3.1. I have an editable grid with a datasource where I want to manually process changed values without having them added to the datasource. Therefore I tried: Code:...
View ArticleOperation type 'fetch' not supported by this DataSource
I am using trail version of smartgwtee I am getting below error for simple program for Direct Method Invocation (DMI) DataSource -- java.lang.Exception: Operation type 'fetch' not supported by this...
View ArticleWeek, year, quarter and month picker
Hello, I'm using SmartClient_v91p_2014-03-23_PowerEdition and I was wondering if there's a build in form item for week, year, quarter and month picker? if not, can you please direct me to how to create...
View ArticleTree Grid Refresh
I am using gwt-dev-2.4.0 I have a treegrid and it is working well. I can drag and drop nodes into it. When I do I call refreshRow with a row number. I need to expand that row in the UI so that other...
View ArticleFull screen with RichTextItem
Hello, I'm using SmartClient_v91p_2014-03-23_PowerEdition and I was wondering if there is a way to create a button in the RichTextEditor that will open the editor in full screen mode (just like tinyMCE...
View ArticlePassing back a Map with a key fo type Date in RPC?
I am making a RPC call and included in the response is a HashMap that has Date objects as keys. All the data is being stripped out and in the smartgwt.log I see these messages: <b>Ignoring...
View ArticleDateUtil.parseInput("2015-10-06", "yyyy-MM-dd") returning null
I am calling the method DateUtil.parseInput(String dateString, String format) with parameters of ("2015-10-06", "yyyy-MM-dd") and I am getting a null back as the value. I am am using the SmartGWT 4.1p...
View ArticleSpinnerItem and negative step
SmartGWT version SmartGWT4.0 Browser(s) and version(s) involved Mozilla 26.0 Chrome 33.0.1750.154 Problem encountered While using negative step on a SpinnerItem, you can't go down (by pressing up) when...
View ArticleRetrieve Object from ListGridRecord's getAttributeAsObject
I am unable to retrieve the ListGridRecordArray in the following code. An exception is thrown. What is the proper way to get the ListGridRecordArray ? Code: ListGridRecord lgr = new ListGridRecord();...
View ArticleShowcase DateChooser
I noticed on the showcase example: http://www.smartclient.com/smartgwt/showcase/#grid_daterange_filtering When I select a time as part of the DateChooser, it gets updated in the entry box but not on...
View ArticleEdits not refreshed problem with displayField clumns in grouped listgrid
SmartClient_v91p_2014-03-04_PowerEdition I have a ListGrid which has groupByField set. Some fields in this ListGrid have a displayField property ( displayField is fetched via a includeFrom on a FK on...
View ArticleHow to log remote ip address
SmartClient_v91p_2014-03-04_PowerEdition In the server side log I can see entries like : === 2014-04-03 17:00:06,176 [c-40] DEBUG IDACall - remote user: prasad Is there any way I can configure logging...
View ArticleHover listgrid error
We are showing a message in the hover of a field from the listgrid. This works ok in Chrome and anothers browsers, but iExplorer shows an error in the console relative to the framework. I attach for...
View Articlefaster loading/startup
Are there any suggestions/guidelines/best-practice blog/document for a) identifying what's causing the *initial* startup of my smartgwt application to take a fairly long time (eg 30 seconds)? b) fixing...
View ArticleHow to uncheck the checkbox column header on a ListGrid
3.1p Hi, I have a ListGrid with the SelectionAppearancce set to CHECKBOX. Question: After I have removed all rows from the grid how can I uncheck the check box in the header? thanks...
View ArticleException thrown when attempting to re-size ListGrid fields
SmartClient Version (ISC_Core.js' header) Version v9.0p_2013-12-10 (2013-12-10) Browser Internet Explorer 10 Problem: We've got a ListGrid inside a popup. The visible fields have their width set to...
View ArticleISC_FileLoader for perfect caching on StartUp of login screen
Hello everyone, in the Quick Start Guide, Chapter "Authentication and Authorization", Isomorphic suggests that one caches files while displaying the login-screen. I tried to set this up and I think I...
View ArticleJPA2DataSource child relationship abstraction
Let me start by showing you the entity model: 1. VideoStream.java Code: @Entity @Inheritance(strategy = InheritedType.Joined) @DiscriminatorColumn(name = "discriminator") public abstract class...
View Article