I have a data grid consisting of 3 columns & many rows, i want to show only the first 20 rowsto user. Is there any way i can show only the first 20 rows in my datagrid.After by clicking button \'n
I am stuck with a requirement to display a horizo开发者_开发知识库ntal line on a ColumnChart to indicate a threshold level. I have the data to the Chart as an ArrayCollection.
I have this image over which i have 开发者_如何学运维a circular crop. The user can move the underlying image and when he is ok with the result hits the crop button.
Please follow my explanation here : I have a datagrid which holds a dataprovider that has 3 columns one of those 3 columns is button itemrenderer, others are integer
I have few questions related to events. Can anyone explain the exact need of overriding clone() while creating custom events?
A fairly broad question I know, apologies for that! So I have a data set that I need to represent in a flex application. It needs to be repre开发者_Python百科sented in 2 ways, firstly as a list of co
I have used a datagrid and one button in control bar. by clicking button the application goes edit state from base state.
Is it possible to pass an ArrayCollection object from flex ExternalInterface.call() as a parameter to javascript function?
I have a panel2 inside panel1. When I rollover panel1, I want panel2 to be visible and when mouseOut, panel2 to be invisible.
I connected flex application to SQLServer using .NET web service as a mediator. I wanted to know what are the other methods to connect flex with database using .net?