Hi!
I need of a tree grid with afterInsertRow event active.
From documentation I've observed for afterInsertRow event that
Note: this event does not fire if gridview option is set to true
and for gridview option that
If set to true we can not use treeGrid, subGrid, or the afterInsertRow event. If you do not use these three options in the grid you can set this option to true and enjoy the speed.
So in my grid option I setted treeGrid:true and gridview:false.
Anyway debugging the source code I observed that gridview is setted to true causing afterInsertRow event not be executed.
Any idea?
Tks!
Hi!
I need of a tree grid with
afterInsertRowevent active.From documentation I've observed for
afterInsertRowevent thatNote: this event does not fire if gridview option is set to trueand for
gridviewoption thatIf set to true we can not use treeGrid, subGrid, or the afterInsertRow event. If you do not use these three options in the grid you can set this option to true and enjoy the speed.So in my grid option I setted
treeGrid:trueandgridview:false.Anyway debugging the source code I observed that
gridviewis setted totruecausingafterInsertRowevent not be executed.Any idea?
Tks!