i'm new flex , have encountered problem itemrenderer can't find solution to. i've asked coworker plenty of flex experience, , i've tried searching internet no luck. problem have datagrid in each column uses itemrenderer display information, , reason causes user unable select of datagrid rows. think must have itemrenderer, because when added dummy column without itemrenderer, able highlight , select row clicking on dummy column, others still did not work. i've tried comparing code code other datagrids itemrenderers work, haven't been able find differences cause problem mine giving me. know why happen? thank you! my datagrid (i tried include think should relevant keep things concise. if thinks more information needed, please let me know!): <mx:datagrid id="servicegridui" left="10" right="10" top="10" bottom="85" selectable="true" stylename="formdatagrid" varia...