Flash Datagrid Question

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Flash Datagrid Question

    Hi all,

    I have this problem:

    arrProd = new Array ();
    //
    var obj = new Object ();
    arrProd[0] = obj;
    obj.categoria = "Colors";
    obj.descrizione = "Colore Rosso";
    obj.descrizioneEng = "Color Red";
    obj.pallets = "5x1,5 KG";
    obj.trattamento = "sss";
    ecc..... per x prodotti.

    with a cycle for I put all content of array inside the datagrid, until hier
    it's all ok.
    the datagrid has 5 columns, the fifth of these can be edit, where user can
    insert a value.
    the problem is: when I push a botton I would like to roll all the lines of
    column 5 in order to verify the correct value or filling...


    bye bye Imperugo



    Imperugo \(exCartman\) Guest

  2. Similar Questions and Discussions

    1. Another Datagrid question
      Hi folks! I am trying to take some XML data I have retrieved from HTTPService request and display it on a datagrid. I understand the basic...
    2. Datagrid to Datagrid Flash MX2004 PHP MySQL
      Hi, How do I get a datagrid to pass the data on to another datagrid? I have done the tutorial by Sajiv Saiyed on the...
    3. 2 question about Datagrid
      Hi, When you have an object which has several propertise and you want to show them in datagrid ,how you would bind it to a datagrid? How can I...
    4. Question on Datagrid
      I have a list that's produced in a datagrid on a web page, that is ordered by a 14 character field. The entire grid is displayed, no paging or...
    5. Question in Datagrid
      (Type your message here) -------------------------------- From: sukanya s Since I want to bind the Datagrid at runtime, I have checked"Create...
  3. #2

    Default Re: Flash Datagrid Question

    what do you mean roll all of the items of column 5?
    SeanRenet 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