I have to designed a datagrid, in first column i have to use closed lock icon. when i click a row in a datagrid the selected rows’ icon should change as opened lock icon. how i can achive this task in flex 3.
please help me.
I have to designed a datagrid, in first column i have to use closed
Share
this is my coding for achieving above task: When lock is true lock image will display when false pen image will display. On item click the lock will be changed to true to false and vice versa..