SoFunction
Updated on 2025-04-02

Get all data from the selected row in AdvancedDataGrid


//Use for a certain line that cannot be edited

public function returnRowEdit(event:AdvancedDataGridEvent):void{
trace(["@class"]+" ");
if(["@class"]== ".ComplexField"){
();
}
}