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

Clear Sort in ListGrid/TreeGrid

In all your grid examples it seems that Clear Sort menu item (and ListGrid.setSort(null) as well) only removes the sorting icon from the header but does not actually "un-sort" the grid. However your...

View Article


LinkItem doens't render icons

SGWT: 5.0p FF:26 Code: public class Main implements EntryPoint {     @Override     public void onModuleLoad() {         new DynamicForm(){{             setFields(new LinkItem(){{...

View Article


ListGrid Cache Incorrectly Invalidated

Configuration: ListGrid is configured with dataProperties having useClientFiltering:false and useClientSorting:false. We have custom sorting/filtering implementation on the server and do not rely on...

View Article

DSField.getType()

Is there any enumeration/String values for DSField.getType() on the server side? It returns only a string.. .I would like to compare it , e.g. if (field.getType().equals(Types.INTEGER)) ... And writing...

View Article

Upload a file using Drag and Drop on the Browse button in the Browser

We are using file upload from the gwt but i want to upload the file by drag and drop in the browser. It is working fine with chrome browser but not working with Firefox because in Chrome it is showing...

View Article


Remove smart gwt filters

Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 In my list grid i am applying filters using :- setShowFilterEditor(true) My...

View Article

summary disable for specific fields

Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 I have implemented grid summary function for my list grid by using...

View Article

Advanced Column Picker feedback, column locate/jump question

1. Advanced Column Picker feedback a)You currently allow moving one field at a time left or right via the arrows. Missing, are the arrows that move all fields left or right. This would allow a user to...

View Article


Possible bug with server summary for field from different table

Hi, SmartGwt Power 4.1. build 2014-10-29 using MSSQL database. I have a datasource where I join in multiple tables using tableClause: Code: <DataSource...

View Article


Problem setting summary functions in client

Hi, SmartGwt 4.1p Power build 2014-10-29. I have a grid where I want to have the SmartGwt server calculate the grid summaries. To avoid create a separate datasource or a separate operationId for the...

View Article

DELETE action sends data in URL

I've been struggling with the RestDataSource (SmartClient 10 evaluation version of October 13th, 2014). I've defined a BaseRestDataSource that extends RestDataSource and sets it up for a RubyOnRails...

View Article

WebLogic 12.1.3 JDK 1.7.74 Compatibility

Hi Isomorphic, I would run Isomorphic SmartClient 9.1 into WebLogic 12.1.3 container under JDK 1.7.74. SmartClient requeriments say "BEA WebLogic 6.x, 7x, 8.x, 9.x, 10.x, 11gR1". Are there any problem?...

View Article

Repeat ListGrid headers in pages when exporting to PDF (or printing)

We use RPCManager.exportContent for PDF exports and Canvas.showPrintPreview for printing. But when we export (or print) listgrids that spans mutiple pages, we don't get repeating headers. For our...

View Article


How to customize the showPrintPreview() window

Hello, we currently utilize the showPrintPreview in most of our reports. Unfortunately, we have some clients that "miss" the X-button to close the window and get back to the main application. Instead,...

View Article

Excel Export not working

The excel export is not working since I upgraded to the latest nightly (it always worked with this exact code). Testcase: Code: public class TestingModule implements EntryPoint {         @Override...

View Article


Image may be NSFW.
Clik here to view.

Switching to Smartgwt 5.0 from 4.0 createRecordComponent issues

SmartGWT 5.0,Browser Firefox 21.0 Hello I have a problem with the createRecordComponent on smartgwt 5.0(on smartgwt 4 worked fine until i switch to 5),it doesn't redraw the others records images cell...

View Article

\log4j.isc.config.xml file out of war

Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 We want to take the file log4j.isc.config.xml out of our war packet.Can you please...

View Article


Application not deploying on Local

Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 We are getting below error on our local development mode. Can you please elaborate...

View Article

ListGrid, DataSource and foreignKey

Hi, I have two datasources described like this Code: isc.RestDataSource.create({     ID:"client",     fields: [         {name:"id", type:"sequence", title:"id", primaryKey:true},         {name:"name",...

View Article

Versioning of static content

Hi, We are using the SmartGWT v4.1 and want to achieve versioning of the static content generated (ie. Images, JS and CSS) to ensure latest content is picked with every deployment. How can we achieve it?

View Article
Browsing all 4756 articles
Browse latest View live