Re: [flexcoders] Re: Setting a specific row in the ADG to editable vs. the entire grid?

2008-12-04 Thread Adrian Williams
Hi Tim, Thanks for the slick move here...that works to do exactly what I needed. It works perfectly for the ADG. Thanks! Adrian Tim Hoff wrote: Hi Adrian, As far as I know, you can't allow editing of specific cells/rows by default. You can however add an event listener for the itemEdi

[flexcoders] Re: Setting a specific row in the ADG to editable vs. the entire grid?

2008-12-02 Thread Tim Hoff
Hi Adrian, As far as I know, you can't allow editing of specific cells/rows by default. You can however add an event listener for the itemEditBeginning event. In the event handler function, if the cell/row meets you're editable criteria, allow the function to set the editedItemPosition property