Hello, everybody.

I have a simple question regarding item renderers in the Data Grid. I
have created a simple item renderer that replaces a cell of the Data
Grid with a simple image. Now I want to allow the user to select that
row by clicking on the image. For some reason, the row doesn't
highlight (as if selected) when the user clicks on the image. If I get
the "selectedIndex" property, it shows the index of the image's row;
but the datagrid doesn't highlight that row. If I click in another
column of the datagrid (a normal one, without a custom item renderer),
the row gets highlighted as I want.

Does anybody know why this happens and how can I get around it? I
really want the datagrid's row to be highlighted when the user clicks
in this image. I tried other types of renderers as well and the
problem is always the same.

Thank you very much!

Reply via email to