Re: [flexcoders] Q. How can I change the property of a row in a datagrid? Please help...

2006-11-05 Thread arpan srivastava
Hi, I am sorry for sending the code so late. This code is written in a ".as" file. I am calling this function on mouseOver event of the list . Now here,"GridComponent" is the "mxml" file name and "gridObj" is the static object containing the reference of the datagrid.I have also got the index

[flexcoders] Q. How can I change the property of a row in a datagrid? Please help...

2006-11-03 Thread arpan30_cs
I have list that displays some values, now when i select some value from the list corresponding row in the grid should get highlighted. I have got the row number, and I want to change the alpha of that row. Method setPropertiesAt() is not present in this version of Flex, I am working on Flex 2.

Re: [flexcoders] Q. How can I change the property of a row in a datagrid? Please help...

2006-11-03 Thread Igor Costa
Can you provide part of your code, it's hard to undrestand what you want to.Regards.On 11/3/06, arpan30_cs [EMAIL PROTECTED] wrote: I have list that displays some values, now when i select some value from the list corresponding row in the grid should get