Save grid by pressing Enter
Hello, I would like to know if is there an API for gridlists that would save the grid by pressing Enter. I notice the existence of this API for other objects, but nothing for listgrid....
View ArticleDo not display relative values for "datetime" in the FilterBuilder
I use the FilterBuilder : Code: FilterBuilder filterBuilder = new FilterBuilder(); filterBuilder.setDataSource(myDataSource); The myDataSource has different types of variables, part of them are...
View ArticleWrong width of TextItem in disabled form in toolstrip
Hi there i have stepped over a bug in using textitem with type date in a DynamicForm in a ToolStrip. If you initialize the form with disabled: true, the widths of the DateItems are wrong calculated....
View Articlehiding the last field in a ListGrid
SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20) IE-11 GWT 2.6.1 I have a ListGrid where the columns are dynamically selected in our UI from another widget. So when I go...
View ArticleIE8, addWindowClosingHandler and Calendar.addEventClickHandler.
In IE8, a ClosingEvent appears to be generated when clicking an event in the the month view Calendar. Code: Â Â Â Â com.google.gwt.user.client.Window.addWindowClosingHandler(new ClosingHandler() {...
View ArticleEdited Style
I have an editable listGrid with some text fields and some boolean fields. When I end one of the text fields, the row is shown in the edited-style(blue),which is correct, since I set...
View ArticlePrevent ListGrid auto update
E.g. I have a ListGrid setAutoFetchData(false), trying to add some new records and have not save yet. Meanwhile, another session is accessing the same DataSource as the above ListGrid, few new records...
View ArticleOffline storage is not working properly in case of session timeout
We develop webapplication using Java, smartGwt. We are following session timeout as 30 mins for our application. Whenever the user is logging-into the application we are putting 'sessionId' in...
View ArticleSending HTML text from server.
Smartgwt version 3.1. We are using HTMLPane to display HTML content. The HTML content is sent by the server. As of now we are making a servlet call to send the HTML content to the client. But I feel we...
View ArticleListGrid OptionDataSources and Sort
Hi, We have a list grid showing data of table X with 3 columns having the OptionDataSource enabled to the same table X (displaying the NAME field instead of the ID). Everything is all right in the grid...
View ArticleGet edited rows?
How to get the edited (unsaved) rows of a listgrid with .setAutoSaveEdits(false)?
View ArticleHow do we Bind a image to a TileRecord of a TileGrid
SmartGWT 5.0 FireFox 31.0 Im trying to use TileGrid feature in my application, but any how the grid is not able to render itself. I tried the following steps. TileGrid tileGrid = new TileGrid();...
View Articleios6 - Take photo or Video option not showing.
Hello All, I know we can not upload a pdf, doc file on ios. But the SmartGWT's UploadItem and FileItem control not showing the "Take photo or video" option. You can check the Showcase example(please...
View ArticleException in markForRedraw
hi, we have a large smartgwt-application using smart-gwt-5.0-2015-01-06 with gwt-2.6.1 on IE11. In the logfile we see the following exception, which looks to me like a Nullpointer-Exception in the...
View ArticleSectionStackSection: center title
How come it's so darn difficult to center the title of a SectionStackSection?? There are multiple old posts with different hints of manipulating CSS and we've tried several of these with no luck :/...
View Articlelistgrid preferences setViewState hangs when underlying table columns change
PROBLEM Statement: The view state can be saved in a DB and later retrieved. The problem happens when the column names are changed or dropped in the DB for the table the view state represents. Then...
View ArticleHow to stop the cross icon to show up in the TextItem on IE?
When user types in TextItem, there is a cross icon showing up (only on IE). How do I remove that icon? I have tried to set 'background-image' to 'none' and it does not help. Thanks for the help!...
View ArticleImproper Grid loading in SmartGwt running mode, works fine in debug mode
Hi, When we are loading a grid in Smart GWT Development mode it works fine. However when we load the same grid in Running mode it displays the database ids instead of the corresponding values in the...
View ArticleScreenreader not reading tooltips on FormItems
Hi, I recently discovered that tooltips I added to FormItems are not read by screenreaders. After looking at the generated HTML for these FormItems I didn't see that aria-states for reading these...
View ArticleUnable to disable hover for DateItem
Hi Isomorphic, I am using the DateItem with setSelectorFormat(DateItemSelectorFormat.YEAR_MONTH) On hover over the FormItem it shows "Choose a Year", "Choose a month", etc. I need to disable this text...
View Article