edit in JSON using JAVA SCRIPT
I am populate list of data using JSON in jsp . data are displayed like data grid.
still my new requirement is to edit cell. So Can i edit cell ?
For Ex:
{id: 'xx' , header: "XX" ,width:100, toolTip:true, headAlign:"center", align:"right", toolTipWidth:75,editable:true,trim:false },
Here I am used editable:true but i can't edit.. Is there is possibility for edit Using JSON
|