Found it. I was missing
rendererIsEditor="true"
--- In flexcoders@yahoogroups.com, "markgoldin_2000"
<[EMAIL PROTECTED]> wrote:
>
> Can someone please explain why the following code has no effect for
a
> data entry into a textbox in the grids?
> public class textItemRenderer extends TextInput
> {
> public function textItemRenderer()
> {
> super();
> height = 20;
> restrict ="A-Z";
> .....
>
> var ConsistPersonnel1Name:ClassFactory = new ClassFactory
> (textItemRenderer);
> var consistPersonnel1Name:AdvancedDataGridColumn =
PersonnelGrid.columns
> [1];
> consistPersonnel1Name.itemRenderer = ConsistPersonnel1Name;
> I still can type any character.
>
> Thanks
>