RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Clint Tredway
Basically what you will need to do is get the id of that row and remove it from the data populating the grid and then refresh the grid. (If I remember correctly) ;) HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10,

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Rodrigo Guerra
edway" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, March 10, 2006 2:19 PM Subject: RE: [Flashcoders] datagrid icon to delete a row. Basically what you will need to do is get the id of that row and remove it from the data populating the grid and then refres

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Clint Tredway
Yes, basically... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10, 2006 11:32 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] datagrid icon to delete a row. my grid dataprovider is a xml (created in flash

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Spike
PROTECTED]> > To: "Flashcoders mailing list" > Sent: Friday, March 10, 2006 2:19 PM > Subject: RE: [Flashcoders] datagrid icon to delete a row. > > > Basically what you will need to do is get the id of that row and remove > it from the data populating the g

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Rodrigo Guerra
odrigo - Original Message - From: "Spike" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, March 10, 2006 4:01 PM Subject: Re: [Flashcoders] datagrid icon to delete a row. Not sure if this applies to the datagrid component in Flash, but to to th

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Robert Chyko
If a DG row is highlighted it is just yourDg.selectedIndex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10, 2006 3:19 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] datagrid icon to delete a row. thanks

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Spike
but it ONLY works if i have the property "dg.editable" set to true, and this > property can't be true at this time. > how can i get the dg row? > > regards, > rodrigo > > - Original Message ----- > From: "Spike" <[EMAIL PROTECTED]> > To