Quantcast
Channel: SmartClient Forums
Browsing all 4756 articles
Browse latest View live

Deadlock in SmartGWT v5.0 but not in v3.1

Hi I am experiencing DB deadlocks since upgrading to v5.0. I have 2 tables, PendingReservation and PendingItinerary with a foreign key column in PendingItinerary called PendingReservationID. Like so: |...

View Article


How to always show only the horizontal scrollbar on a ListGrid

Is there a way to always display the horizontal scrollbar, even if is not active, but the vertical scrollbar should be always hidden. Setting setBodyOverflow(Overflow.SCROLL) will show always both of...

View Article


Image may be NSFW.
Clik here to view.

js-error while editing in all browsers

Hi there I found a bug adding and startEditing a record of the listgrid. This happens if you add the element, leave the window with the mouse and wait several seconds. Another way to reproduce this is...

View Article

Image may be NSFW.
Clik here to view.

IE11 bug with startEdititng and MenuItem

Hi there, I found a bug if you add click a MenuItem which adds an record to listgrid. If you are clicking at the side of the MenuItem, the new record is correctly added and the editing starts. In IE11...

View Article

Calender's cell hover issue

Hi, We came across an issue with Calender (com.smartgwt.client.widgets.calendar) where the Hover message doesn't change if you move from one cell to an adjacent cell. We have seen consistent behavior...

View Article


Enabling scrollbars when the size of the dialog Window exceeds a particular...

Hi, I want the the dialog window to have a max size of 400-width, 400-height no matter what. Initially it should not display scrollbars. However when i add an item to this window which is of width more...

View Article

Can't make work UploadItem - Client freeze on SocketInputStream

I have a DynamicForm with only an UploadItem in order to upload an image file to the server. Code: mainForm = new DynamicForm(); mainForm.setNumCols(2); mainForm.setHeight100(); UploadItem fileItem =...

View Article

Image's HTML/CSS size attributes ignored in PDF Export

Version: SmartGWT Power Edition 4.1p20150205 We are experiencing image size issue in PDF exports since the 4.1 upgrade from 3.1. Our images now are always rendered with their original (image file)...

View Article


Usage question: How to fetch all rows (rowcount known) from the server

Hello Isomorphic, I have a settings table that I want to transfer in total at the start of my application with a handcrafted DataSource.fetch(...) (meaning this has nothing to do with a databound...

View Article


Usage question: Java Longs on the clientside needed?

Hello Isomorphic, I noticed that the signatures for FormItem setters are very different, e.g. void setValue(boolean value) void setValue(double value) void setValue(int value) void...

View Article

List Grid Line Breaks in non-edit

I have a list Grid with a Field with a TextAreaItem set as the EditorProperties. When I edit the ListGrid row it allows for carriage returns/line breaks, however, when I exit row edit the line breaks...

View Article

Image may be NSFW.
Clik here to view.

Copy the inputted value from one ListGridField to another ListGridField

Hello everyone! I need help! I have a code like this. ListGridField agentGrid = new ListGridField("agent", "Agents"); ListGridField percentCommissionGridAgent = new ListGridField(...

View Article

Image may be NSFW.
Clik here to view.

Calendar event hover style

Hello, I am trying to customize hover on calendar week event, i added: Code: setEventCanvasHoverHTMLCustomizer(new EventCanvasHoverHTMLCustomizer() {   @Override   public String...

View Article


RestDataSource transaction and cacheAllData response handling bug

Using the latest build of SmartClient. Situation: RestDatasource A is cacheAllData RestDatasource B is normal RestDatasource. First I fetch the data from DsA then I start a transaction and fetch ds A...

View Article

Image may be NSFW.
Clik here to view.

Backspace in ComboBox returns to the previous page

Hi, we have a problem with the ComboBoxItem. In our case we do a login that directs us to our smartclint-gui. After multiple clicks we can open a view, where a ComboBoxItem is shown. The text in the...

View Article


Image may be NSFW.
Clik here to view.

Cannot read property 'length' of undefined in ISC_DataBinding.js: getRange :...

Hi Isomorphic, We are using the SmartClient Version: v9.1p_2015-03-18/Pro Deployment (built 2015-03-18). In my code, I have 2 local DataSources, 1 TreeGrid and 1 ListGrid. To simplify the issue, I’ve...

View Article

Feature request: method to retrieve filtereditor criterions without listgrid...

It would be very useful to retrieve the filtereditor criterions of a listgrid seperated from the criteria of the listgrid. There is a method _getMappedCriteriaValues which does exactly this, but it is...

View Article


Export to Excel from paged Listgrid

Hello, We are using SmartClient javascript, SmartClient_v100p_2015-02-21_Pro edition. We need help with exporting data from a paged listgrid. For the same we used exportData() but it needs Results.xlsx...

View Article

ListGrid sorts incorrectly

I have a ListGrid that sorts by a column. The column has a displayField and a valueField defined. The ListGrid starts out with the rows correctly sorted. If the user scrolls down, more data is loaded...

View Article

SmartClient Server + Non-SmartClient Controls on the front end

I am using SmartClient on the front end only for datasource access and not including any of the controls. To get SC to work with no errors I have to include many dependencies that based on its names...

View Article
Browsing all 4756 articles
Browse latest View live