Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UpdateTemplate and CancelTemplate options for the Edit command #8063

Open
kendo-bot opened this issue Nov 27, 2024 · 0 comments
Open

Add UpdateTemplate and CancelTemplate options for the Edit command #8063

kendo-bot opened this issue Nov 27, 2024 · 0 comments
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Nov 27, 2024

Is it possible to implement template options for the "update" and "cancel" column commands of the Grid?

For example:

$("#grid").kendoGrid({
  columns: [{ 
    command: [{
        name: "edit",
        template: {
            update: "<button class='customUpdate'>Save</button>",
            cancel: "<button class='customCancel'>Cancel</button>",
          }
      }]
   }],
  ...
});
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

2 participants