what's basic difference between JsonStore and JsonReader in context to Ext.data ?
I mean when I should go for JsonStore and when I should use JsonReader as for me both are providing same solution.
...
Hai can u please tell me how to insert, delete data into and from table using jsonReader in jsp
...
Hello,
In my ExtJS application I use EditorGridPanel to show data from server.
var applicationsGrid = new Ext.grid.EditorGridPanel({
region: 'west',
layout: 'fit',
title: '<img src="../../Content/img/app.png" /> Приложения',
collapsible: true,
margins: '0 0 5 5',
split: true,
width: '30%',
listeners: ...
I'm having trouble debugging an issue and looking for more information on the possible sources of error with it.
...