Calendar.getMainView().addTabSelectedHandler breaks control bar
Code:     @Override     public void onModuleLoad() {         new Calendar(){{             doOnRender(new Function(){                 @Override...
View ArticleRPC call fails Client:Internal Server Error(500), server:java.io.Exception...
The client sits on the webpage for a while (either due to session timeout, or, by manually removing the cookie from the browser using Developer Tools of Chrome for example). We click on a widget (which...
View ArticleSmartGWT in professional Environment
Hi Folks, I evaluate smartgwt since feb 28th and built just a small test app with one page. I used DB2 as Database and with a click on a button I do one select to see how the database stuff works....
View Articleset the ID for each row/record dynamically for the listGrid
Hi, We are using Smart Gwt-4.1p(10th March 2015) Browser : IE10, 11, Google Chrome: 37.0.2062.124 m Our project uses smartgwt listGrid. Now we are trying to write selenium web driver test cases for the...
View ArticleChange position of Filter Editor
We have a business requirement to show the filter editor below the column headers instead of above. Is this acheivable in SmartGWT ?
View ArticleUnable to export Listgrid contents to xls and ooxml formats
Version : smartclient v9.0p_2013-11-03 Browsers : All Hi we are having an issue when trying to export listGrid contents to xls and ooxml formats. exporting to csv format is working fine. This is how we...
View ArticleHighlighting a row when any field is edited
Version : smartclient v9.0p_2013-11-03 Browsers : All Hi we have a list grid that can be edited. We would like to highlight the row once any field has been edited. In the getCellCSSText we are using...
View Articlecpu usage and performance problem
Hi Isomorphic, Frequently, when I refresh webbrowser, and re-start my Smart-Client app, I can see that the cpu usage raises up to 25% and my app running extremely slow. When this occurrs, fiddler shows...
View ArticleServlet context initialization in standalone application
Hi Isomorphic, I'm trying to create a standalone application using smartGwt but I have an issue concerning the servlet context initialization. (I'm using SmartClient Version:...
View ArticleCan't make work ViewFileItem with datasource imageFile field having base64...
I have a datasource with an imageFile type field (and the name is also imageFile by the way) : Code: <field name="imageFile" emptyDisplayValue="Image file not found" title="Image file"...
View ArticleServer-side gruping
I'm new to SmartGWT. I want to implement ListGrid with serverside gruping. I'm using version 5.1. So far i managed to implement custom data source which feeds the grid with data but grouping is done on...
View ArticleTreeGrid: node stays in the tree after removal
I have a databound TreeGrid and I can't get the remove operation working correctly. The effect is that when clicking on the removal icon, the datasource sends a deletion request to the server, the...
View ArticleBug on RichTextEditor?
Hi, I want to drag images from outside the browser to inside a richTextEditor, for instance, from another application or other navigator. In Chrome and IE the image is added ok. However, for Firefox...
View ArticleDisable right-click context menu on HeaderSpan in smartGWT
I have couple of HeaderSpans on my ListGrid, when I right click each header span, it will bring up a context menu like the following: attached. Is there a way to disable this behavior for HeaderSpan? I...
View ArticlePoolableSQLConnectionFactory - [...] Exception running pingTest
PROBLEM We get these exceptions and then our app freezes upon loading data. We restart tomcat and then our apps are happy. Please advise. Be sure your post includes: 1....
View ArticleAdding empty spacing between columns in a ListGrid
I want to have some spacing in between the column Statuses and Users. This is current look: http://i.stack.imgur.com/DzUiU.png I want to add some spacing between to separate the 2 header spans Statuses...
View ArticledisplayField not working correctly in my SelectItem dropdowns
Dropdowns in my applications are displaying their "valueField" data when the page loads, rather than the correct displayField data. If the user clicks on the dropdowns, it populates with the correct...
View ArticleListGrid and aria-posinset
Dear Isomorphic team, we have a short question, wether it is desired behaviour or a bug. If we set ListGrid.setShowAllRecords(Boolean.TRUE), the generated HTML for a line in the grid looks like <tr...
View ArticleIE Clients fail on XHR when fetchData called to CORS server. Chrome, FF,...
Summary: Internet Explorer either gives a popup or does nothing when making a XmlHttpRequest via SmartClient's datasource.fetchdata() if the server (CORS enabled) is on a different domain. It works...
View ArticleTimeline Criteria
Dear Isomorphic team, we have some questions about the TimeLine object. We setted the autoFetchData: false option. But we need to have this TimeLine bound to a dataSource. This is already done, the...
View Article