Group,
Can someone point me to a code sample for a handler that maintains a VAR based on the on change of a checkbox? I think I understand how to add to a VAR but I can't find an example of removing from a VAR. Use Case: I have a datagrid with three columns where the first column is a checkbox named "Selected", the second column named "Display Value" and the last named "Data Value". When a user checks the checkbox I need to add the value of the other two row cells to their respective VARS (var dsplValue for "Display Value" and var dataValue for "Data Value"). Conversely, when a user unselects a checkbox I need to remove the respective values in the two VARs. Data Example: Data Value: '001', '002', '003', '004' Your assistance is much appreciated. Frank Griffin ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
