Questions tagged [smartgwt-pro]

Smart GWT Pro is a licensed GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management

Smart GWT is a licensed GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management. Best for professional developers building simpler workgroup applications, and micro-ISVs.

For more info please visit: https://smartclient.com/product/

31 questions
0
votes
1 answer

How to select directory on Smartgwt

I need to add chooser for directory as JFILECHOOSER on SMARTGWT. Any suggestions please? I have tried this but I must select the file. FileItem = new FileItem();
Mouazi
  • 1
  • 1
0
votes
1 answer

com.isomorphic.datasource.* and com.smartgwt.client.data.*, how do they differ?

Basically I am trying to understand the scenario when which DataSource to choose between com.isomorphic.datasource.DataSource and com.smartgwt.client.data.DataSource I see that some functions like setProgressiveLoading is not available in isomorphic…
Ajay Dsouza
  • 307
  • 3
  • 10
0
votes
1 answer

SmartGWT ~ Field Title Span Two Lines

Is it possible to make a ListGridField's title span two lines? I have a listGrid with a very long title "Meets one or more Function / Job Requirement" This is a very long title and in some cases can take room away from the other columns widths. Is…
Andrew Pullins
  • 496
  • 1
  • 14
  • 24
0
votes
1 answer

SmartGWT ~ DSRequest download file

I am writing a server side class in smartGWT that fetches a record from a table and downloads a binary blob as a file from the database. The goal is to get the binary file attachment to download to local computer. I was told that I could use…
Andrew Pullins
  • 496
  • 1
  • 14
  • 24
0
votes
1 answer

Smart GWT RollOver Canvas in List Grid fields

Normally When we add roll over canvas in smartgwt list grid, that canvas automatically added to end of list grid row. Sample code…
Chamly Idunil
  • 1,848
  • 1
  • 18
  • 33
0
votes
1 answer

DateItem in smartGWT auto translate UTC date to local client browser date in Javascript

I am currently using smartGWT 4.1 in java to display UI element (dateItem) calendar to our clients All the values(in java Date Object) are in UTC format. However, when passing into dateitem.setValue(date) Javascript from smartGWT auto translates the…
0
votes
2 answers

How to add UTF-8 support to SmartGWT application

I am implemtnting a smartgwt application for a client that need support to utf-8 language(RTL). Now I have a listgrid which takes in persian text and when i try to save it to my mssql 2008 database, it saves it like this ????? instead of the perisan…
ZAJ
  • 793
  • 3
  • 23
  • 50
0
votes
1 answer

JSP compilation error in tomcat 8

Previously I was using tomcat 7.0.30 and recently I moved to tomcat 8.0.21 After that, whenever I am trying to access my application, it gives JSP compilation error like below, The return type is incompatible with…
pratik thaker
  • 21
  • 1
  • 7
0
votes
1 answer

SmartGWT - Filter Listgrid data depending on entered value in another cell

I have a listgrid which has 4 columns. Code,Name,Qty and Price. the name cell is a Combo Box which loads the names via datasource. So far all is fine. now i want to be able to enter a code in the Code col cell and then i want the Combo box to…
ZAJ
  • 793
  • 3
  • 23
  • 50
0
votes
1 answer

Handling click event on SmartGWT RibbonBar

I have a ribbonBar with 4 Button on it. Now on each of the button clicked I want to perform some action. But the problem I have is how do I get to know which button is clicked. Can somebody guide me.Below is my code and screenshot. By the way I am…
ZAJ
  • 793
  • 3
  • 23
  • 50
0
votes
1 answer

SQL Templating in SmartGWT

I am trying to use SQL templating in smartgwt to load data from my database into a listgrid but I am not able to get the desired result. This is the raw SQL query which I am trying to adopt in SmartGWT to get the…
ZAJ
  • 793
  • 3
  • 23
  • 50
0
votes
1 answer

Empty listgrid record cause

My client side code is as follows where I am sending some data to the server to just print out the output. But when it returns from the server I get a empty listgrid record. what is the cause for this. Here is the screen shot of the issue if…
ZAJ
  • 793
  • 3
  • 23
  • 50
0
votes
1 answer

smartGWT listGrid change checkBox to image

hi all i am using smartGWT 4 . i want to change the listGrid checkBox to radio button image i used the following methods but non of them works : listgrid.setBooleanTrueImage("radioSelect.png"); …
mohammad
  • 2,142
  • 7
  • 35
  • 60
0
votes
2 answers

Migrating from Smart GWT Power 3.0 to 3.1

I'm starting my intership next Monday. My mission is migrating an application from Smart gwt 3.0 to 3.1. The application works with XML's Datasources and Xpath to query all data. It works within a Maven Project and uses…
Slifer
  • 175
  • 1
  • 1
  • 10
0
votes
1 answer

Hightlighting a particular text dynamically on the screen using smartGwt

I Have an implemented a search screen , like hows it done in the windows but im not able to highlight the text for which search was made. i tried to use window.find () but its not available in smartgwt
Ekata
  • 259
  • 2
  • 7
  • 21