i want to integrate KENDOUI toolbar toolbar with basic CRUD toolbar operation of KENDOUI grid grid. I want to have button 'create' in my basic toolbar (first link) that adds new line in my grid(second link).
相关问题
- Tkinter Grid Columnspan ignored
- CollapsingToolbarLayout without title animation
- Python matplotlib: Removing “Configure subplots” t
- Decimal precision in an EXTJS grid
- How to add an Extra button on Extjs grid header me
相关文章
- Kendo Ui Dropdownlist Set Visible via Javascript
- Powershell - Close Out-GridView after specific tim
- How to change view date dynamically (which is filt
- Kendo DropDownList Shows DataValueField Prior to D
- div grid of squares, float:left issue (image inclu
- How to manage PagingToolbar in Ext-js 4.2 correctl
- Toolbar title is not centered
- Kendo UI Datasource - Filter on releated data
I don't think you can combine the Kendo ToolBar widget with the built-in grid toolbar but you can completely define the grid's toolbar using a template which can be a Kendo ToolBar that you have complete control over.
http://dojo.telerik.com/@Stephen/OJAbI
In this example I have taken the 2 demos you linked to and added the ToolBar from the ToolBar demo and added it as the toolbar for the Grid using the toolbar.template configuration:
Then, the "toolbar" element gets converted to a full ToolBar with
in which I have added a "Add new record" button and the click handler of the ToolBar is