How to give focus to FormItem
Do not tell me how to give focus to FormItem in DynamicForm ? The following code does not give the expected result: "initWidget": function() { var that = this; this.Super("initWidget", arguments);;...
View ArticleHow to set the Legend color of choice for a specific data type.
****How to set Legend color of choice for a specific Legends type.*** 1. Smart GWT version:- v9.0p_2013-08-25/PowerEdition Deployment (built 2013-08-25) 2. Problem statement: I want the color of city...
View ArticleHow to migrate a custom skin when upgrading SmartGWT
Smart GWT 3.1 PRO We created a custom skin in SmartGWT 3.0 by copying the Enterprise skin. Both skin_styles.css and load_skin.js were modified to satisfy our requirements. When upgrading to SmartGWT...
View ArticleComboBoxItem setValueFormatter
I think there is maybe a bug! I use SMART GWT 4.0 in FireFox 23 When I use comboboxitem.setValueFormatter,the paramter Object value of function formatValue(Object value, Record record,DynamicForm form,...
View Articlefile download and related updates
Hello, I'm implementing a custom download as in #FScustomDownload sample, but my 'downloadData' method is also updating some db data. I'm wondering if it's possible to have the client cache updated,...
View ArticleHow to drag a tab from one tabset into another tabset
Hello, I'm using SmartClient Version: v9.0p_2013-07-15/EVAL Deployment. I need to have tabs that can be dragged from one tabset into another tabset. I would like to know if there is a way to handle...
View ArticleHighlighting Selected Row in ListGrid
SmartClient Version: v8.3p_2013-04-23/PowerEdition Deployment (built 2013-04-23) FireFox 10.0.2 IE 10 I have a databound grid that I am populating with a fetch, I am then adding new rows with...
View Article[bug] filterData with AdvancedCriteria and grid filter
SmartClient Version: v9.0p_2013-08-20/EVAL Development Only browser: Chrome modify #filter sample like this: Code: isc.ListGrid.create({ ID: "countryList", width:500, height:300,...
View ArticleHide checkbox in ListGrid
Is there a way to hide a checkbox in a ListGrid depending on the record? Code: checkBoxField = new ListGridField(); checkBoxField.setType(ListGridFieldType.BOOLEAN); checkBoxField.setCanEdit(true);...
View ArticleSimple request related to "DateRangeDialog"
Hi, could you add please the "showPickerTimeItem" property in the "DateRangeDialog" item? It should apply to the "from" and "to" date choosers. Actually I have done this trick: Code:...
View ArticleBest way to deal with long ids
Hi, I just noticed that my 64-bit hashcode generated ids get truncated (actually rounded) and that this seems to be a JS limitation. So they're better dealt with as Strings in SGWT/JS. I wonder what...
View ArticleListGrid Auto Fit not working properly (AutoFitWidthApproach.TITLE)
v8.3p_2013-06-16/PowerEdition Deployment 2013-06-16 Firefox 15.0 Before clicking on the Auto Fit All Columns menu option, the grid shows the horizontal scroll bar. Afterwards, the horizontal scroll bar...
View ArticleSpecifying the columns for listgrid in the DMI
Hi I am currently trying to populate a listgrid with data that I obtain from a webservice. I do not wish to invoke the webservice directly from the client, since I have some validation and processing...
View ArticleA criteria for a listgrid
I set the initial criteria for a listgrid. And I want to add this criteria when a listgrid will be filtered. It's possible?
View ArticleListGrid: Filter and sort in 1 step (without fetching data 2 times)?
I have a ListGrid with a filter like the Showcase Sample (Grids -> Filtering -> Filter http://www.smartclient.com/smartgwt/showcase/#grid_sortfilter_filter) If i'd like to filter eg. Continents...
View ArticleValidations
Hi All, I am new to smart client and I would like to ask a question How to prevent copy paste in TextBox using smart client? Can any one give suggestions or any kind help me please......
View ArticlefetchData() with criteria on ListGrid does not filter data
I have the following code for doing a datasource filtered fetch operation using date criteria, while the grid is displaying the filter editor: Code: AdvancedCriteria dateCriteria = new...
View ArticleWhere to find doc on scLocators?
In an effort to answer this question, I did find the following statement in a post of July 16, '12: "You can, by the way, edit the locators. The format is described in docs - in this case you might...
View ArticleShowcase batch upload broken?
Hi, I get an error when I follow the steps outlined here: http://www.smartclient.com/smartgwtee/showcase/#batch_uploader Code: Server returned FAILURE with no error message performing operation...
View ArticleComboBoxItem selection of set value with record paging
Hi, I am using SmartClient v8.3p_2013-08-29/Pro Deployment I am experiencing a problem with a ComboBoxItem bound to a datasource that uses paging. Here are the steps to reproduce the problem, since it...
View Article