Re: [flexcoders] how to start editing a datagridcolumn programmatically

2006-12-19 Thread hank williams
The way I handled this was to put a little button in the actual itemrenderer. The itemRenderer contains a little button and then, to the right of it, the text of the cell. When you click the button it actually opens up a small floating window which is where you do the editing. When I wrote this

[flexcoders] how to start editing a datagridcolumn programmatically

2006-12-18 Thread Pan Troglodytes
How can I create a button click event that will start editing of the selected grid column? I want to have a rename button for clarity (for those users who won't guess to click on the item to rename it). -- Jason