Having a little application ("Profitcenter Mgmt") showing 8 columns of data (see attachment "Profitcenter.png"). Doing a Table Checkpoint it finds all of the 8 column Headers (attachment "Headers"). Trying to store them in pressing "Weiter" ("Continue") it says for the first column ("Mandant") "unsupported data type" with a technical information code (attachment "Unsupported 1"). Looking with "Object Spy" at the first cell of the column I found out that it is a "WPFObject DataGridCell" (also the attachment before). So I unmarked column "Mandant" and it said on the 3rd column "Profitcenter Leiter" "unsupported data type" with an other technical information code (attachment "Unsupported 2"). "Object Spy" said again "WPFObject DataGridCell" (also the attachment before). All the rest of the columns were the same as "Profitcenter Leiter". So, the only column supported was column 2 ("Profitcenter"). This column I could store without any problem. Data was correct and complete. "Object Spy" says "WPFObject TextBlock" (attachment "Supported"). So, can't I read these "DataGridCells" or do I have to do some adjustment or customizing before?
I'm using TestComplete 11.