0
votes
0answers
15 views

Flex DataGrid Vertical Lines render on top of Vbox

I am currently working in Flex 3.5 Inside a DataGrid with fixed columns, there is a button that causes a VBox to appear on top of part of the DataGrid. However the vertical lines that divide the ...
0
votes
2answers
20 views

How to call a remoteObject method that is outside of my TitleWindow component on Flex?

I have a TitleWindow component. It allows me to save some data provided through 3 TextInput. That data "fills" a DropDownList which is in another TitleWindow component, not inside the original one. ...
-1
votes
0answers
36 views

How to update a Spark Datagrid in real time while keeping data sorted?

I have to maintain a highscore list in real time. My current solution is: On each update command (with max of 10 players changed score): update data in data provider use sortOn to sort data ...
0
votes
0answers
18 views

flex spark datagrid getElements

How can I get element (ComboBox) in GridItemRenderer of Spark DataGrid Column? I need to check every item in dataProvider and if it's field1==null I need to setFocus on ComboBox that binded with ...
0
votes
0answers
22 views

adobe flex how do i target single cell datagrid dataprovider value

I want to set a value for the first entry in a datagrid column different than the default - because there's a dataprovider already, I got and error when i tried to hard code it. please help! thanks ...
0
votes
2answers
78 views

filling data grid with array collection of values objects from java

I would like to do statistics in flex. I have recuperated my array list from the java service when i clicked on a button and i recuperate the end and finish date of statistics when i test the return ...
0
votes
2answers
28 views

Multiple cell selection in DataGrid Flex 3

I'm using a DataGrid object to diplay data in a table. Is there a way to allow multiple cell selection with DataGrid? I've seen it's posible with AdvancedDataGrid but I want to keep this as a last ...
0
votes
0answers
16 views

Flex DataGrid with larrge number of columns

I have a Flex DataGrid with large number of columns, and the rendering tooks too much time ando sometimes it ends with timeout(function timeout). Is there any strategies to improve the performance ...
1
vote
0answers
28 views

Proper Flex 3 control (example would be great too) to display dynamic array

I need to display a table represented by the 2-dimensional array object (typed Object), with column headers and row headers coming from two separate Array objects. Size of the Array objects ...
0
votes
0answers
138 views

Flex 4 spark datagrid selected row change with tab

I'm trying to change the selected row in a spark data grid when tabbing passed the last column. In other words, I'd like to highlighted row to follow the active cell. Any ideas? Thank You.
-1
votes
1answer
60 views

WSDL to XML to FLEX Datagrid

OK, Bare with me here as this is some what new to me. I have a Webservice setup to reach out to my database and when called upon by a SWF, it returns an XML to populate a Datagrid. It is all working ...
0
votes
1answer
76 views

Sizing a Flex DataGrid to fit the data, then scrolling

I have a UI that is a master/details UI design pattern. There is a DataGrid that holds 1-n records in the top part section of a VDividedBox, then a details pane in the bottom part that shows details ...
0
votes
2answers
91 views

AdvancedDataGridColumn is less advanced than GridColumn?

Something that works <s:GridColumn dataField="country.code" headerText="Country Code"/> Something that doesn't <mx:AdvancedDataGridColumn dataField="country.code" headerText="Country ...
0
votes
2answers
83 views

How to handle a change in a custom GridItemRenderer

I'm using a DataGrid in one of my project, with a custom ItemRenderer for one of the column to represent a boolean value as a CheckBox <s:DataGrid id="clients" resizableColumns="false"> ...
1
vote
0answers
232 views

Flex 4 MX AdvancedDataGrid embedded font in header reverting to Times for only some users

I have a Flex 4.5 Application. We are using Spark DataGrids for the majority of our tables. However, there are a couple of instances where we need to use the MX AdvancedDataGrid as we need to do ...
0
votes
2answers
176 views

flex spark datagrid itemrenderer get owner component

in flex3 ,i can get the owner component by listdata in datagrid.but in flex4 ,there is no listdata property in itemrenderer,so what can I do to get the owner datagrid. I try the dataGrid= ...
0
votes
1answer
212 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
417 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
0answers
131 views

Light weight datagrid component for flex mobile\iOS?

I know that we do not have a table\datagrid component for flex mobile apps. Currently I am developing an iPad app, in which I am using datagrid(though it says it's not optimized), which works quite ...
0
votes
0answers
118 views

Flex DataGrid rows not rendered at all

My application uses numerous DataGrids. I have one pop-up with a DataGrid where, currently about 50% of the time, when the pop-up is first raised the DataGrid rows are blank - nothing is drawn, not ...
0
votes
1answer
238 views

Implementing horizontal scrollbar for specific column of datagrid in flex

How to implement horizontal scrollbar for specific column of datagrid in flex? Say I have a column whose rows are showing particular rendered graphics component. If it exceeds column width then how ...
0
votes
1answer
66 views

Labels are not shown for HeaderRenderer

I want my datagrid header to be rendered with date labels. I am using following code for the same. However my lables are not visible when I run actual application. Can anyone please suggest? import ...
0
votes
1answer
491 views

How to check/tick a CheckBox in the item renderer?

I have a grid table that contains ship objects(data provider accepts a array collection of ships objects) and displays just the name of ship and date in the grid table. My ship object has a property ...
0
votes
1answer
81 views

Flex Multiple Items selection is not working in DataGrid

I am making a component in mxml file and i am using DataGrid and getting object. gridTable is the object of the DataGrid and I am trying to select multiple rows by code. so I am doing ...
-1
votes
2answers
135 views

how to add a custom Tool tip to spark data Grid?

I want to add panel component as my tooltip for each row in my Spark DataGrid. So when mouse rollover the user can see the information for each the ship. I want a panel as my tooltip for dataGrid ...
0
votes
1answer
153 views

How to add a Image to the ToolTip?

I want to add a image to the tooTip that i have have currently. So that when u rollover the row its show a the ship information and a image of a ship. I want the image to be displayed according to the ...
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 ...
1
vote
2answers
896 views

How to add text Input in data Grid?

I m trying to add a textInput in the datagrid so that users can see that there is a textbox for them to edit. I have a textInputRender so that I can show the textbox in the dataGrid and update the ...
0
votes
1answer
270 views

How to show the DropDownList component in Flex DataGrid?

I am very new to flex. I have successfully added a dropDownList in my dataGrid table.The dropdownList works fine. Its just that since I am doing this for the user. I want to be able to see the ...
0
votes
2answers
134 views

How can I get whether advanceddatagrid data is modified or not in flex?

I have an advanced data grid with many rows and columns(editable). I want to save the data from grid only if there is any change made in the grid. How can this be done without using boolean variable? ...
1
vote
0answers
142 views

Drag & Drop data from one Flex application to another. Possible?

I googled for quite some time now, but was not able to obtain a definite answer. what we want to do in a Flex Web application is, for example, drag items from one DataGrid to a Flex app in a second ...
0
votes
0answers
168 views

Using JSON for flex datagrid

Server is returning us the following JSON, [{"id":"11111","progress":,"date":"Jan 14, 2013 12:00:00, "count":1,"status":0}, {"id":"22222","progress":,"date":"Jan 15, 2013 12:00:00, ...
0
votes
1answer
336 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
172 views

Flex DataGrid not wanted DataTip appears

Attached you will find a small project to show the issue, there is a screenshow as well in the zip. http://imageshack.us/photo/my-images/21/screenhunter50jan140842.jpg/ Uploaded with ...
0
votes
0answers
129 views

Flex Array of buttons in datagrid

I have an ExtendedAdvancedDataGrid with a column which has toggle buttons in it (here is a snippet of the mxml code): <columns:ExtendedAdvancedDataGridColumn id="toggle" sortable="false" ...
1
vote
1answer
62 views

How to call page down function in Flex DataGrid

I have DataGrid control in Flash Builder, it shows a long list of data. I want to set a timer, so every time the timer ticks, the timer will call a function which makes the DataGrid control do a ...
0
votes
0answers
116 views

Flex Datagrid Like Component

I need to develop a statistic application to render a complex set of data. The data will be in the format of rows with data organized into columns. Each column will potentially contain lists(which ...
0
votes
0answers
94 views

Flex vertical scroll bar is not appear when datagrid is disabled

I'm new to action script. i have created datagrid in a form. i have disabled the datagrid with ton of records when vertical scroll bar is not working. So i can view only limited rows in datagrid and ...
0
votes
1answer
328 views

Checkbox in dynamically generated DataGrid - how to retrieve selected value

I want to have a column in my dataGrid with checkboxes in it. My code that creates grid with the column looks like this: var dataGrid:DataGrid=new DataGrid(); var preparedColumns:Array=[]; ...
1
vote
1answer
348 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 ...
0
votes
0answers
119 views

Flex DataGrid display data that takes up multiple rows

For a project I'm working on, I have a requirement to display data for certain events that cover differing time periods. So, 1 event might be from period 1 to 4, another might be from 2 to 3, and they ...
1
vote
0answers
182 views

Flex Datagrid Column Align for numbers

I have a datagrid where I want to align certain columns in such a way that the text is center aligned(both headertext and data). When the data is numeric, I need to align in a way that it is right ...
1
vote
1answer
266 views

Flex Datagrid select multiple rows and send to amfphp backend

I was researching over the forums around the internet for some solution to send and ArrayCollection to AmfPHP but I didn't find good responses for that and how I can access the array on PHP side to ...
0
votes
1answer
145 views

Flex sort Datagrid with custom compareFunction (sort numbers numerical and text alphanumerical)

I need following result. All numbers use numeric sorting and all strings use alphanumeric sort. Further more , the numeric values should be listed before the string values: Example: before ...
1
vote
1answer
137 views

Scrolling functionality in Flex Datagrid header

I need to add left and right arrows for specific columns in Flex Datagrid. On click of left and right arrows the columns below should scroll displaying other columns. The first column of Datagrid is ...
0
votes
1answer
297 views

Flex 4.6 Mobile - Scrolling to the last added item in a dataGrid with variableRowHeight

I'm trying to set the scroll vertical position of a spark dataGrid to show the items as I add them to the grid. I know you can set the scroll position like this: ...
0
votes
1answer
171 views

mx:TextArea change part of text color

I have an item renderer with a textArea. <?xml version="1.0" encoding="utf-8"?> <s:MXDataGridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" ...
1
vote
1answer
310 views

Flex: alternatingRowColors alpha color

How to set alternatingRowColors alpah color in flex 4.6 spark DataGrid Answer: Tnx to www.Flextras.com I found it: In the DataGrid skin need to override prepareGridVisualElement like this: public ...
1
vote
1answer
74 views

Flexicious Highlighted Cell

I'm wondering about highlighted cells in Flexicious Ultimate DataGrid. Not highlighted rows, but highlighted cells. I think maybe they are called active cells? But my question is how can I remove all ...
0
votes
1answer
759 views

Flex Datagrid ItemRenderer

I'm using Flash Builder 4.6 to create a schedule for the next 12 hours. The rows hold employees and the columns represent the hours. I want one GridItemRenderer that can be used by all cells to ...

1 2 3 4 5 13