Grid component, part of Adobe Flex framework.
Questions tagged [flex-datagrid]
19 questions
1
vote
1 answer
Flex datagrid column disable and enable
In my flex application im using a datagrid with following columns

Aravinth
- 363
- 2
- 10
- 33
1
vote
1 answer
Spark DataGrid Disable Horizontal scroll and resize columns
Is there a way to get the columns to resize to the width of the new Datagrid instead of overflowing and showing the scrollbar? I've tried on the skin, setting all relevant properties and ran out of options. I just want it to behave like the previous…

Pedro
- 155
- 1
- 8
1
vote
3 answers
Flex: Database driven DataGrid: arrows disappearing
In Flex I'm using the following code to allow sorting in a DataGrid (the data is paged and sorted serverside).
private function headerReleaseHandler(event:DataGridEvent):void
{
var column:DataGridColumn =…

Niels Bosma
- 11,758
- 29
- 89
- 148
1
vote
1 answer
Flexicious DataGrid FlexDataGirdEvent.EDIT_END special case
I have a Flexicious DataGrid set up, and I have an ItemRenderer set on a certain column. Now, when I am editing an editable cell, and then stop editing it, the DataGrid fires a FlexDataGrid.EDIT_ITEM_END event (or something like that). When this is…

user1513171
- 1,912
- 6
- 32
- 54
1
vote
1 answer
Flex DataGrid: Adding an item listener to a cell to listen for ITEM_EDIT_BEGIN in another cell of the same row
I'm a little stumped on how I should go about doing something.
I have a FlexDataGrid with a bunch of columns. One of the columns has an ItemRenderer for it. I want all the cells in this column to listen for an event. The event I want the to listen…

user1513171
- 1,912
- 6
- 32
- 54
0
votes
2 answers
Flex datagrid not updated properly
I have two tables: Person {pID, pName, deptID} and Departments {deptID,deptName}
An SQL statement like this gets me the name of a person and the department name:
SELECT pName, departments.deptName FROM people INNER JOIN people.deptID =…

Shailen
- 7,909
- 3
- 29
- 37
0
votes
4 answers
how to generate serial number using labelFunction in datagrid?
how to generate serial number using labelFunction in datagrid?

Hari kanna
- 2,461
- 6
- 29
- 43
0
votes
1 answer
How to generate serial number for datagrid according to the number of rows?
How to generate serial number for datagrid according to the number of rows?

Hari kanna
- 2,461
- 6
- 29
- 43
0
votes
2 answers
Flex : Use custom background skin on datagrid header for currently sorted column
I use a flex mx:datagrid. I can set the headerBackgroundSkin to specify a skin or a picture to be displayed in all datagrid column's headers and it works just fine !
The problem is I can't find any way to specify a custom skin for the currently…

Kim
- 3
- 2
0
votes
2 answers
How to create a DataGrid in Flex?
Can someone tell me how I can create a nested row in a flex datagrid, like the diagram below?

Capiono
- 210
- 2
- 8
- 17
0
votes
1 answer
invalidateList() not working for AdvancedDataGrid when fired by custom subclass
I want to persist the AdvancedDataGrid column order for the user if they move them around and close the window or log out. I have code (see below) that works when I place the code in a grid parent container - eg, a title window. I'd like to…
0
votes
2 answers
Flex/DataGrid: update each row dataProvider is changed
In a DataGrid, how can I force data() of all itemRenderers on visible rows to be called when I've made an update to the dataProvider.
I'n the following the Grid isn't updated after pressing doSomething. If I have a large list the update is done…

Niels Bosma
- 11,758
- 29
- 89
- 148
0
votes
0 answers
3 state checkbox in advancedDataGrid when grouped using data as arrayCollection
I am looking for a 3 state checkbox added in advancedDataGrid when data is grouped, similar to the one i find in the search
http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/
this is really good other…
0
votes
1 answer
How to center a header renderer in a Spark data grid?
Currently I have this code:
But it's not working, even though I have textAlign="center"!
Thanks for any help.

user940016
- 2,878
- 7
- 35
- 56
0
votes
1 answer
Spark DataGrid multiline header renderer
I have a data grid and one of its columns has a long header text, so I want to span it across multiple lines. I tried several things but to no avail. Here's my current code:
…

user940016
- 2,878
- 7
- 35
- 56