[flexcoders] Datagrid issue

2010-01-08 Thread ambady
Folks, I am seeing a strange display issue in my data grid. Datagrids typically have background colors for alternate rows. But in my case, when I run my app in certain PCs only some COLUMNS have these alternate background colors, and others dont have it ! I have no clue what is going on or how

[flexcoders] Datagrid issue with when appending data

2007-05-10 Thread mark_j_ellul
HI, I was wondering if anyone has come across this issue, or knows where I should start looking for a solution. My project is as follows, I have a datagrid with an ArrayCollection as its dataprovider. I use a timer to check a web service every 5 seconds for new data, pulling a maximum of 40 rows

RE: [flexcoders] Datagrid Issue

2005-12-06 Thread Matt Chotin
: RE: [flexcoders] Datagrid Issue   Thanks Matt,   I was under the impression that when datagrid sort, will clean itself off. Using the same example how I can make the cellRenderer change the color of entire row where Price > 100? I did tried using listOwner[getCellIndex().itemIndex].setSt

RE: [flexcoders] Datagrid Issue

2005-12-06 Thread shahnavaz Alware
ot;, 0x00) with no luck.   Thanks,   Shahn   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Monday, December 05, 2005 6:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Datagrid Issue   Well you still need an els

RE: [flexcoders] Datagrid Issue

2005-12-05 Thread Matt Chotin
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shahnavaz Alware Sent: Monday, December 05, 2005 5:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Datagrid Issue   Hi Matt,   The code is not the problem here. I am not sure if I have to reassign the dataprovider

RE: [flexcoders] Datagrid Issue

2005-12-05 Thread Shahnavaz Alware
ame.                   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Monday, December 05, 2005 5:04 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Datagrid Issue   Don’t you need a check for < 1000 in your if (price >

RE: [flexcoders] Datagrid Issue

2005-12-05 Thread Matt Chotin
Don’t you need a check for < 1000 in your if (price > 100) test?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shahnavaz Alware Sent: Monday, December 05, 2005 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid

[flexcoders] Datagrid Issue

2005-12-05 Thread Shahnavaz Alware
Hi,   I am using a cellRenderer in my datagrid. Now when I sort by clicking on header the DatagridColumns on which I have cellRenderer never cleans up the cell which was rendered by cellRenderer. How can I solve this issue? Files and screen Image below. à