Single date picker in the listgrid filter
Hi Team, Below is a date field in a listgrid, Is it possible in the field filter to have single date picker instead of Date range option? will the filterEditorProperties help in that Code:...
View Articleissue in grid filter when upgraded to smartgwt 3.1
Earlier version i used was gwt-2.0.3 and Smartgwt-2.2. Now upgraded to gwt-2.5.0 and smartgwt-3.1. Issue observed is as follows - screen uses a listgrid and showFilterEditer is given true. One...
View ArticleFixed criteria for field
Good morning, there is a way to specify a fixed criteria por field added to the searched value? For example, we have a IdentityDocuments DataSource where we declare a value (textField) and a type...
View ArticleEE Showcase Batch Uploader not working
I was just wondering why, at least for me, the batch data upload example is not working on the SmartGWT EE Showcase. Downloading the test file, then uploading it reveals the list grid with "No items to...
View ArticleHow to change the width of columns in listgrids
I have a ListGrid created, and there are 3 or 4 columns. How do I change the width of these columns so the information can be displayed without having to re-size them every refresh? I tried many...
View ArticleWhy is there a sort button under filter?
I have a listGrid and i created ListGridFields to show data. The columns all look fine, but why is there a sort arrow under the filter button here? Picture: http://i.imgur.com/tk7qVjQ.png Attached...
View ArticleTreeGrid.invalidateCache() reports a collision when I refresh?
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment (built 2014-09-09) GWT 2.6.1 IE-11 I have a TreeGrid configured as follows: Code: treeGrid.setAutoFetchData(Boolean.TRUE);...
View ArticleshowPrintPreview RTL
Hello everybody, I am using isc.Canvas.showPrintPreview(listGridId) to print the listGrid content but when the user screen in RTL the printPreview comes from Left to right LTR (i.e the listgrid fields...
View ArticleStaticTextItem and DateTime field
Hi, I've got a problem with date formatting on DynamicForm. DataSource has a DataSourceDateTimeField and in form I'm using StaticTextItem to display it but only date is showing. I can set a formatter...
View Articlehow can I make the Listgrid Filter case insensitive
I have two similar listgrid to represent a product list. In the first listgrid you can filter any product using the product name filter and it's not case sensitive. Filter = "ibm" product name fetched...
View ArticleSmartClient site - MutliField search Sample, Alter code not giving what I want
Hi, I wanted to post query related to valueManager.reset(), for that I tried to create some code which can run on smartclient site, unfortunately I am not able to create sample with comboBoxItem...
View ArticleCells Expand, Alignment issues in Listgrid - smartGWT 4.0 / GWT 2.4
Hi, Our application was recently upgraded from GWT 2.0.3 --> GWT 2.4 and smartGWT 2.2 --> smartGWT 4.0 We have encountered issues in listgrid where certain rows have expanded to greater heights...
View ArticleCombox Box Item - On reset not clearing value instead it brings...
I created new thread issue here http://forums.smartclient.com/showth...280#post124280
View ArticleCombox Box Item - On reset not clearing value instead it brings...
Hi, Browser: @chrome - Version 31.0.1650.63 m Smart-Client : SmartClient_v91p_2014-07-23_Pro Am facing weird problem, when I set this flag showHintInField : true Issue : When I call "resetValue()" from...
View ArticleShowcase - option to hide feature explorer vstack
This isn't so much a enhancement so much as a quick fix. Could Isomorphic please bring back the option to hide the feature explorer vstack on the right on the showcase with: "Prefer to write your own...
View ArticleHow to make DrawPath intercepting only clicks on the path? (not on entire...
I'm using DrawPath to draw some multi-segment lines that should be rendered on top of other shapes. I need handling click events on the lines, but also some click events related to other underlying...
View ArticleUpload fie without store them one the database
Hi everyone, i'm trying to handle file upload with smartclient and i'd like to store uploaded file one the file system avoiding the use of datasource binary field. I'm stuck beacause i get null from...
View ArticleMulti-Select with editorType:"ComboBoxItem" has first item selected
Be sure your post includes: 1. Smartclient version v9.1p_2014-08-08/Pro Deployment (built 2014-08-08) 2. Browsers tested on Chrome 37.0.2062.103 m 3. Following link will take you the smartclient...
View ArticleEdit style
Hi, I have a very simple listGrid: Code: public class TestingModule implements EntryPoint { ListGrid lg = new ListGrid(); public void onModuleLoad() { VLayout vlayout =...
View ArticleRestrict splitBar width
Hi, How to restrict the splitBar to a max width to which it can be resized. Is there a property to achieve this.
View Article