Load listgrid from xml file
Hi all, I'm using smartgwt 4.0p. I'm facing the following issue: I'm trying to load a listgrid from an xml file. When running the code in my eclipse environnement in development mode, all works fine....
View Articlehow can i use the operator 'contains' (~) without using the advancedcriteria
Hello, I have to check to customize the style of my ListGrid and I have to check if CH1 (string) contains CH2 (string). Could you tell me how to do it ? thank you in advance
View ArticleCubeGrid example source code link broken
Hi Isomorphic, I consider to buy a license of your Pro+Analytics modules but first I want to get a working example of integration Mondrian and CubeGrid. I found this nice article:...
View ArticleDateItem/DateTimeItem.setUseMask(..) bug
SmartGWT 4.0Pro 02/21/2014 build. Subsequent calls to DateItem/DateTimeItem.setUseMask(true) causes the field height to increase to height of (textfield + label) when Label orientation is set to TOP....
View ArticleEnable Drag on Treegrid which is an expansion component
We are currently using smartgwt lgpl version 4.0-10-28-2013 and are using only Firefox version 10.x for our application. We are building out a widget to meet a requirement in our application wherein...
View ArticleEventHoverHTMLEvent - GWT Compiler Warning - Referencing deprecated class
hi isomorphic, i get this gwt compiler warning Code: Warnings in 'jar:file:/..../smartgwtpower-4.1p/lib/smartgwtpower.jar!/com/smartgwt/client/widgets/calendar/Calendar.java' Referencing deprecated...
View ArticleIllegalStateException - Cannot change configuration property 'visibility' to...
hi isomorphic, after upgrading from 4.1p_20140304 to 4.1p_20140311 i can't change the visibility of DynamicForm. i get this IllegalStateException. Code: Caused by: java.lang.IllegalStateException:...
View ArticleDateitem.endDate value is too close to current date
As we can see in the documentation, the default value for endDate is currently 12/31/2015 and that is too close to the current day. I would like to suggest that it changes to something further in the...
View ArticleForm's saveData not passing uploaded file to the server after an error
SmartClient Version: v9.0p_2013-11-03/PowerEdition Browsers: Chrome 33, safari 5.1.7 We are seeing this issue on chorme and safari browsers. IE works fine. We have a dynamic form with multiple text...
View ArticleListGrid with preloaded checkboxes
SmartClient Version: v8.3p_2013-02-02/LGPL gwt 2.3 I have a ListGrid with state loaded from the database, I used: Code: newListGrid.setSelectionType(SelectionStyle.SIMPLE);...
View ArticleKeyPress filter and French keyboard
Hello, I use in an application a KeyPress filter to restrict the authorized characters for a TextItem. The filter is a simple regex specifying the characters that are allowed:...
View ArticleServerObject Custom Validators
Hello All, Regarding the ServerObject Custom Validators, I have simple ListGrid with some custom validators in the datasource XML file, I noticed that the condition method in the validator class was...
View ArticleGrouping in Grid is not working for records if there are many
I have written a list grid which is retrieving data from a data source and I have done a group on a column in the list grid of smart client using the attribute groupByField: 'RQ0_STATUS' Now if the...
View ArticleImport of CSV for European countries
Hi, We are using SmartClient version : v9.0p_2013-09-22/PowerEdition Deployment (built 2013-09-22) We are having a functionality where we are giving an option to download large CSVs containing numbers....
View ArticleField memory in TextItem
Hi Isomorphic While i type any value in a Textitem,all previously entered data will be visible in a list of options via a drop-down Pick-list . The set of options will be filtered based on the current...
View ArticleBrowser Compatibility
Hi there. I developed an application for a client in the past using SmartGWT. Currently, there are several issues with browser compatibility (specifically IE) that need to now get rectified for a...
View ArticleCustom DataSource and EJB DI
Hello, I tried to use EJB DI in Custom DataSource. It failed. I got null instance. Code: public class UsersDS extends BasicDataSource { @Inject public IManagementService managmentService; @Override...
View ArticleWrong description content in EventWindow
Hello, when creating an event with no description, the event is shown with the discription of an other event. You can reproduce it in the Databound Calender example in the showcase. Add a new event...
View ArticleHover on title part of EventWindows
Hello, in SmartGWT 3.1 hover on an event window opens on the title and the description part. Now, in SmartGWT 4.1, the hover opens only on the description/body part. This is bad when having short...
View ArticleChange behavior of directly following events
Hello, when having directly following events there behavior have changed from SmartGWT3.1 to version 4.1. Event 1 starts at 13:00 and ends at 14:00. Event 2 starts at 14:00 and ends at 15:00. In...
View Article