Title: Get datagrid parent from toolbar button [Solved] Post by: devnull on January 23, 2016, 12:34:02 AM How can I get the parent datagrid object from within the handler without having to use a jquery selector on the datagrid object ?
Code: toolbar: [{ Title: Re: Get datagrid parent from toolbar button Post by: stworthy on January 23, 2016, 08:30:16 AM Please try this code.
Code: { Title: Re: Get datagrid parent from toolbar button Post by: devnull on January 23, 2016, 04:05:40 PM Ahh OK, so I have to do it by searching the DOM.
Thanks |