in reply to Win32::GUI::Grid SetCellData setting and getting data problem
Just found out that setting $table->SetCellData(1,1,$sku); on another block would cause the $sku to disappear for some reason.
Setting $sku to a temporary global variable and using that variable in $table->SetCellData(1,1,$globalVar) did the trick.