Title: formatter for json array in datagrid Post by: chitgoks on April 03, 2013, 10:32:25 PM hi, my datagrid column has a value of a json array
e.g. { id: '1', name: '1st' }, {id: '2', name: '2nd'} not sure how to go about this under a formatter. is this possible? because the javascript gives an error if i use formatter for a json array |