MVC
Disabling drag on an AdvancedDataGrid row
Posted on 18 August 2009 by Russ
1
Basic drag and drop in Flex is a breeze but creating custom behaviour and data management can sometimes be tricky. This article explains how to enable or disable drag on each individual row of an AdvancedDataGrid.
Continue Reading
Binding the selectedChild of a ViewStack in a Flex MVC structure
Posted on 3 May 2009 by Russ
When coding in Adobe Flex 3 within an MVC framework, at some point you might discover you need to update a ViewStack or TabNavigator as the Model changes. Here’s a simple way to do it.

