How can I retrieve the value of a select box in the listgrid column ?
I am using smartclient 9 Following is my sample code : isc.ListGrid.create({ ID: "playerLG", fields: codesFields, saveLocally: true, canEdit:true, editEvent: "click" }); var codesFields = [ {name:...
View ArticleTestRunner not running into Servlet context
Hello, i am testing TestRunner on SmartGwt 4.0p release 10/09/2013. I am on IBM environment (WebSphere Application Server and AS/400). The following code correctly runs when started from main(String[]...
View ArticleDisable Highlighting in Picker List
Hi , I am facing a issue while using picker list in smartClient. My picker list is working as usual but i want to customize something for my work. a) Its highlighting first item by default in case it...
View ArticleRemoveRecordClickHandler set via SelectItem.pickListProperties not working...
The RemoveRecordClickHandler is not being invoked. It seems that the handler is not propagated correctly via setPickListProperties. Worked prior 4.0 Example: --------- DynamicForm form = new...
View ArticleRequest to add a new operator to the DataSource
Hi, we use some backend filters and now we want to move them to the client due to a big performance issue we are facing. When filtering strings in backend, spaces are replaced by % in the resultant...
View ArticleRTM for webview in JavaFX
Hi, Will Real Time Messaging work with a JavaFX webview? If so, has isomorphic done any performance testing? Thanks
View ArticleStrange behavior of the component fetchData TreeGrid
Hi Execute this.fetchData(isc.addProperties(this.getCriteria( ), { "tc": new Date().getTime() }), callback1); in this case the server goes double post request with callback is called once. What can I...
View ArticlePortlet resizing
Be sure your post includes: Reproducible in version v9.0p_2013-08-01/Enterprise Deployment (built 2013-08-01) as well as the SmartClient/SmartGWT showcase portal example...
View ArticleTreeGrid group summary
Can you provide code example of displaying group summary for different columns of a treegrid using Smart GWT. I'm using SmartGWT version 3.1. I could not get the group summary to show up in TreeGrid....
View ArticlePossible memory leak in Listgrid on IE
SmartClient: v9.0p_2013-08-19 (2013-08-19) Browser: IE 9 and 10 In our system, we need to update a ListGrid content every 10 seconds and the system needs to stay open for more and 6 hours without any...
View ArticleKeeping data in the client side in ListGrid
Hi all, Im new in this, so I need some help. The thing is that I need to store(save) some data temporarily in the client side using a GridList, is that possible? Example: Suppose that is a List from...
View ArticleCustome IDs For the Smart Gwt Widgets
Hi, We are using SmartGWT-3.x for our development and we want to test our app with automation tool in the market. Most of the tool in the market needs static id for elements. there is a setID("xyz")...
View ArticleEditable ListGrid in FireFox very slow
We have a Editable List Grid with the following settings: Code: getGrid().setCanEdit(true); getGrid().setAutoSaveEdits(false); getGrid().setModalEditing(false); getGrid().setSaveByCell(false);...
View ArticleEditable ListGrid focus on cell
We have a Editable List Grid with the following settings: Code: getGrid().setCanEdit(true); getGrid().setAutoSaveEdits(false); getGrid().setModalEditing(false); getGrid().setSaveByCell(false);...
View ArticleDataSource Hibernate integration with Naming Strategy
Hello, I have problem with datasouce integration with Hibernate. I have big project with a lot of hibernate entities. So far we used EJB and DTO to retrive any objects from db. But we decied to use...
View ArticleProblem with Application Message Localization
SmartClient_v90p_2013-09-09_Evaluation browser Chrome ------------ formMessages.properties name=MyApp changeLocale=Change locale ------------- test_example.jsp <%@ page contentType="text/html;...
View Articleways to connect to microsoft analysis services
v8.3p_2013_09_05 I've read the wiki discussing connecting to microsoft analysis services. Unfortunately, we are not anxious to add iis to our software deployment so I was wondering if you're aware of...
View ArticleVStack height in a HStack
SmartClient Version: v9.0p_2013-08-16/Pro Deployment (built 2013-08-16) I have a HStack with some VStacks as members, and the VStacks have some layout members that can be dragged between these VStacks....
View Articleeval expiry?
Hi, We are doing some prototyping using the ee eval download. When I run it today I get the This copy of Isomorphic SmartClient is expired. message. I downloaded the eval on July 15, but started using...
View ArticleMaximum call stack exceeded with addRelatedUpdate and Tree root node
Hello, I have a tree grid that displays nodes with counts values for statuses and I have a ListGrid where this status value can be edited. I want the count values in the tree for the respective nodes...
View Article