In the script of the behavior for columns in the datagrid library, I see this:
on ResetData
-- Sent when column data is being emptied because the control is no longer being used to display data
set the text me to empty
end ResetData
Shouldn't that be "the text OF me"?? Will that even compile??
Bob S