Category "extjs"

how to get value from Ext.Ajax.request

Ext.Ajax.request({ url:'abc/abc/abc', success: function(response){ var result = Ext.decode(response.responseText); var value=result.roles;

Does Intellisense work with objects extended with Ext.extend?

I can't get get Intellisense to display any methods other than Object methods when I inherit through Ext.extend(). Is it possible for Intellisense to display t

Does anybody know how to load data in ExtJS TreeGrid on demand?

I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand. Does anybody know how to