DataGrid Row Color...Urgent plz!

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

  1. #1

    Default Re: DataGrid Row Color...Urgent plz!

    Your not getting any love on this question. I have the same need. I am aware of
    the setPropertiesAt(row#, {backgroundColor:0x000000}) for the list object, but
    that does not seem to carry through to the datagrid object. Was thinking maybe
    I have to loop through all the columns of a row and set each background color
    for each cell separately?

    Silver Paladin Guest

  2. Similar Questions and Discussions

    1. Urgent Help with DataGrid Itemrenderer
      Hello I need some help. I am creating a custom DataGrid in which I pass it an indexed array with sample values: $columns = array( 0 =>...
    2. About datagrid..Urgent.
      Hi, i have 2 datagrids(both using paging) on my web page. one use to display info with check box control. if i needs the row of info, i will...
    3. Urgent - DataGrid
      Hi, Is there anyway to add a command button at the end of each row and when i click on it, it can post one of the value into another field? e.g....
    4. Selection underscore color not showing URGENT
      I am working on a document in Illustrator 10 and have been saving my work all along. I have been noticing hesitation in my tool selections and...
    5. reusable DataGrid Urgent!!!
      Does anyone know how to create a reusable datagrid from a class or ASCX which could except dynamic properties like column header text and could...
  3. #2

    Default Re: DataGrid Row Color...Urgent plz!

    I don't see the original question, but I can infer that you wish to change
    the background color of the row?

    If this is the case you may wish to use a cellrenderer. It is a bit
    complicated, but works well.

    --
    Jim Fee
    Viking Electronic Services
    jfee (at) vikinges (dot) com


    "Silver Paladin" <webforumsuser@macromedia.com> wrote in message
    news:dm7nh1$ffc$1@forums.macromedia.com...
    > Your not getting any love on this question. I have the same need. I am
    > aware of
    > the setPropertiesAt(row#, {backgroundColor:0x000000}) for the list object,
    > but
    > that does not seem to carry through to the datagrid object. Was thinking
    > maybe
    > I have to loop through all the columns of a row and set each background
    > color
    > for each cell separately?
    >

    James Fee 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