//on fault
function onFault(info:Object, token:Object = null) : void
{
showMessage(info.toString(), false);
}
showGridResults(null);
Hello...
I was wondering if there is a way to change the Column heading fields in the floating data grid? I have it working just fine, but I would like to change lables for the columns to be a bit more descriptive.
Thanks.
Frank