tags:

views:

68

answers:

1

Hi everybody,

I have a datagrid and there I want to use the editedItemRenderer to access the text, that I just entered. In the debugger I can see there is a text attribute for the editedItemRenderer but when I want to use that attribute the debugger says something like text is undefined...

how can I access it?

Thanks Markus

A: 

You can access using editedItemRenderer.data. Hope this is helpful

Kishore