M
Mohammed Siraj
Guest
You can access kendoToolbar widget ( http://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar ) for Section & GridControl Page Cell via the following client-side SDK provisions: rbf_getGridControlComponent(0).getGridControlToolbar() rbf_getPageContext().getSection('pFCchZ7-QOi86u9vjg--ww').getSectionToolbar() For running jQuery, you can access context elements via the following API (Good practise to avoid running jQuery against complete page DOM): rbf_getGridControlComponent(0).getGridControlToolbarEl() rbf_getPageContext().getSection('pFCchZ7-QOi86u9vjg--ww').getSectionToolbar() Eg: rbf_getPageContext().getSection('pFCchZ7-QOi86u9vjg--ww').getSectionToolbar().find('button.rbs-gridControl-addGridRowAction')
Continue reading...
Continue reading...