Session in client side
SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10) Browser Version : IE 11.0.9600.17843 How to get the attribute value from Session in the EntryPoint class. I need to get...
View ArticleShowcase Demo application problem
Friends, I have some problem with start the demo application from Smartgwt Showcase. This is the link: http://www.smartclient.com/smartgwt/showcase/#featured_complete_app So i have to create every...
View ArticleDateRangeItem
Dear Team, I tried using a Date Range Item in my Dynamic Form. But I have a requirement specifying both the from and to dates appearing in the Date Range Item as mandatory. How should I validate this....
View ArticleXMLTools problem with Chrome 45
Hello, Since the last version of Chrome (45), it seems it's not possible to get the value of an attribute in a XML document with a XPath query. Here is a simple example to reproduce : Code: var xmlDoc...
View ArticleDifferent border for date picker in IE11 & Edge
Hi, The date picker border is dotted in IE 11 & Edge. In Chrome & Firefox looks fine. See http://www.smartclient.com/smartgwt/showcase/#grid_editing_new_row Just try to edit a value from the...
View ArticlegetPrintHTML() of Timeline
Hi there, I'm trying to call the printHtml of a Timeline. It seems that all events are left out of the export, even if I set the printForExport to true. I've tested this against every browser and the...
View ArticleValuesManager and MultiFileItem
SmartClient Version: v10.0p_2015-08-28/Pro Deployment (built 2015-08-28) Hi I have a dynamic form with a MultiFileItem in it. It has worked fine until now, but when I tried to move the MultiFileItem to...
View ArticleValueIcons for listgrid fields with SelectItem type and optionDatasource
Hey guys, I am currently working on an optionDatasource for a listgrid field. The listgrid field is of type SelectItem and should also show valueIcons. The datasource works fine, but I have some...
View ArticleStrange datasource error log entry after upgrading
smartgwt 5.0p. Right now running on 2015-09-03 but has been like this for a while. Hello. I have a datasource, location with a custom type, "position", that i've used for years without issue. I...
View ArticletransformResponse() not being called with POST operation of a RestDataSource
SmartClient Version: v9.1p_2015-03-26/Pro Developmentv I am trying to upload a file to a REST API and have a callback execute when the file has been uploaded. Below are the relevant portions of my...
View ArticleStrange Timeline width-warnings in log
Hello, just noticed that whenever i load my timeline, i have started getting weird errors in the log: Code: eventCanvas_isc_OID_36:width specified as fractional coordinate:4.166666666666667. Rounded...
View ArticlenativeName: java.util.ArrayList cannot be cast to java.lang.String
The same nativeNames for different dataSourceFields are causing class cast exception during loading of dataSources. Reproduced in Smargwt 3.1p EE showcase (build 2015_05_26) NOT reproduced in Smartgwt...
View ArticleSmartClientWebDriver: Getting collection of row values from particular column.
Hi, Our Smartclient application has a Listgrid which binded with REST data source. In this case, we are having n number of rows and columns. This application is developed using smartGWT4.1 version....
View ArticlerequiredTitleSuffix property after setting canEdit false.
Hi, We observe an issue that requiredTitleSuffix lost after setting canEdit false. It can be reproduced on SmartClient_v83p_2015-09-02_PowerEdition but not able to reproduce on...
View ArticlexPath issue in Chrome 45
Hi, after updating Chrome today, xPath parsing in DataSources seems to be somewhat broken. I created a short example to demonstrate the issue: Code: public class TestClass implements EntryPoint {...
View ArticleUsing MultiFileItem with RESTDataSource
We are using: SmartClient Version: v10.0p_2015-09-01/LGPL Development Only (built 2015-09-01) Browser: Chrome Version 44.0.2403.157 m (but we have had the same result in IE11 and Firefox) Basic data:...
View ArticleEditable Server-side DataSource
Dear Team, In Editable Server-side DataSource I have used your examples to know about it using the below link http://www.smartclient.com/#FSeditableServerSideDataSource But I tried test it and I found...
View ArticleSending RPCRequest as json from java client
Hi, I am sending a RPCRequest to the server as shown below. It works fine except when I add the the statement to setContentType to json as shown below. In this case the getParameter statement in the...
View ArticleDoes timeline support filterData() ?
Hello. Tried doing a simple filter to the events in my timeline. Like this: Code: Criterion filter = new Criterion("name", OperatorId.EQUALS, "Banana"); myTimeline.filterData(filter); Alas, when i add...
View ArticleJavadoc example Javascript instead of Java / Enhancement suggestion / Hilite...
Hi Isomorphic, please see ListGrid.canEditCell(). The example should be: Code: @Override public boolean canEditCell(int rowNum, int colNum) { Record record = this.getRecord(rowNum);...
View Article