0
votes
1answer
181 views

How to change the component's properties in an item renderer dynamically?

I have data grid table that contains an array of shape objects.The GridColumn in my data grid table calls an item renderer called "MovementLogItemRenderer". In my "MovementLogItemRenderer" I have a ...
-1
votes
2answers
360 views

Flex : How to reuse Item renderer?

I have a data grid table, the gridColumn in the dataGrid table calls a "DropDownListItemRenderer". Using the same item renderer I want to change the contents in the drop down list according to the ...
0
votes
2answers
108 views

working with Spark Datagrid selectionChange and Keyboard Array

I have a Spark DataGrid with a listener to selectionChange event. The function listening to the dataGrid checks if the new selected row has a different partner_id from the partner loaded. If it is ...
-1
votes
1answer
33 views

spark datagrid selectable

Is there a way to make text inside spark datagrid cells selectable? I don't want to make the cells editable. I've tried extending the DefaultGridItemRenderer and setting selectable = true on it, but ...
0
votes
2answers
1k views

Change background-color Cell in Datagrid (Flex 4.6)

I'm trying to alternate between two background colors for each cell in a datagrid. It changes its state upon double clicking in a particular cell. What I want is that the user be able to select ...
0
votes
1answer
315 views

how to select all rows or selected rows in datagrid using checkbox in flex

Actually i need to code select the rows in datagrid using checkbox. Then if i select a rows, that rows only going to print. if i nothing to select a rows, get all rows going to print. Plz help the ...
1
vote
1answer
318 views

Flex DataGrid Not Updating When Loading New Excel File

I am new to Flex coding and am trying to import an Excel file so that I can work with it later. I've cobbled enough together from the two articles below so that I can successfully load one Excel file ...
1
vote
1answer
126 views

highlighting mx:datagrid individual cell on drag event

I'm new to flex and recently assigned a project where I need to work on datagrid to make it able to highlight individual or multiple (but adjacent) cells based on the item being dragged from a list. ...
0
votes
0answers
57 views

Scrolling Datagrid headers in flex on Click of arrow button in header

I need to place left and right arrow in datagrid header and on click of the arrows, datagrid header should scroll and display the columns according . Please let me know whats the best way to do this. ...
0
votes
0answers
296 views

Flex 4.5 spark datagrid Itemrenderer Memory Leak

We have Spark dataGrid which Contains many ItemRenderers. we load more than 200 rows every time. This causes memory leak in our app. So Is there any way to free the ItemRenderers? Problem is almost ...
1
vote
1answer
123 views

How to transpose data in Flex dataGrid

I have an arrayCollection with 3 columns as such: Col1 Col2 Col3 a 1 X b 2 Y c 3 Z d 4 W I want to tranpose this set of data and display it in Flex ...
1
vote
1answer
115 views

Is the itemrenderer function model inefficient or just the example?

I've heard or read somewhere that for performance reasons one should avoid the itemRendererFunction but being that I can't find the source of that comment is it possible that it's the example code in ...
0
votes
3answers
647 views

Horizontal and Vertical Scrollbar in Datagrid - Flex 4

Snippet of my code pasted below : <s:Scroller width="100%" height="100%" > <s:Group width="100%" height="100%" > <mx:DataGrid id="corrDataGrid" width="100%" height="100%" ...
0
votes
0answers
149 views

Converting MXML components to AS 3

I have this custom renderer for alternating row colors for datagrid written in MXML format and I want an equivalent AS code without using the compiler generators. <?xml version="1.0" ...
1
vote
0answers
450 views

Problems with a data grid editable column in flex

my problem happen when I am using an object reference inside of my dataProvider, I'll show an example below: <fx:Script> <![CDATA[ [Bindable] private var provider: ArrayCollection; ...
0
votes
1answer
252 views

does as3xls library hadles hyperlink in excel file..?

Is "as3xls library" capable of handling a hyper link in excel file, is there any other library which i can use for importing data from .xlsx file. as3xls is limited to .xls only.
1
vote
1answer
236 views

How to loop over radiobuttons Itemrenderers in datagrid in Flex

Hello can someone help on looping on radiobuttons item renderers in a Flex MX Datagrid? My datagrid code is as follows: <mx:DataGridColumn width="20" headerText="isDefault" ...
0
votes
2answers
800 views

Flex Datagrid Editable In runtime

in my flex application i have a datagrid as 2 columns editable and remaining columns are non editable. in some condition, in runtime i have to change the editable column to non editable...how can i do ...
0
votes
1answer
331 views

Flex Spark DataGrid: ReferenceError #1069 in GridItemEditor

I'm coding a generic <s:GridItemEditor> for spark DataGrid, to create dynamically an appropiate UIComponent for edition, depending on properties types. Some properties linked to GridColumn's ...
0
votes
1answer
525 views

Limit Flex Spark DataGrid ItemRenderer data to column

I've got a DataGrid in my mobile application (I know, I know but there's currently not other solution for this), that numeric values. Depending on the value of a cell, the text gets colored. My big ...
0
votes
0answers
65 views

Styles are not showing up in code hinting and result in compiler error

I've extended the Spark DataGrid and placed it in my library and now the styles are not showing up in code completion (although they are still there). For example, if I set "borderVisible" then save, ...
2
votes
1answer
846 views

Flex 4.5: Spark DataGrid with custom ItemRenderes

Firstly sorry for the really lengthy question. I am trying to implement an Org.Chart using spark DataGrid. The data for the Org.Chart does not change and hence I am hard coding the values. I had to ...
1
vote
1answer
271 views

Add new rows in datagrid flex 4?

I need to insert some values of sliders, positions to datagrid in flex 4. Then i'll save those values in MySql. All the values are overwriting on the first row of datagrid, how to insert new rows? I ...
0
votes
1answer
187 views

Transpose Datagrid in Flex

I would like to have a datagrid that is transposed in flex. I believe I can do this with an OLAP datagrid but this seems a bit heavy weight. I just want a standard datagrid with a different ...
0
votes
1answer
3k views

Flex: get column index in custom itemrenderer for spark datagrid

I am trying to use the same custom renderer for all the columns in a spark DataGrid. I need to know the dataField or columnIndex based on which I can change state in my custom itemrenderer. Earlier ...
0
votes
2answers
679 views

Spark Datagrid editor - numbers only

I want a spark datagrid that allow a user to input numbers only. They can only input number with up to 5 decimal places. I am struggling with this in Spark. I can do it in Flex by using the ...
1
vote
1answer
345 views

Flex 4: Fetch dataField from DataGridColumn

I have the following datagrid: <mx:DataGrid id="question" x="9" y="289" width="100%" height="54" visible="{false}" > <mx:columns> <mx:DataGridColumn ...
0
votes
1answer
263 views

Intercept value passed to item editor?

I'm trying to intercept the value that is taken from a DataGrid's GridColumn's itemRenderer and applied to the itemEditor, and vice-versa. I need to be able to format this value. However, my project ...
1
vote
1answer
2k views

Dynamic ItemRenderer for Flex Datagrid

I have DataGrid with Dynamic Columns. The columns will contain ItemRendrer. I'm not familiar with dynamically adding ItemRenderer. My code is: var column:DataGridColumn = new DataGridColumn(); ...
1
vote
2answers
804 views

How do I shrink the default Spark DataGrid row height and keep the text vertically in view

In the Spark DataGrid the default row height is about 22 px. I would like to set the default row height to 18 pixels and I can do this easily enough with the rowHeight property but what happens is ...
0
votes
0answers
113 views

Datagrid with form : reading checkboxes

I am having a data-grid, whose first column is like Names(which I have fetched from a database). Now I want to get some information about that person, So I am having my other columns like age, city, ...
0
votes
1answer
2k views

Flex spark datagrid and word wrapping

I would like to have a spark datagrid that wordwraps all rows where relevant. At the moment it appears like the width of a cell is dependent on the contents of the first row and then subsequent rows ...
0
votes
1answer
103 views

Flex Datagrid Selection

I have a dataGrid in Flex to which data is added dynamically using dataGrid1.dataProvider=myArrayCollection; The DataGrid is non-editable and defined in mxml as <mx:DataGrid id="dataGrid1" ...
0
votes
0answers
1k views

Flex 4 Datagrid itemrender

I'm using s:MXDataGridItemRenderer for my Datagrid. The click event for an image inside the ItemRenderer is not getting dispatched.I have pasted my code below. ItemRenderer: ...
0
votes
2answers
1k views

Flex tooltip on spark datagrid header

Is it possible to set a tooltip just on the header of a spark datagrid. I do not want any tooltips on the data - just the header. I have played with mouse over and this sort of looks like it might ...
0
votes
1answer
604 views

When Scrolling my checkBox in itemRenderer is checked/unchecked

This is my application: <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"> <s:layout> ...
0
votes
2answers
455 views

Flex Datagrid with conditional links

I need your help on following. I have one datagrid which use an arraylist as a data provider. Now my requirment is in that arraylist i have one statusId as one variable or say property which i ...
0
votes
1answer
3k views

Flex Spark datagrid - disable selection of a row

I want to disable (and look disabled) some rows in a spark datagrid. I found this answer to stop selection which is great In flex, is there a way to capture and optionally cancel a row selection event ...
2
votes
1answer
474 views

NumberFormat Columns of Datagrid in Flex

I am filling my datagrid using XML as datasource. I need to format the numeric columns with thousands of separators. Thus I have created a <mx:NumberFormatter id="setNumberFormat" .../> But I ...
0
votes
1answer
491 views

Clear DataGrid in Flex including headers

I have an MX Datagrid which is populated with data as such: <mx:DataGrid id="myDG_2" dataProvider={myDP} x="278" y="233"> <mx:columns> <mx:DataGridColumn ...
0
votes
1answer
119 views

Customize Datagrid columns visibility

I am loading my datagrid with data from a XML file as the example below. My XML file consists of 4 columns of data that shows into my datagrid. However I want the datagrid to show only certain columns ...
0
votes
1answer
2k views

Problem: horizontal scrollbar for flex datagrid

I have 10 columns in datgrid so i want datagrid to be horizontally scrollable. Im getting vertical scrollbar(auto generated without specifying vertical scroll policy on) for mxDatagrid but Im not ...
0
votes
2answers
526 views

Format Rows of Datagrid differently in Flex 4

I am using the following itemrenderer in one of the column of my datagrid. However I want to format each row of the datagrid differently. The column consists of numbers but some need to be formatted ...
1
vote
2answers
351 views

DataGrid ItemRenderer Error

I am populating 3 columns of my datagrid using a simple XML file. The last column is supposed to be an itemrenderer, basically a Button. However the button should appear only on certain rows of the ...
4
votes
2answers
2k views

How to control a spark Datagrid's scroller position in Flex?

I'm using the new Spark Datagrid for a project, but I must confess the scroller is annoying me a little bit, so I would like to have some control over it. In other words, I would like to ...
0
votes
2answers
2k views

How to turn off grid lines in Flex Spark DataGrid

Just as the title says, how can I turn off horizontal and vertical grid lines in a Flex Spark DataGrid?
1
vote
2answers
815 views

Flex AdvancedDatagrid editable but not allowed to change data

I have an advanced datagrid, but I want users to allow to copy some lines they want. when I use the property editable they are allowed to select the text they need, but they also are allowed to edit ...
1
vote
0answers
307 views

Flex add a tree in datagrid in column header

I have a question regarding the flex datagrid. I'm just wondering if it's possible to put a horizontal tree view in column header. Each node will become a column in datagrid. I saw there are similar ...
0
votes
1answer
402 views

Flex 4 Datagrid overlay

I need to draw an overlay over a datagrid cell. I want the overlay to sit ontop of the underlying cell data and to display a crosshatch pattern ie: horizontal and vertical lines, like a mini-grid in ...
0
votes
1answer
413 views

Escaping html special chars in a datagrid column

i have a datagrid (6 columns) which displays strings from the database. I am trying to use a labelfunction to escape html special characters in the string (like &apos,&amp etc). I found this ...

1 2