Thanks again Tracy. I had a couple of runtime errors which I fixed. Now the problem is that if I move the focus out of the TextInput (ItemRenderer) in the DataGrid using the mouse, it sets the value. But when I use the Tab key and move to different row/column, it puts back the old value in the cell. Even though I have captured the itemEditEnd and setting the value back to the dataProvider, it does not seem to work with Tab keys. Its confusing!!!.
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Why not set an event listener on the TextInput, and have that set the > value? > > > > What have you tried? Why didn't it work? > > > > Here is an example that uses a checkbox item renderer: > > http://www.cflex.net/showfiledetails.cfm? ChannelID=1&Object=File&objectI > D=559 > > > > Tracy

