TreeGrid.getVisibleRows() issue.
Hi, We observe an issue for Tree.getVisibleRows(). In some conditions, the record at the margin is not visible to the user but it might still be considered as a visible record by calling...
View ArticleSQL Error Code
Is there any way to get access to SQL Error Code after executing DSRequest.execute() on the server?
View ArticleJS Error in EventHandler.js
Sometimes IE complains in EventHandler.js, line 5840, here, inside this 'if' statement Code: Â Â if (isc.Log.supportsOnError) { Â Â Â Â var result = handler.call(this, event); Â Â } else {...
View ArticleGet changed values in transformRequest after form.saveData()
SmartClient: SNAPSHOT_v9.1d_2013-09-08 Firefox 23.0.1 Client side-data-integration New to SmartClient, so far looks very very nice, just a little trouble getting started. I am using OrientDB as backend...
View ArticleCan selenium RC count all rows data on ListGrid by using scLocator instead of...
Hi all, Environments - Selenium RC with user-extension.js (SmartClient 9.1) - Browser IE9 To use XPath with Selenium RC it takes a long time to process. Do you have any solution to count all rows data...
View ArticleCan Selenium RC get tooltrip by using mouseover?
Hi all, Environments - Selenium RC with user-extension.js (SmartClient 9.1) - Browser IE9 I read some old posts in the forums but it does not work. Do you have any solution? Best regards, Dew
View ArticleRefactoring datasource, webroot problem
Hello, I'm using Firefox 19.0.1, SmartGWT 3.1 and GWT SDK 2.4.0. I've to make some changes at my project, therefore I've to delete a lot of datasources and refactoring of my source code. While I try to...
View ArticleBUG: ListGrid Cell wrapping unavailable after editing.
Hi There, I'm using SmartGWT Pro 4.0 (Sep 1st 2013), and am having a problem with the ListGrid multiline cell wrapping feature, setWrapCells(true). It is not behaving correctly after the row is edited....
View Articlehow to Iterate thru listgrid selected records?
This question is for SmartClient , the code i want to use is writen into <click ></click> tag in the jsp file. How to iterate thru "var vals=ListGrid.getselectedRecords() "in order to...
View ArticleLoading data to ListGrid
Hello, i have question about loading data to ListGrid. I try to load data in ListGrid as in your live table samle from xml and in works very fast. But since i have data in my database i need to fill...
View ArticleCalendar and error handling
SmartClient Version: v9.0p_2013-08-13/EVAL Deployment Chrome When I have an error response on a update on a databound calendar, the eventEditor is closed and no warning is shown. The error response is:...
View Articleread-only formitems with readOnlyDisplay
Hi, for a few week we're using smartclient version 9.0 and recently i've tried to use your new read only feature for the formItems. Sadly i've found a bug. I've created a form with three formItems, of...
View Articledeny reordering of certain tabs
Hi, we're using smartclient 9.0 and i tried to use the new tab reorder feature. It works great and is easy to apply, but i'm missing a possibility to prevent the reordering of certain tabs. Sometimes...
View ArticleRestDataSource *.ds.xml example needed (SmartClient, JSON, dynamic URL for POST)
Please, could you provide an example *.ds.xml for RestDataSource where UPDATE operation is made with PUT method to dynamic URL which depends on data values. I could figure out the...
View ArticleListGrid constantly resizing
Hi We currently have an issue where ListGrids are constantly resizing causing scrollbars to constantly pop in and out of existence. This happens in Chrome and IE 10. Issue does not appear on the online...
View ArticleListGrid.getEditRow() issue on IE.
Hi, We observe an issue for ListGrid.getEditRow() on IE: When we are leaving the edit mode of a row, ListGrid.getEditRow() returns null if "modalEditing" is true. We are using...
View ArticleLocator for Menu off of ListGrid?
SmartClient Version: v8.3p_2013-05-07/Pro Deployment (built 2013-05-07) Hi, Is it possible to link an arbitrary Menu element (isc_Menu_0, isc_Menu_25, etc.) to a parent element, specifically a...
View ArticleThe problem of the tilegrid !help!
i want to make the tilegrid that every tile have different color according to their field attribute value.how to do it ? this is the code and the img,please help me !...
View ArticleBUG: ListGrid.refreshCell(rowNum, colNum) does not work properly
The methods ListGrid.refreshCell(rowNum, colNum) and ListGrid.refreshCellStyle(rowNum, colNum) refresh all the cells in the row rather than just the specific cell. Apart from this issue, I have...
View Article