Hello,
I am getting the following error when generating a grid from an XML string.
Error type: Configuration
Description: Incorrect cell type:
There is no text after type: so it is blank.
My XML string looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> SSN NAME RELATION BIRTHDATE TYPE 001281299 Lucy Wife1 the date Primary 123456789 Lisa The Wife the date2 PrimaryI am also having a hard time finding out the definitions for all the column types. I am calling mygrid.setColTypes() but not really sure what should be in there.
Thank you for your help!
Luis Esquivel