I would like to encode SortSpecifier[] for persistence via REST
I would like to encode SortSpecifier[] for persistence via REST Datasource. Actually I have form tied to a RestDataSource. I like to persist the user-specified SortSpecifier[] (via...
View ArticleAutomatic scrolling with 90% zoom
Hello, When the Canvas property showCustomScrollbars is set to false and a browser zoom to 90%, the ListGrid is automatically scrolling upwards. Scenario : 1....
View ArticleSetting MySQL variables before DS query
Hi all, I have a Datasource definition that looks sth. like this: Code: <operationBindings> Â <binding operationId="xyz" operationType="fetch"> Â Â <selectClause> Â Â Â Â *...
View ArticleDatabound dependant select in ListGrid
Hi all, I am displaying a ListGrid, I have 3 piece of data that I'm displaying, "Name", "Data Type" and "Mapped Field". In this ListGrid the Mapped Field attribute is editable. The editor type is a...
View ArticleRotating of labels not working
SmartClient_SNAPSHOT_v91d_2014-01-30_PowerEdition Using the following test case, the x-axis labels are overlapping for the chart. If I set the width of the chart to a smaller value, the labels will...
View ArticleHow to access SQLBrowser?
Hi Isomorphic -- Is there a way I can access the SQLBrowser independent of the Visual Builder? It seems handy to me to have a way to view my SQL tables independent of a DataSource (e.g. to show all...
View ArticleBatchUploader encoding problem
Hi all, I have a BatchUploader to import data from a csv file. All well, except that it fails to show in the grid the following TM sign correctly: â„¢ Instead, it is showing the following question mark:...
View ArticleOperation times out after export to CSV in Chrome
Hi all, I download no problem data from a ListGrid to a CSV file, both in Firefox and Chrome. But while in Firefox the application works immediately after the download, it gets stuck in Chrome for a...
View Articlebug report: DynamicForm colWidths formula incorrect
Consider the following code: Code: isc.DynamicForm.create({ Â width: 700, Â numCols: 4, Â colWidths: [25,50,25,"*"], Â fields: [ Â Â Â { title:"B", type: "binary" }, Â Â Â { title:"T", type: "text",...
View ArticleTo set the Maximum allowed selection in a MultiComboBox
Hi , Is there any option to set the Maximum allowed selection in a Multi ComboBox ?? Thanks, Ajith
View ArticlePortlet with chart component and listgrid
Hi Isormophic, I have a problem with drawing listgrid and chart (Used CoreChart component) inside one portlet. May I know is it a possible thing to do ? If yess.. I'd be really thankfull if you could...
View ArticleisBeforeFirst()/isAfterLast() throwing exception
I am getting the bellow message always in my logs, I need to know what does it mean Code: SQLTransform - [builtinApplication.listByEditor] isBeforeFirst()/isAfterLast() throwing exceptions - attempting...
View Articlehow to draw chart and listgrid in one portlet
Hi, Anyone plz send me a sample code which can draw listgrid and chart in a single portlet. Thanks....
View ArticleMultiple Tables without Beans (Beanless mode)
Hi, my questions is, is it possible to use a Datasource that contains data from multiple tables without javabeans, so in beanless mode? If it is possible, how would I approach it? Hopefully someone can...
View Articleform and their properties
Hello, Could you tell me where I can find different methodes ( exp: setCriteria () , getValuesAsCriteria () ... ) And their properties for the different form (DynamicForm, ListGrid, TreeGrid ...) ?...
View ArticleDrawOval - getRadiusX && getRadiusY??
There is a method setRadii(rx,ry) but there is no method getRadii...? Why ? How can we achive this? Thank you
View ArticleRow is expanded after using TextArea as editor type of field
Hello Sir, I want to display the text area when user wants to edit the cell. After adding following lines, text from cell is displayed in multiple lines inside the test area but height of the row gets...
View ArticlegetCurrentExpansionComponent not fully implemented
I'm testing smartGWT 4.1p Browser Firefox 25.0.1 Linux Mint 14 The documention say: Parameters: record - rowNum or record to get the expansionComponent for My code from smartGWT 3.1p that is working:...
View Articleanyway to control initial height of row headers in cubegrid?
SmartClient v9.1d 2014-01-21 IE9 Google 26 In the cubegrid, I have a row header that wraps and it's cut off on the bottom. I set autoSizeHeaders: true, but this had no effect. I realize that the header...
View ArticleJS Error in IE11 with IE9 compatibility mode
Hi, we have a particular window that should load in IE9 compatibility mode, and it seems that by a corner case that I have not been able to reproduce with "plain" sources, a JS error is raised while...
View Article