This content has been marked as final.
Show 3 replies
-
1. Re: datagrid with checkbox in flex
rahimhaji Mar 22, 2009 3:18 AM (in response to rahimhaji)hi friends,
To create check box in datagrid, i tried the following code using itemrenderer, it is not working pls help me to find a solution.
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx=" http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
import mx.core.IDataRenderer;
]]>
</mx:Script>
<mx:DataGrid id="dt">
<mx:columns>
<mx:DataGridColumn headerText="test">
<mx:itemRenderer>
<mx:Component>
<mx:CheckBox label="test">
</mx:CheckBox>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
</mx:columns>
</mx:DataGrid>
</mx:WindowedApplication>
thanks and Regards,
Syed Abdul Rahim -
2. Re: datagrid with checkbox in flex
Newsgroup_User Mar 22, 2009 3:54 PM (in response to rahimhaji)
"rahimhaji" <webforumsuser@macromedia.com> wrote in message
news:gq5391$4gu$1@forums.macromedia.com...
> hi friends,
>
> To create check box in datagrid, i tried the following code using
> itemrenderer, it is not working pls help me to find a solution.
http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory /
-
3. Re: datagrid with checkbox in flex
Gregory Lafrance Mar 22, 2009 4:05 PM (in response to rahimhaji)What would you like this to do? It's not working, but what is not working?


