Javascript Exception on ListGrid -> startEditingNew (Firefox in devMode)
We have a scenario in our application where we put inside a ListGridRecord a reference to a custom object (client) for later use. After upgrading from 2.5 to 3.0 version of smartgwt it starts to throw...
View ArticleVlayout autosizing
I have a problem with the VLayout autosizing. I have several sectionstacksections that contain charts. The sectionstacksections are initial collapsed and hidden, and shown when a checkbox is clicked....
View ArticleDisable/Customize smartclient warning
Hi, How can I disable or customize smartclient warning messages? For example this warning message: clientOnly update operation failed: unable to find matching record..... Thanks.
View ArticleResort after progamatically changing sort field
Hello everyone, in my current project, I have to progammatically update a 'sortorder' field, which is used for sorting my list. Something like: Code: Record record = listGrid.getSelectedRecord();...
View ArticleAny better way to show tooltips on menu items?
I've seen some years ago there was a guy complaining for the lack of a way to show a tooltip/prompt for menu items. I made tooltips available on my menu items exploiting the ListGrid nature of menus....
View Articleload of js libs on login page
Hi, We do have a power edition purchased and i am trying to use the Network Performance module in order to begin loading(caching) the smartgwt libraries on login page. This is what I have on my...
View ArticleManually assigned tab index not taken into account
Hello, We are manipulating the tab index of some form items to make sure that they can't be tabbed to when they are read only (canEdit set to false). To achieve this we also set the tab index to -1...
View ArticleMissing jar isomorphic_js_parser.jar
I have downloaded SC version v82p_2013-06-15 and there missing Jar isomorphic_js_parser.jar Could you please provide the missing jar Thanks!!!
View ArticleSummary grid loading in IE7 Standards mode but gives a script error IE8 Mode...
Hi I m using smartclient version 6.5/LGPL Deployment for my application. When I open my application in IE7 it works fine, when I open my application in IE7 Standard document mode or in Quirks mode...
View ArticleComboBox with summary as ListGrid editor
SmartClient version: v9.0p_2013-07-05/LGPL Browser: IE9 I have a ListGrid, a field of this ListGrid has editorType: 'ComboBoxItem', the ComboBox has the summary visible. It happens that if the ComboBox...
View ArticleListGrid Hover Customizer Problem with Non-String Columns
Using SmartClient Version: v9.0p_2013-07-05/Enterprise Deployment (built 2013-07-05) with IE9. When you define a ListGrid hover customizer and have columns of non-string types you get a java script...
View ArticleIssue with PickTreeItem Selection
Hi Team, I am using PickTreeItem and whenever i try to select one record, it is selecting the record below the selected on. Please see the attached document. PickTreeItem is being built using the two...
View ArticleList Grid GroupBy and SortBy not working together
Using SmartClient Version: v9.0p_2013-07-05/Enterprise Deployment (built 2013-07-05) with IE9. I have attached a sample showing that when you define a List Grid to group by a column and sort by two...
View ArticleDST Serialization Issue with Short Dates
Using SmartClient Version: v9.0p_2013-07-05/Enterprise Deployment (built 2013-07-05) with IE9. When data is serialized on the DST short day the values are not correct for the first two hours of the...
View ArticleReorder MulticomboBox selection
Hi There, We're working with the MultiComboBox to test if it fits our needs. Many of our needs are solved by the MultiComboBox. Now we are thinking of sorting the selected items of the MultiComboBox....
View Articletrouble using initialCriteria in ListGrid
hello, I have been trying to use initialCriteria with my ListGrid and I am not getting the desired result. the problem is that when the data is sent down the query uses LIKE rather than just doing a...
View ArticleApache DBCP vs Tomcat JDBC Pool etc.
Hello Isomorphic, SmartGWT 3.1p v8.3p_2013-04-01/PowerEdition Deployment, Tomcat 7, Oracle 10, FireFox 10 Is there any plan for you guys to upgrade from Apache DBCP 1.2.2, that you have in your...
View ArticleSmartGWT 4.0 ,client-side integation
I am a newbie to the SmartGWT 4.0(especially the client-side integration ).I am developing an application using spring/JPA2,My business logic is based on the GWT-RPC. I've read the quick start...
View ArticlePrinting with gridComponents specifying custom component and summary row
Hello Isomorphic, We are on SmartClient Version: v8.3p_2013-05-22/Pro Deployment. We are noticing that the print preview shows the default layout of grid components in a TreeGrid and ignores what is...
View ArticlecloseIcon always display
Hi, My purpose: 1.If the tab is selected, it can be closed , and display the closeIcon 2.If the tab is deselected, it can not be closed , and do not display the closeIcon isc.TabSet.create({ ID:...
View Article