prepending STRING;# when using jsapi and SharePoint Calculated Column
I am using the jsapi plug-in with SharePoint 2010. I have created a calculated column which uses this formula:
- =CONCATENATE(clientid," ",Title)
When output to the screen I see a pre-pended text "STRING;#" to each object in my data grid. The actual desired output should be like "00014 Fake Text One". See attached image for example of error.