On Jan 8, 2010, at 7:49 PM, Bob Sneidar wrote:
Apparently what is happening is that when I drag within a datagrid to another row in the same datagrid, the DragDestination returns the name of the TEMPLATE field, and NOT the name of the INSTANCE field, that is the field named after the column, and the index number.
_ColumnData_ is the name of the field. You want to access the custom props of the cell. Try checking the dgColumn of the dragDestination.
-- Trevor DeVore Blue Mango Learning Systems ScreenSteps: http://www.screensteps.com Releasable Revolution Resources for Developers: http://revolution.bluemangolearning.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
