SenthilKumar
SenthilKumar

Reputation: 9

How to wiperight or wipeleft using on each row of datagrid using flex 3

I am a new of flex , i have four columns and five rows of datagrid . i want know how to add color overlay of wipeleft or wiperight on each row of datagrid. when i click which row then i got that wipe action.

Upvotes: 0

Views: 180

Answers (1)

Igor Milla
Igor Milla

Reputation: 2786

If you can get those "wipeleft or wiperight" events than you just need to use drawRowBackgrounds() method as mentioned in this topic.

Upvotes: 0

Related Questions