2013년 10월 17일 목요일

Making use of the grouping feature events and methods

Ext.create('Ext.grid.Panel', {
...
listeners: {
groupclick: function(grid, node, group){
alert(group);
}
},
...
});

댓글 없음:

댓글 쓰기