Reputation: 9
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
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