Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
myqwer #1
add row to advanced datagrid
what is the code to add a new row to the advanced datagrid?
when a button is pressed i want it to add the row
myqwer Guest
-
Advanced Datagrid :-(
Hi, Am working with AdvancedDataGrid Control. Requirement is something like need to show the whole year inventory in advanced datagrid. I can... -
How to populate Advanced DataGrid
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"> <mx:Script> <! public var... -
Styling an advanced datagrid
Hi, I need to be able to apply background images to both columns and rows in a datagrid. Has anyone managed to do such thing, and if so, can you... -
How to link from advanced datagrid cells?
Our application will have an advanced datagrid with cells containing a variety of entities. We wish to provide hyperlinks in the grid's cells to... -
Dateformatter in Advanced Datagrid
Hi All, I am trying to format a date field in the advanced datagrid but it displays the date incorrectly. It either displays 100 or 2000. The... -
atta707 #2
Re: add row to advanced datagrid
you'll need to add a row in the underlying dataProvider of the advanced grid and make sure that the this collection is declared as [Bindable] and the new row would automatically show up.
atta707 Guest
-
myqwer #3
Re: add row to advanced datagrid
i don't know the syntax i need to use. it will be very helpfull if someone
could give a link to an example.
in general i want to have an advanced datagrid that gets xml strings(that
contains a row data) from javascript nested in a html page. in script it
should add the row to the datagrid.
can it be done using flex???
i've done a similar thing in flash but i want to use flex.
i don't have even a 24hrs experience with flex so i don't really know how to
do anything.
thank u in advance
myqwer Guest
-
Sreenivas R #4
Re: add row to advanced datagrid
You can use FABridge (Flex Ajax Bridge) and achieve this.
Sreenivas R Guest



Reply With Quote

