RE: [flexcoders] Datagrid how to get access to cellRenderer instance

2006-03-02 Thread Matt Chotin
y 28, 2006 11:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid how to get access to cellRenderer instance I have a cellRenderer in Datagrid column which has text box and an image. I want to implement focus on tab key. I dont know how to do it. The only way i thought was to get th

[flexcoders] Datagrid how to get access to cellRenderer instance

2006-02-28 Thread t_msreddy
I have a cellRenderer in Datagrid column which has text box and an image. I want to implement focus on tab key. I dont know how to do it. The only way i thought was to get the instance of cell renderer for that cell(itemIndex, columnIndex) and do FocusManager.setFocus (cellRendererInstance.MyTex