Questions tagged [flex-datagrid]

Grid component, part of Adobe Flex framework.

19 questions
0
votes
1 answer

Flexicious - Close itemEditor

I got a very stupid problem which I just can't resolve : I want to close an item Editor in my FlexDataGrid from Flexicious. Indeed, when I hit the Enter key, I enter my itemEditEndHandler function, but then the itemEditor don't close (however it…
LE GALL Benoît
  • 7,159
  • 1
  • 36
  • 48
0
votes
1 answer

Flexicious Ultimate Datagrid: set height of column header

I am adding a headerRenderer to the FlexDataGridColumn. Is it possible to customize the height of the FlexDataGridColumn so that all elements of the headerRenderer are visible ?
casey
  • 33
  • 5
0
votes
2 answers

How to covert a flex datagrid with XMLList dataprovider to pdf using AlivePDF?

My flex data grid has a XMLListCollection as its data provider. AlivePDF's Grid expects data grid's data provider to be an array. Is there a way to PDF this table without going through each and every XML node and populating an array of objects to…
SonaliM
  • 153
  • 2
  • 5
0
votes
3 answers

Cancel the indentation of leaf nodes in an AdvancedDataGrid tree

I have an AdvancedDataGrid structured as a tree. Since the non-leaf nodes have an arrow to open/close them (I have no icons), their labels start just after the arrow, and the leaf nodes in the same level are indented to be aligned to them. I want to…
user940016
  • 2,878
  • 7
  • 35
  • 56
1
2