Nice, I'll have to dig into the templating features, I haven't had much need for them so far. Wish I could have pointed you in that direction in the first place, and thanks for sharing your solution.
i used your method to work arround in MVC way but no success i am not be able to build grid dynamically can you please tell me what is the MVC way. following is the code which i am using in my grid view widget in the initComponent function:
var store = Ext.getStore('Routes');
var maxStores = 0;
store.load({
callback: function(records, operation, success) {
if (!success) {
return;
}
Ext.Array.forEach(records, function(record) {