nimaous
21 Jun 2012, 7:05 AM
Hi
I add a row editing plugin for my gridpanel .
and I want to handle adding new user in my controller I simply user
var rowediting=this.waiterlist.rowediting;
which waiterlist is a ref to my main panel in my view
but i got this error :
Uncaught TypeError: Cannot read property 'rowEditing' of undefined
is there any way to access the grid panel row editing plugins in controller
I add a row editing plugin for my gridpanel .
and I want to handle adding new user in my controller I simply user
var rowediting=this.waiterlist.rowediting;
which waiterlist is a ref to my main panel in my view
but i got this error :
Uncaught TypeError: Cannot read property 'rowEditing' of undefined
is there any way to access the grid panel row editing plugins in controller