advanceddatagrid
Accessing properties of AdvancedDataGrid runtime vs. design time
I am new to Flex and trying to modify some existing code. I am trying to It uses and AdvancedDataGrid. In the click event, the ListEvent is passed in, and the code is able to access properties such as[详细]
2023-03-12 23:09 分类:问答How to make a grid cell uneditable without messing up tabbing
I\'m using an AdvancedDataGrid in ActionScript 3/Flex 4. The grid has 5 columns: Caller Intent, Labels, Strategy, Confirmation Mode, and Confirmation Promptlet. All columns are editable except for Lab[详细]
2023-03-12 16:51 分类:问答AdvancedDataGrid ItemRenderer Ignored w/HierarchicalData
I am using an AdvancedDataGrid with some hierarchical data. In the first column, I want to indicate whether or not the \"name\" field is editable by graying out the text for the \"name\" property of m[详细]
2023-03-12 09:52 分类:问答Flex component - vbox vs group why does one compile, other does not?
Trying to understand why when creating a component in flex (flash builder 4) I am unable to create a component from file->new component and reference \"data.\", but a slightly different sample works.T[详细]
2023-03-10 09:55 分类:问答How to apply formatting to data feeding AdvancedDataGrid in ActionScript 3.0
I\'m using the Halo AdvancedDataGrid component, in which the default itemEditor for each column is mx.controls.TextInput.[详细]
2023-03-07 06:49 分类:问答HierarchicalCollectionView: One time sort?
开发者_Python百科I have an AdvancedDataGrid that relies on a HierarchicalCollectionView as it\'s dataProvider. What I\'d like to do is sort the data when it is first loaded, but then disable the sort[详细]
2023-03-06 07:14 分类:问答Setting the AdvancedDataGrid's row height while AdvancedDataGridRendererProvider rendering
Flex Guys, No开发者_如何学Ct able to setting height of row in AdvancedDataGrid using custom AdvancedDataGridRendererProvider datagrid renderer.[详细]
2023-03-05 07:21 分类:问答Flex 4 - filtering XMLListCollection in AdvancedDataGrid
I have an advancedDataGrid that is populated with XMLListCollection data.I\'m trying to filter that XMLListCollection but it\'s not refelcting in the ADG.All my tests indicate that it is filtering the[详细]
2023-02-28 08:13 分类:问答How to display all rows from an AdvancedDataGrid, without scroll?
I have an Advanceddatagrid that has its variableRowHeight property set to true. I need this AdvancedDataGrid to have its verticalScrollBarPolicy \"off\" also.[详细]
2023-02-27 06:59 分类:问答I'm having issues with my AdvancedDataGrid in Hierrachical view
I\'m having a strange issue with my AdvancedDataGrid.I have a pretty basic (no frills) XML file that I\'m pulling the data from and trying to create a hierarchical view in my ADG.It mostly works, but[详细]
2023-02-27 00:32 分类:问答