简体   繁体   中英

is there a possibility to create a custom command for the Kendo UI Grid for Angular2?

The KendoUI Grid for Angular2 supports the following commands out of the box:

  • kendoGridAddCommand
  • kendoGridCancelCommand
  • kendoGridEditCommand
  • kendoGridRemoveCommand
  • kendoGridSaveCommand

For my current project I need to implement a customCommand. Is there a way to do that?

What do you mean by custom command? You can simply add a button inside command column template and hook a click handler to it. Isn't this what you need?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM