[flexcoders] Datagrid update woes(blank rows)

2007-02-11 Thread munene_uk
im tryin to successfully update a datagrid to add the latest record added to a Mysql database. the issue seems to be when i update the datagrid all i see is a blank row, however the debugger informs me that the correct results have been returned from the database. has anyone encountered this

Re: [flexcoders] Datagrid update woes(blank rows)

2007-02-11 Thread Clint Tredway
you need to add an Item which is an object to the dataProvider of the grid. If you show us what you are doing, we can help better. What I have done is myGrid_dg.dataProvider.addItemAt(item,index) On 2/11/07, munene_uk [EMAIL PROTECTED] wrote: im tryin to successfully update a datagrid to