This is the problem which ifaced from last 3 days.the problem is
I have a datagrid and i am displaying an images based on some
condition in the grid.
Intially it displays fine when i scroll the grid vertically the images
were not displayed properly.
So please anyone let me know how can i control the scroll in the grid
and if possible,please give me some example related that
Regards,
Pradeep
--
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_...@googlegroups.com.
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.
Hope the above example helps you in solving your problem..
On Feb 8, 8:04 pm, pradeep gorijavolu <pradeepflex.gr...@gmail.com>
wrote:
> Hi Varun,
>
> This is the application code.............
> <file:///C:/BlazeDS/componentTest/src/script/PositionImageRenderer.as><?xml
> On Mon, Feb 8, 2010 at 10:10 AM, FlexiSush <sushant...@gmail.com> wrote:
> > hi pradeep,
> > Please give your source file(.mxml) so that i can fix
> > for you.
> > Regards,
> >http://flexphpworld.wordpress.com/
>
> > On Feb 4, 11:06 pm, pradeepflex <pradeepflex.gr...@gmail.com> wrote:
> > > Hello Friends,
>
> > > This is the problem which ifaced from last 3 days.the problem is
>
> > > I have a datagrid and i am displaying an images based on some
> > > condition in the grid.
>
> > > Intially it displays fine when i scroll the grid vertically the images
> > > were not displayed properly.
>
> > > So please anyone let me know how can i control the scroll in the grid
> > > and if possible,please give me some example related that
>
> > > Regards,
> > > Pradeep
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Flex India Community" group.
> > To post to this group, send email to flex_...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > flex_india+...@googlegroups.com<flex_india%2Bunsu...@googlegroups.com>
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.
public
function columnwidthAdjust(event:Event):void{ var arrColl:ArrayCollection = event.currentTarget.dataProvider as ArrayCollection;col1.itemRenderer =
null;sepProDetCLSGrid.dataProvider = collection;
col1.itemRenderer =
new Position();sepProDetCLSGrid.dataProvider = collection;
}
columnStretch="columnwidthAdjust(event)" is the datagrid event
similarlay i m asking when i scroll the grid i need to control the collection and displaying the data properly..
please see once and let me know the solution..
Regards,
Pradeep
regards,
http://flexphpworld.wordpress.com
On Feb 9, 5:44 pm, Fehmina Kanuga <whitepearl.fehm...@gmail.com>
wrote:
> HI ,
> is there any way to check the checkbox inside datagrid??
> i am using spring framwork and blazeDs..and fromt end as flex 3
> i want to render checkbox in datagrid in flex based on values yes or no from
> db..
> any pointers will be of great help
> thanks in advance
>
> On Tue, Feb 9, 2010 at 1:58 PM, Varun Bajaj <vb.j...@gmail.com> wrote:
> > pradeep you had put condition to display the image but not put condition
> > for not to display the image this is the only bug in your code.
>
> > thanks and regards,
>
> > Varun Bajaj
>
> > On Mon, Feb 8, 2010 at 11:40 PM, FlexiSush <sushant...@gmail.com> wrote:
>
> >> Hi,
> >> you can refer my blog at
>
> >>http://flexphpworld.wordpress.com/2010/02/08/flex-datagrid-with-image...
> >> <flex_india%2Bunsu...@googlegroups.com<flex_india%252Buns...@googlegroups.com>>
To unsubscribe from this group, send email to flex_india+...@googlegroups.com.