TIWCGJQGridOptions.DataType Property
Defines what type of information to expect to represent data in the grid. Valid options are xml - we expect xml data; xmlstring - we expect xml data as string; json - we expect JSON data; jsonstring - we expect JSON data as string; local - we expect data defined at client side (array data); javascript - we expect javascript as data; function - custom defined function for retrieving data. See colModel API and Retrieving Data
published property DataType: TIWCGJQGridDataType index 11 read GetDataType write SetDataType stored IsEnumerStored;