I have one Datagrid in Flex. In datagrid there are 4 columns like mark1,mark2,mark3,Total.
When i enter mark1,mark2,mark3 that time i want to update total.
I have one Datagrid in Flex. In datagrid there are 4 columns like mark1,mark2,mark3,Total.
Share
Assuming I understand what you’re asking correctly, this should be easy enough to do.
If you are using a custom object for each row in your DataGrid, you can create a property that just adds the other fields together and returns the total.
Example Class: