X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fgrid%2FGrid.js;fp=Roo%2Fgrid%2FGrid.js;h=3c344b15e6901728791fdc2387ce2a4c9afd2712;hb=b3ca9352de98ea90f88dfb1bbf913b47ea60a5b1;hp=99bf3eaa715be8ba1fd8a76f4ba2804cdf06d8ae;hpb=3e4b1c4bc9d089a2e7c117c8fe4256367170bc3b;p=roojs1 diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 99bf3eaa71..3c344b15e6 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -310,7 +310,52 @@ Roo.grid.Grid = function(container, config){ * Fires when the grid is rendered * @param {Grid} grid */ - 'render' : true + 'render' : true, + + /** + * @event beforerowremoved + * Fires before row is removed + * @param {Roo.grid.GridView} gridview + */ + "beforerowremoved" : true, + /** + * @event beforerowsinserted + * Fires before row is inserted + * @param {Roo.grid.GridView} grid + */ + "beforerowsinserted" : true, + /** + * @event beforerefresh + * Fires before grid is refresh + * @param {Roo.grid.GridView} gridView + */ + "beforerefresh" : true, + /** + * @event rowremoved + * Fires when row is removed + * @param {Roo.grid.GridView} grid + */ + "rowremoved" : true, + /** + * @event rowsinserted + * Fires when the row is inserted + * @param {Roo.grid.GridView} grid + */ + "rowsinserted" : true, + /** + * @event rowupdated + * Fires when the row is updated + * @param {Roo.grid.GridView} grid + */ + "rowupdated" : true, + /** + * @event refresh + * Fires when the grid is refreshed + * @param {Roo.grid.GridView} grid + */ + "refresh" : true + + }); Roo.grid.Grid.superclass.constructor.call(this);