add row to advanced datagrid

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Advanced Datagrid :-(
      Hi, Am working with AdvancedDataGrid Control. Requirement is something like need to show the whole year inventory in advanced datagrid. I can...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: add row to advanced datagrid

    You can use FABridge (Flex Ajax Bridge) and achieve this.
    Sreenivas R Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139