Filter Criteria Text field using "greater than or equal to" and case...
On a Text field, we were expecting the operator "greater than or equal to" to behave similar to "starts with" but that it would also match the data greater than as well. The "starts with" is case...
View ArticleHow to make my smartclient web application mobile responsive with minimal...
I have developed a web application with SmartClient and now i would like to make it mobile responsive. I tried opening the same in my mobile device, but i am seeing the same page being displayed...
View ArticleSmartGWT 5.0 - Modal Mask over Modal Mask not working
SmartGWT 5.0 damaged feature "ModalMask over ModalMask". Same code in SmartGWT 4.0 works fine: Code:     @Override   public void onModuleLoad()     {         VLayout layout = new...
View ArticleSmartGWT 5.0 - TimeItem damaged
SmartGWT 5.0 damaged TimeItem. Same code in SmartGWT 4.0 works fine: Code: Â Â Â Â Â Â Â Â TimeItem timeItem = new TimeItem("sampleTime", "sample time");...
View ArticleProblem with FilterBuilder DatePicker
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment (built 2014-09-09) Browser: Firefox 10.0.4 If you create a filter builder and set the default time to one hour in the past (using an...
View ArticleMulti datasrouce + criteria
Hello, I'm using SmartClient Version: v10.0p_2014-10-22/Enterprise Deployment (built 2014-10-22) I have 2 datsources (Users, Vault) I have to get Vault_name from Vault table. Is there some simple...
View ArticleChange SimpleType definition from java to ..ds.xml
Hi Folks, i have a question about moving my simpletype definitions from java to ...ds.xml. The validator works as aspected but how can I define a editor mask analogous to my java class. Working Java...
View ArticleSectionStackSection scrollbar constructor
Hello, I trying to change the scrollbar constructor on the SectionStackSections in my SectionStack. I have tried to change it via sectionStack.setScrollbarConstructor("myScrollbar"); but that doesn't...
View ArticleHow to catch a non-deterministic bug - an advice needed
Hi! I have a strange problem in my production application for a while. It's manifested as application and browser freezing whereupon the only action an user can do is to close the browser and start...
View ArticleHow To: Programatically get summary data from grid?
Let's say I have some DS fields with summary functions defined. Now let's say the grid may/may not be showing the summary row(s) (either group or for grid). 1) Do the summaries still get calculated? 2)...
View ArticleHelp with refreshing filter criteria on a grid
SmartClient Version: v10.0p_2014-09-30/LGPL Development Only (built 2014-09-30) I have a filter on a grid that has a criteria that is based upon "now". Since "now" is always changing, the filtered...
View ArticleReg: Error icon message is not displaying always in the ListGrid
Hi, Please find the below video: http://www.screencast.com/users/VijayBhaskar511/folders/Default/media/fd73174e-2e5b-406f-bd33-18d9a2ed9829 In Arabic , In Grid mode after validating the grid then the...
View ArticlesetWillHandleAdvancedCriteria removed from smartgwt version 4.0
Hi Isomorphic, I am upgrading our app from smartgwt 3.0 to 4.0. In our datasource we call setWillHandleAdvancedCriteria(boolean) but I found out that setWillHandleAdvancedCriteria method does not exist...
View ArticleSmartgwt live filter Not loading data onload
Am using SmartGwt 2.6.0 . I have tested this is in 2 browsers Chrome 34 Firefox 26 I have a list of objects that has to be displayed in the ListGrid. I wanted to implement the live filter to this grid,...
View ArticleBest practice: Batch uploader or custom solution?
Hi Isomorphic, I'm using 4.1p and have a question regarding the best way of solving this use case: I have a base table with three detail tables (configuration, address, contact). Currently, I generate...
View ArticleQuestion: Hilites using boolean methods instead of Criteria
Hi Isomorphic, I have a use case where I currently mark some ListGrid entries as non-editable by using a light grey color: Code: @Override protected String getCellCSSText(ListGridRecord record, int...
View ArticleQuestion: Is there a defined behaviour when many Hilite-Criteria evaluate to...
Hello Isomorphic, reading the Hilite docs and Hilite.setCriteria() I noted that they don't say anything about the case where the Criteria of many Hilites evaluate to true. Example: I use two Hilites...
View ArticleUsing export functions in Server side
private class MenuClickHandler implements com.smartgwt.client.widgets.menu.events.ClickHandler { private String exportFormat; private final String exportFileName; private final Object source; private...
View ArticleQuestion about keyDown and keyPress on SelectItem
Hi, We have a question regarding to keyDown and keyPress event for SelectItem. We are trying to show picklist of a SelectItem by pressing the "Enter" key when it has focus. However, we notice that if...
View ArticleBuiltInDS.html 404
I'm attempting run run the demo version of smartgwt in Eclipse 4.4 Luna. demo: smartgwtee-5.0p Followed the instructions for installing eclipse, and the google plugin with gwt. The builtinds sample...
View Article