im not sure im following you?

cant i just send off the entire grid as it is to PHP and then let my
php worry about it?


--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> The best way is to have the change or click of your checkbox or
> button(toggle?) update the associated dataProvider item.  Easy with XML,
> just set an attribute, like [EMAIL PROTECTED]"delete".
> 
>  
> 
> When you  are ready to update the server, get the modified rows (again
> easy with e4x), and build your update message.  That message depends on
> your back -end.
> 
>  
> 
> Tracy
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Jason B
> Sent: Monday, May 05, 2008 10:48 AM
> To: [email protected]
> Subject: [flexcoders] datagrid using button or checkbox wHat Code to
> Trigger
> 
>  
> 
> i want to use rendered items in a datagrid ...... now i want to have
> interaction so that if i have a delete button or checkbox i can really
> begin to put code behind them.
> I've got all my code to handle showing my button and checkbox but no
> code too handle how i can remove an item and pass to a php script ?
> 
> while i find many demos showing itemrenderer i just cant seem to find
> any showing examples with interaction on a code level to what im looking
> for?
> 
> anyone know a good example
>


Reply via email to