Hi I wonder if you could help me in my colModel section I have defined a column with a (readonly) checkbox ie :-
{ name:
'BD', index: 'BD', width: 40, align: 'center', sortable: false,edittype:'checkbox',editoptions:{value:“true:false”}},
But when the table is displayed I see “true” or “false” in that column can you tell me where I've gone wrong. The JSON data return by the server passes back “true”/”false” for this item.
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top