Hi
I have some records having same ids in data base , I am able to get those data as expected in JSON response , but in the grid it shows single record only.
Note : If records having different ids it works fineCode:{id:'company',header: "Id", width: 10, sortable: false, dataIndex: 'id'}
Please help