re[flexcoders] move an empty row in datagrid

2010-02-10 Thread coder3

Hi All,

For example i have a datagrid of student info.

student name, class, payment, ...

if a row contains only student name, other columns data is empty,  i don't
want to show this row.

How can i do it?

thanks

C.
-- 
View this message in context: 
http://old.nabble.com/remove-an-%22empty%22-row-in-datagrid-tp27536815p27536815.html
Sent from the FlexCoders mailing list archive at Nabble.com.



Re: re[flexcoders] move an empty row in datagrid

2010-02-10 Thread Adnan Doric

On 10/02/2010 20:37, coder3 wrote:



Hi All,

For example i have a datagrid of student info.

student name, class, payment, ...

if a row contains only student name, other columns data is empty, i don't
want to show this row.

How can i do it?

thanks

C.

Try using filters on underlying dataProvider 
(ArrayCollection.filterFunction for example).